diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 00:38:49 +0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 09:41:29 +0400 |
commit | d05e84e6cb21cca16987813fd3c271ebaed4233d (patch) | |
tree | 791dfc4d1df50d522b5938c36f2915a89f6386c8 /drivers/usb/Makefile | |
parent | 4104d13fe0194736393d97c88ee045fb689c783b (diff) | |
download | linux-d05e84e6cb21cca16987813fd3c271ebaed4233d.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index f7865669de35..2b6caf674e4a 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -24,7 +24,6 @@ obj-$(CONFIG_USB_STORAGE) += storage/ obj-$(CONFIG_USB) += storage/ obj-$(CONFIG_USB_ATI_REMOTE) += input/ -obj-$(CONFIG_USB_MTOUCH) += input/ obj-$(CONFIG_USB_POWERMATE) += input/ obj-$(CONFIG_USB_XPAD) += input/ |