ideapad: Change the driver name to ideapad-laptop
Since the platform drivers doing more for laptops than just using specific ACPI device. It will be good to change the name from *_acpi to *-laptop. Reference: http://lkml.org/lkml/2010/8/14/154 Signed-off-by: Ike Panhc <ike.pan@canonical.com> Acked-by: Len Brown <len.brown@intel.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
parent
fa08359ee2
commit
57ac3b051c
|
@ -222,8 +222,8 @@ config SONYPI_COMPAT
|
|||
---help---
|
||||
Build the sonypi driver compatibility code into the sony-laptop driver.
|
||||
|
||||
config IDEAPAD_ACPI
|
||||
tristate "Lenovo IdeaPad ACPI Laptop Extras"
|
||||
config IDEAPAD_LAPTOP
|
||||
tristate "Lenovo IdeaPad Laptop Extras"
|
||||
depends on ACPI
|
||||
depends on RFKILL
|
||||
help
|
||||
|
|
|
@ -15,7 +15,7 @@ obj-$(CONFIG_ACERHDF) += acerhdf.o
|
|||
obj-$(CONFIG_HP_WMI) += hp-wmi.o
|
||||
obj-$(CONFIG_TC1100_WMI) += tc1100-wmi.o
|
||||
obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o
|
||||
obj-$(CONFIG_IDEAPAD_ACPI) += ideapad_acpi.o
|
||||
obj-$(CONFIG_IDEAPAD_LAPTOP) += ideapad_laptop.o
|
||||
obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
|
||||
obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o
|
||||
obj-$(CONFIG_PANASONIC_LAPTOP) += panasonic-laptop.o
|
||||
|
|
Loading…
Reference in New Issue