Skip to content

Commit

Permalink
[PATCH] USB: add driver for ATI/Philips USB RF remotes
Browse files Browse the repository at this point in the history
Summary: Driver for ATI/Philips USB RF remotes

This is a new input driver for ATI/Philips USB RF remotes (eg. ATI
Remote Wonder II).

Signed-off-by: Ville Syrjälä <syrjala@sci.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ville Syrjälä authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 52950ed commit 735b0cb
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 0 deletions.
14 changes: 14 additions & 0 deletions drivers/usb/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,20 @@ config USB_ATI_REMOTE
To compile this driver as a module, choose M here: the module will be
called ati_remote.

config USB_ATI_REMOTE2
tristate "ATI / Philips USB RF remote control"
depends on USB && INPUT
---help---
Say Y here if you want to use an ATI or Philips USB RF remote control.
These are RF remotes with USB receivers.
ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
and is also available as a separate product.
This driver provides mouse pointer, left and right mouse buttons,
and maps all the other remote buttons to keypress events.

To compile this driver as a module, choose M here: the module will be
called ati_remote2.

config USB_KEYSPAN_REMOTE
tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
depends on USB && INPUT && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions drivers/usb/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ endif

obj-$(CONFIG_USB_AIPTEK) += aiptek.o
obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o
obj-$(CONFIG_USB_ATI_REMOTE2) += ati_remote2.o
obj-$(CONFIG_USB_HID) += usbhid.o
obj-$(CONFIG_USB_KBD) += usbkbd.o
obj-$(CONFIG_USB_KBTAB) += kbtab.o
Expand Down
Loading

0 comments on commit 735b0cb

Please sign in to comment.