Skip to content

Commit

Permalink
HID: Kconfig: add USB_HID dependency to UC-LOGIC
Browse files Browse the repository at this point in the history
In commit 08177f4 (HID: uclogic: merge hid-huion driver in hid-uclogic)
HID_HUION depends explicitely on USB_HID because it contained quite some
USB-isms.

Now that hid-uclogic is the new home of Huion tablets, we need to also
add the dependency on USB_HID to this driver.

Reported-by: Jiri Kosina <jkosina@suse.cz>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Benjamin Tissoires authored and Jiri Kosina committed Mar 4, 2015
1 parent fce8c5f commit bbb2d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ config HID_KYE

config HID_UCLOGIC
tristate "UC-Logic"
depends on HID
depends on USB_HID
---help---
Support for UC-Logic and Huion tablets.

Expand Down

0 comments on commit bbb2d8a

Please sign in to comment.