aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/Makefile
diff options
context:
space:
mode:
authorVille Syrjälä <syrjala@sci.fi>2005-12-10 20:30:54 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-04 13:51:43 -0800
commit735b0cbb5bbb981d726a465c157f20976794aab0 (patch)
treee0f5cf4e14534028bc0c174e3b53d8cf8867682f /drivers/usb/input/Makefile
parent52950ed40dc97456209979af1d8f51b63cf6dcab (diff)
downloadlinux-735b0cbb5bbb981d726a465c157f20976794aab0.tar.gz
[PATCH] USB: add driver for ATI/Philips USB RF remotes
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>
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r--drivers/usb/input/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile
index 07cb17db42fc1..d512d9f488fe6 100644
--- a/drivers/usb/input/Makefile
+++ b/drivers/usb/input/Makefile
@@ -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