Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Nestor Lopez Casado
Sorry, no html now. On Tue, Dec 3, 2013 at 3:01 PM, Nestor Lopez Casado wrote: > > > > > On Tue, Dec 3, 2013 at 1:51 PM, Jiri Kosina wrote: >> >> On Tue, 3 Dec 2013, Olivier Gay wrote: >> >> > Without hidraw driver, we get this: >> > >> > <3>[ 210.131988] logitech-djreceiver

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Jiri Kosina
On Tue, 3 Dec 2013, Nestor Lopez Casado wrote: > > > <3>[ 210.131988] logitech-djreceiver 0003:046D:C52B.0005: claimed by > > > neither input, hiddev nor hidraw > > > <3>[ 210.132202] logitech-djreceiver 0003:046D:C52B.0005: > > > logi_dj_probe:hid_hw_start returned error > > > > > > In

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Jiri Kosina
On Tue, 3 Dec 2013, Olivier Gay wrote: > Without hidraw driver, we get this: > > <3>[ 210.131988] logitech-djreceiver 0003:046D:C52B.0005: claimed by > neither input, hiddev nor hidraw > <3>[ 210.132202] logitech-djreceiver 0003:046D:C52B.0005: > logi_dj_probe:hid_hw_start returned error > >

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Olivier Gay
>On Tue, Dec 3, 2013 at 8:53 AM, Jiri Kosina wrote: > I don't have my receiver with me at the moment, so can't really verify -- > how exactly does it fail during probe()? Hi Jiri, Without hidraw driver, we get this: <3>[ 210.131988] logitech-djreceiver 0003:046D:C52B.0005: claimed by neither

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Olivier Gay
On Tue, Dec 3, 2013 at 8:53 AM, Jiri Kosina jkos...@suse.cz wrote: I don't have my receiver with me at the moment, so can't really verify -- how exactly does it fail during probe()? Hi Jiri, Without hidraw driver, we get this: 3[ 210.131988] logitech-djreceiver 0003:046D:C52B.0005: claimed

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Jiri Kosina
On Tue, 3 Dec 2013, Olivier Gay wrote: Without hidraw driver, we get this: 3[ 210.131988] logitech-djreceiver 0003:046D:C52B.0005: claimed by neither input, hiddev nor hidraw 3[ 210.132202] logitech-djreceiver 0003:046D:C52B.0005: logi_dj_probe:hid_hw_start returned error In

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Jiri Kosina
On Tue, 3 Dec 2013, Nestor Lopez Casado wrote: 3[ 210.131988] logitech-djreceiver 0003:046D:C52B.0005: claimed by neither input, hiddev nor hidraw 3[ 210.132202] logitech-djreceiver 0003:046D:C52B.0005: logi_dj_probe:hid_hw_start returned error In logi_dj_probe, we call

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Nestor Lopez Casado
Sorry, no html now. On Tue, Dec 3, 2013 at 3:01 PM, Nestor Lopez Casado nlopezca...@logitech.com wrote: On Tue, Dec 3, 2013 at 1:51 PM, Jiri Kosina jkos...@suse.cz wrote: On Tue, 3 Dec 2013, Olivier Gay wrote: Without hidraw driver, we get this: 3[ 210.131988] logitech-djreceiver

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-02 Thread Jiri Kosina
On Tue, 3 Dec 2013, Olivier Gay wrote: > hid-logitech-dj.c driver needs hidraw to work correctly. Without > hidraw, hid-logitech-dj.c fails during probe() and Logitech > Unifying devices HID reports aren't recognized. > > Signed-off-by: Olivier Gay > Signed-off-by: Nestor Lopez Casado >

[PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-02 Thread Olivier Gay
hid-logitech-dj.c driver needs hidraw to work correctly. Without hidraw, hid-logitech-dj.c fails during probe() and Logitech Unifying devices HID reports aren't recognized. Signed-off-by: Olivier Gay Signed-off-by: Nestor Lopez Casado Signed-off-by: Mathieu Meisser --- Hi everyone, this adds

[PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-02 Thread Olivier Gay
hid-logitech-dj.c driver needs hidraw to work correctly. Without hidraw, hid-logitech-dj.c fails during probe() and Logitech Unifying devices HID reports aren't recognized. Signed-off-by: Olivier Gay o...@logitech.com Signed-off-by: Nestor Lopez Casado nlopezca...@logitech.com Signed-off-by:

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-02 Thread Jiri Kosina
On Tue, 3 Dec 2013, Olivier Gay wrote: hid-logitech-dj.c driver needs hidraw to work correctly. Without hidraw, hid-logitech-dj.c fails during probe() and Logitech Unifying devices HID reports aren't recognized. Signed-off-by: Olivier Gay o...@logitech.com Signed-off-by: Nestor Lopez