diff mbox

HID: Kconfig: add USB_HID dependency to UC-LOGIC

Message ID 1425486295-27283-1-git-send-email-benjamin.tissoires@redhat.com (mailing list archive)
State New, archived
Delegated to: Jiri Kosina
Headers show

Commit Message

Benjamin Tissoires March 4, 2015, 4:24 p.m. UTC
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>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
---

[CCing the DIGImend folks as a followup, this one is for upstream only]

 drivers/hid/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nikolai Kondrashov March 4, 2015, 4:27 p.m. UTC | #1
On 03/04/2015 06:24 PM, Benjamin Tissoires wrote:
> 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>
> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>

Thanks, Benjamin, I wasn't fast enough.

Nick
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jiri Kosina March 4, 2015, 4:34 p.m. UTC | #2
On Wed, 4 Mar 2015, Benjamin Tissoires wrote:

> 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>
> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> ---
> 
> [CCing the DIGImend folks as a followup, this one is for upstream only]

Applied to for-4.1/huion-uclogic-merge branch, thanks.
diff mbox

Patch

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 8a55fd7..60c34cc 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -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.