diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-07 16:38:49 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:41:29 -0400 |
commit | d05e84e6cb21cca16987813fd3c271ebaed4233d (patch) | |
tree | 791dfc4d1df50d522b5938c36f2915a89f6386c8 /drivers/usb/input/Makefile | |
parent | 4104d13fe0194736393d97c88ee045fb689c783b (diff) | |
download | op-kernel-dev-d05e84e6cb21cca16987813fd3c271ebaed4233d.zip op-kernel-dev-d05e84e6cb21cca16987813fd3c271ebaed4233d.tar.gz |
Input: move USB touchscreens under drivers/input/touchscreen
This will allow concentrating all input devices in one place
in {menu|x|q}config.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r-- | drivers/usb/input/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile index a9e9b2f..c8b843c 100644 --- a/drivers/usb/input/Makefile +++ b/drivers/usb/input/Makefile @@ -5,7 +5,6 @@ obj-$(CONFIG_USB_ATI_REMOTE) += ati_remote.o obj-$(CONFIG_USB_ATI_REMOTE2) += ati_remote2.o obj-$(CONFIG_USB_KEYSPAN_REMOTE) += keyspan_remote.o -obj-$(CONFIG_USB_TOUCHSCREEN) += usbtouchscreen.o obj-$(CONFIG_USB_POWERMATE) += powermate.o obj-$(CONFIG_USB_YEALINK) += yealink.o obj-$(CONFIG_USB_XPAD) += xpad.o |