Skip to content

Commit 08177f4

Browse files
spbnickJiri Kosina
authored andcommitted
HID: uclogic: merge hid-huion driver in hid-uclogic
Merge the hid-huion driver into hid-uclogic as all the devices supported by hid-huion are in fact UC-Logic devices. Signed-off-by: Nikolai Kondrashov <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 70b69cf commit 08177f4

File tree

4 files changed

+229
-299
lines changed

4 files changed

+229
-299
lines changed

drivers/hid/Kconfig

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,6 @@ config HID_GT683R
286286
Currently the following devices are know to be supported:
287287
- MSI GT683R
288288

289-
config HID_HUION
290-
tristate "Huion tablets"
291-
depends on USB_HID
292-
---help---
293-
Support for Huion 580 tablet.
294-
295289
config HID_KEYTOUCH
296290
tristate "Keytouch HID devices"
297291
depends on HID
@@ -314,7 +308,7 @@ config HID_UCLOGIC
314308
tristate "UC-Logic"
315309
depends on HID
316310
---help---
317-
Support for UC-Logic tablets.
311+
Support for UC-Logic and Huion tablets.
318312

319313
config HID_WALTOP
320314
tristate "Waltop"

drivers/hid/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ obj-$(CONFIG_HID_GYRATION) += hid-gyration.o
4141
obj-$(CONFIG_HID_HOLTEK) += hid-holtek-kbd.o
4242
obj-$(CONFIG_HID_HOLTEK) += hid-holtek-mouse.o
4343
obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o
44-
obj-$(CONFIG_HID_HUION) += hid-huion.o
4544
obj-$(CONFIG_HID_HYPERV_MOUSE) += hid-hyperv.o
4645
obj-$(CONFIG_HID_ICADE) += hid-icade.o
4746
obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o

drivers/hid/hid-huion.c

Lines changed: 0 additions & 290 deletions
This file was deleted.

0 commit comments

Comments
 (0)