Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 471d1714 authored by Benjamin Tissoires's avatar Benjamin Tissoires Committed by Dmitry Torokhov
Browse files

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: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent a3e6f654
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -755,6 +755,19 @@ config HID_WACOM
	---help---
	Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.

config HID_USB_WACOM
	tristate "Wacom Intuos/Graphire tablet support (USB)"
	depends on HID
	select POWER_SUPPLY
	select NEW_LEDS
	select LEDS_CLASS
	help
	  Say Y here if you want to use the USB version of the Wacom Intuos
	  or Graphire tablet.

	  To compile this driver as a module, choose M here: the
	  module will be called wacom.

config HID_WIIMOTE
	tristate "Nintendo Wii / Wii U peripherals"
	depends on HID
+3 −0
Original line number Diff line number Diff line
@@ -116,6 +116,9 @@ 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_WALTOP)	+= hid-waltop.o
obj-$(CONFIG_HID_WIIMOTE)	+= hid-wiimote.o
obj-$(CONFIG_HID_SENSOR_HUB)	+= hid-sensor-hub.o
+0 −0

File moved.

Loading