Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15497
b: refs/heads/master
c: 735b0cb
h: refs/heads/master
i:
  15495: fbfb537
v: v3
  • Loading branch information
Ville Syrj�l� authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 5f65239 commit e665049
Show file tree
Hide file tree
Showing 4 changed files with 493 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: 52950ed40dc97456209979af1d8f51b63cf6dcab
refs/heads/master: 735b0cbb5bbb981d726a465c157f20976794aab0
14 changes: 14 additions & 0 deletions trunk/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 trunk/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 e665049

Please sign in to comment.