]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10519c7f3cd26b531bbcac058f0d0dc801fe68e8
tree07e8fc37b04e07479404806977f1c75cd0d09765
parentea185ce3b221644b42dac6d25b4e72bce3179453
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]