Re: [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC

2015-03-04 Thread Nikolai Kondrashov
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 o

Re: [PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC

2015-03-04 Thread Jiri Kosina
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 depen

[PATCH] HID: Kconfig: add USB_HID dependency to UC-LOGIC

2015-03-04 Thread Benjamin Tissoires
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