https://github.com/torvalds/linux
Raw File
Tip revision: fb9ca2e23f14eb81009fbd9e8f71322704c80f94 authored by JohnCramer66 on 03 May 2019, 19:58:03 UTC
Ideapad S205 has a hardware switch but den ACPI driver reads the hardware state wrong, so the wifi is hard blocked and not working.
Tip revision: fb9ca2e
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top