Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4616
b: refs/heads/master
c: 99f83c9
h: refs/heads/master
v: v3
  • Loading branch information
Michael Downey authored and Greg Kroah-Hartman committed Jul 12, 2005
1 parent 7046b67 commit e31cdb8
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30e695986679ac2d2354fc1634e8cb931bb47785
refs/heads/master: 99f83c9c9ac994c844ecf3e64e848c2f8dd7dfe0
13 changes: 13 additions & 0 deletions trunk/drivers/usb/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,16 @@ config USB_ATI_REMOTE
To compile this driver as a module, choose M here: the module will be
called ati_remote.

config USB_KEYSPAN_REMOTE
tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
depends on USB && INPUT && EXPERIMENTAL
---help---
Say Y here if you want to use a Keyspan DMR USB remote control.
Currently only the UIA-11 type of receiver has been tested. The tag
on the receiver that connects to the USB port should have a P/N that
will tell you what type of DMR you have. The UIA-10 type is not
supported at this time. This driver maps all buttons to keypress
events.

To compile this driver as a module, choose M here: the module will
be called keyspan_remote.
1 change: 1 addition & 0 deletions trunk/drivers/usb/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o
obj-$(CONFIG_USB_HID) += usbhid.o
obj-$(CONFIG_USB_KBD) += usbkbd.o
obj-$(CONFIG_USB_KBTAB) += kbtab.o
obj-$(CONFIG_USB_KEYSPAN_REMOTE) += keyspan_remote.o
obj-$(CONFIG_USB_MOUSE) += usbmouse.o
obj-$(CONFIG_USB_MTOUCH) += mtouchusb.o
obj-$(CONFIG_USB_ITMTOUCH) += itmtouch.o
Expand Down
Loading

0 comments on commit e31cdb8

Please sign in to comment.