The following two patches reintroduce the acpi .shutdown method which was removed prior to the release of 2.6.30 and then adds a driver for the IR functionality of the Winbond WPCD376I SuperI/O chip found on some Intel motherboards. acpi shutdown was removed in commit c0ce093f5b8bc3262c51bd0b5900424a67909831 David Härdeman (2): ACPI: reintroduce acpi_device_ops .shutdown method Add a driver for the Winbond WPCD376I IR functionality. MAINTAINERS | 6 + drivers/acpi/scan.c | 12 + drivers/input/misc/Kconfig | 15 + drivers/input/misc/Makefile | 1 + drivers/input/misc/winbond-cir.c | 1693 ++++++++++++++++++++++++++++++++++++++ include/acpi/acpi_bus.h | 2 + 6 files changed, 1729 insertions(+), 0 deletions(-) create mode 100644 drivers/input/misc/winbond-cir.c -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html