]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] USB: add driver for Keyspan Digital Remote
authorMichael Downey <downey@zymeta.com>
Mon, 27 Jun 2005 17:48:26 +0000 (11:48 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 12 Jul 2005 18:52:56 +0000 (11:52 -0700)
commitc907a906b5339ed6292bc0e540952661bdfa8bfd
treeac9bdd0912d3cbb6b2e64f5efb1bfa898d1ba061
parentf015ea315da3601737e93aabb202ce0bfe15dd03
[PATCH] USB: add driver for Keyspan Digital Remote

This driver is a basic keypress input driver for the Keyspan Digital
Remote with part number UIA-11.  Currently there is an older remote with
part number UIA-10 which isn't supported by this driver.  Support for
the older UIA-10 could be added but a binary file is required to be
download to the device, and I don't have that file.  I also don't have a
UIA-10 device so I wouldn't be able to test any of the changes.

Signed-off-by: Michael Downey <downey@zymeta.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/input/Kconfig
drivers/usb/input/Makefile
drivers/usb/input/keyspan_remote.c [new file with mode: 0644]