diff options
| author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-07 16:16:29 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-08 01:41:29 -0400 |
| commit | 4104d13fe0194736393d97c88ee045fb689c783b (patch) | |
| tree | 1915a03fbad7541df368f0940387f0f15b7fc380 /drivers/usb/Makefile | |
| parent | d2ada5597d33a9108acb2caf912f85cbc9caab1e (diff) | |
Input: move USB tablets under drivers/input/tablet
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index f5de58a63f2b..f7865669de35 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
| @@ -23,13 +23,9 @@ obj-$(CONFIG_USB_PRINTER) += class/ | |||
| 23 | obj-$(CONFIG_USB_STORAGE) += storage/ | 23 | obj-$(CONFIG_USB_STORAGE) += storage/ |
| 24 | obj-$(CONFIG_USB) += storage/ | 24 | obj-$(CONFIG_USB) += storage/ |
| 25 | 25 | ||
| 26 | obj-$(CONFIG_USB_ACECAD) += input/ | ||
| 27 | obj-$(CONFIG_USB_AIPTEK) += input/ | ||
| 28 | obj-$(CONFIG_USB_ATI_REMOTE) += input/ | 26 | obj-$(CONFIG_USB_ATI_REMOTE) += input/ |
| 29 | obj-$(CONFIG_USB_KBTAB) += input/ | ||
| 30 | obj-$(CONFIG_USB_MTOUCH) += input/ | 27 | obj-$(CONFIG_USB_MTOUCH) += input/ |
| 31 | obj-$(CONFIG_USB_POWERMATE) += input/ | 28 | obj-$(CONFIG_USB_POWERMATE) += input/ |
| 32 | obj-$(CONFIG_USB_WACOM) += input/ | ||
| 33 | obj-$(CONFIG_USB_XPAD) += input/ | 29 | obj-$(CONFIG_USB_XPAD) += input/ |
| 34 | 30 | ||
| 35 | obj-$(CONFIG_USB_CATC) += net/ | 31 | obj-$(CONFIG_USB_CATC) += net/ |
