|
|
发表于 2008-4-29 07:23:28
|
显示全部楼层
恭喜恭喜:)
刚看了一下内核config,是有asus-laptop的:- CONFIG_ASUS_LAPTOP: │
- │ │
- │ This is the new Linux driver for Asus laptops. It may also support some │
- │ MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate │
- │ standard ACPI events that go through /proc/acpi/events. It also adds │
- │ support for video output switching, LCD backlight control, Bluetooth and │
- │ Wlan control, and most importantly, allows you to blink those fancy LEDs. │
- │ │
- │ For more information and a userspace daemon for handling the extra │
- │ buttons see <http://acpi4asus.sf.net/>. │
- │ │
- │ If you have an ACPI-compatible ASUS laptop, say Y or M here. │
- │ │
- │ Symbol: ASUS_LAPTOP [=n] │
- │ Prompt: Asus Laptop Extras (EXPERIMENTAL) │
- │ Defined at drivers/misc/Kconfig:124 │
- │ Depends on: MISC_DEVICES && X86 && ACPI && EXPERIMENTAL && !ACPI_ASUS && LEDS_CLASS && BAC
复制代码 那么是不是可以不用另外安装模块,而直接用内核中的驱动? |
|