Skip to content

Commit

Permalink
HID: uclogic: merge hid-huion driver in hid-uclogic
Browse files Browse the repository at this point in the history
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 <Nikolai.Kondrashov@redhat.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
spbnick authored and Jiri Kosina committed Mar 3, 2015
1 parent 70b69cf commit 08177f4
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 299 deletions.
8 changes: 1 addition & 7 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ config HID_GT683R
Currently the following devices are know to be supported:
- MSI GT683R

config HID_HUION
tristate "Huion tablets"
depends on USB_HID
---help---
Support for Huion 580 tablet.

config HID_KEYTOUCH
tristate "Keytouch HID devices"
depends on HID
Expand All @@ -314,7 +308,7 @@ config HID_UCLOGIC
tristate "UC-Logic"
depends on HID
---help---
Support for UC-Logic tablets.
Support for UC-Logic and Huion tablets.

config HID_WALTOP
tristate "Waltop"
Expand Down
1 change: 0 additions & 1 deletion drivers/hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ obj-$(CONFIG_HID_GYRATION) += hid-gyration.o
obj-$(CONFIG_HID_HOLTEK) += hid-holtek-kbd.o
obj-$(CONFIG_HID_HOLTEK) += hid-holtek-mouse.o
obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o
obj-$(CONFIG_HID_HUION) += hid-huion.o
obj-$(CONFIG_HID_HYPERV_MOUSE) += hid-hyperv.o
obj-$(CONFIG_HID_ICADE) += hid-icade.o
obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o
Expand Down
290 changes: 0 additions & 290 deletions drivers/hid/hid-huion.c

This file was deleted.

Loading

0 comments on commit 08177f4

Please sign in to comment.