Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-08 Thread Randy Dunlap
On 03/08/13 13:00, Jiri Kosina wrote: > On Fri, 8 Mar 2013, Randy Dunlap wrote: > >>> In the HID drivers tranport cleanup series, I removed the dependency >>> between hid-holtek and usbhid. This was wrong as hid-holtek.c relies >>> extensively on usb calls. >>> >>> This fixes compilation error

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-08 Thread Jiri Kosina
On Fri, 8 Mar 2013, Randy Dunlap wrote: > > In the HID drivers tranport cleanup series, I removed the dependency > > between hid-holtek and usbhid. This was wrong as hid-holtek.c relies > > extensively on usb calls. > > > > This fixes compilation error when CONFIG_USB_SUPPORT is not enabled. > >

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-08 Thread Randy Dunlap
On 03/07/13 01:48, Benjamin Tissoires wrote: > In the HID drivers tranport cleanup series, I removed the dependency > between hid-holtek and usbhid. This was wrong as hid-holtek.c relies > extensively on usb calls. > > This fixes compilation error when CONFIG_USB_SUPPORT is not enabled. > >

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-08 Thread Randy Dunlap
On 03/07/13 01:48, Benjamin Tissoires wrote: In the HID drivers tranport cleanup series, I removed the dependency between hid-holtek and usbhid. This was wrong as hid-holtek.c relies extensively on usb calls. This fixes compilation error when CONFIG_USB_SUPPORT is not enabled.

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-08 Thread Jiri Kosina
On Fri, 8 Mar 2013, Randy Dunlap wrote: In the HID drivers tranport cleanup series, I removed the dependency between hid-holtek and usbhid. This was wrong as hid-holtek.c relies extensively on usb calls. This fixes compilation error when CONFIG_USB_SUPPORT is not enabled.

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-08 Thread Randy Dunlap
On 03/08/13 13:00, Jiri Kosina wrote: On Fri, 8 Mar 2013, Randy Dunlap wrote: In the HID drivers tranport cleanup series, I removed the dependency between hid-holtek and usbhid. This was wrong as hid-holtek.c relies extensively on usb calls. This fixes compilation error when

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-07 Thread Jiri Kosina
On Thu, 7 Mar 2013, Benjamin Tissoires wrote: > In the HID drivers tranport cleanup series, I removed the dependency > between hid-holtek and usbhid. This was wrong as hid-holtek.c relies > extensively on usb calls. > > This fixes compilation error when CONFIG_USB_SUPPORT is not enabled.

[PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-07 Thread Benjamin Tissoires
In the HID drivers tranport cleanup series, I removed the dependency between hid-holtek and usbhid. This was wrong as hid-holtek.c relies extensively on usb calls. This fixes compilation error when CONFIG_USB_SUPPORT is not enabled. Signed-off-by: Benjamin Tissoires --- drivers/hid/Kconfig | 2

[PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-07 Thread Benjamin Tissoires
In the HID drivers tranport cleanup series, I removed the dependency between hid-holtek and usbhid. This was wrong as hid-holtek.c relies extensively on usb calls. This fixes compilation error when CONFIG_USB_SUPPORT is not enabled. Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com

Re: [PATCH] HID: holtek: Holtek devices depends on USB_HID

2013-03-07 Thread Jiri Kosina
On Thu, 7 Mar 2013, Benjamin Tissoires wrote: In the HID drivers tranport cleanup series, I removed the dependency between hid-holtek and usbhid. This was wrong as hid-holtek.c relies extensively on usb calls. This fixes compilation error when CONFIG_USB_SUPPORT is not enabled. Applied.