« Return to Thread: [PATCH 0/2] Winbond IR driver

[PATCH 0/2] Winbond IR driver

by David Härdeman-2 :: Rate this Message:

Reply to Author | View in Thread

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-kernel" in
the body of a message to majordomo@...
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 « Return to Thread: [PATCH 0/2] Winbond IR driver