diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-08-06 14:06:26 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-08-06 15:14:54 -0700 |
commit | 7403a6a448c3ed96221bb46c9da75254fd87b520 (patch) | |
tree | bc1fa2999ba926cb440195edf6f95145d2e9070a /drivers/hid/Makefile | |
parent | 1c3c52354046bae6d2b596d3ae9ff67be4e78250 (diff) |
Input: HID - remove hid-wacom Bluetooth driver
Bluetooth Wacom tablets are now handled by the regular wacom.ko driver.
Remove the now useless hid-wacom driver.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Ping Cheng <pingc@wacom.com>
Tested-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 55b69acdb680..e38c772ace76 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -115,10 +115,9 @@ obj-$(CONFIG_HID_UCLOGIC) += hid-uclogic.o obj-$(CONFIG_HID_XINMO) += hid-xinmo.o obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o -obj-$(CONFIG_HID_WACOM) += hid-wacom.o wacom-objs := wacom_wac.o wacom_sys.o -obj-$(CONFIG_HID_USB_WACOM) += wacom.o +obj-$(CONFIG_HID_WACOM) += wacom.o obj-$(CONFIG_HID_WALTOP) += hid-waltop.o obj-$(CONFIG_HID_WIIMOTE) += hid-wiimote.o obj-$(CONFIG_HID_SENSOR_HUB) += hid-sensor-hub.o |