All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC
@ 2015-03-04 16:24 Benjamin Tissoires
  2015-03-04 16:27 ` Nikolai Kondrashov
  2015-03-04 16:34 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Benjamin Tissoires @ 2015-03-04 16:24 UTC (permalink / raw)
  To: Nikolai Kondrashov, Jiri Kosina; +Cc: linux-input, linux-kernel, DIGImend-devel

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(-)

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.
 
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC
  2015-03-04 16:24 [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC Benjamin Tissoires
@ 2015-03-04 16:27 ` Nikolai Kondrashov
  2015-03-04 16:34 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Nikolai Kondrashov @ 2015-03-04 16:27 UTC (permalink / raw)
  To: Benjamin Tissoires, Jiri Kosina; +Cc: linux-input, linux-kernel, DIGImend-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC
  2015-03-04 16:24 [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC Benjamin Tissoires
  2015-03-04 16:27 ` Nikolai Kondrashov
@ 2015-03-04 16:34 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2015-03-04 16:34 UTC (permalink / raw)
  To: Benjamin Tissoires
  Cc: Nikolai Kondrashov, linux-input, linux-kernel, DIGImend-devel

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.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-04 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04 16:24 [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC Benjamin Tissoires
2015-03-04 16:27 ` Nikolai Kondrashov
2015-03-04 16:34 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.