Input: wacom - move the USB (now hid) Wacom driver in drivers/hid
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 24 Jul 2014 20:10:09 +0000 (13:10 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 26 Jul 2014 01:55:38 +0000 (18:55 -0700)
commit471d17148c8b4174ac5f5283a73316d12c4379bc
tree07e8fc37b04e07479404806977f1c75cd0d09765
parenta3e6f6543d1969f1931b4f68fdd1a230b620ead8
Input: wacom - move the USB (now hid) Wacom driver in drivers/hid

wacom.ko is now a full HID driver, we have to move it into the proper
subdirectory: drivers/hid.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
12 files changed:
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/wacom.h [new file with mode: 0644]
drivers/hid/wacom_sys.c [new file with mode: 0644]
drivers/hid/wacom_wac.c [new file with mode: 0644]
drivers/hid/wacom_wac.h [new file with mode: 0644]
drivers/input/tablet/Kconfig
drivers/input/tablet/Makefile
drivers/input/tablet/wacom.h [deleted file]
drivers/input/tablet/wacom_sys.c [deleted file]
drivers/input/tablet/wacom_wac.c [deleted file]
drivers/input/tablet/wacom_wac.h [deleted file]