]> pilppa.org Git - linux-2.6-omap-h63xx.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)
commit99f83c9c9ac994c844ecf3e64e848c2f8dd7dfe0
treeac9bdd0912d3cbb6b2e64f5efb1bfa898d1ba061
parent30e695986679ac2d2354fc1634e8cb931bb47785
[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]