Re: [PATCH 6/7] HID: logitech-hidpp: support the G700 over wireless

2018-12-18 Thread Benjamin Tissoires
Hi Harry, [now that the series has been reverted and re-inserted, I am starting to have a look at this again] On Fri, Sep 7, 2018 at 7:33 PM Harry Cutts wrote: > > Hi Benjamin, > > On Fri, 7 Sep 2018 at 03:35, Benjamin Tissoires > wrote: > > > > The G700 is using a non unifying receiver, so

Re: [PATCH 6/7] HID: logitech-hidpp: support the G700 over wireless

2018-09-07 Thread Harry Cutts
Hi Benjamin, On Fri, 7 Sep 2018 at 03:35, Benjamin Tissoires wrote: > > The G700 is using a non unifying receiver, so it's easy to add its support > in hid-logitech-hidpp now. > [snip] > @@ -3671,6 +3671,9 @@ static const struct hid_device_id hidpp_devices[] = { > { /* Solar Keyboard

Re: [PATCH 6/7] HID: logitech-hidpp: support the G700 over wireless

2018-09-07 Thread Harry Cutts
Hi Benjamin, On Fri, 7 Sep 2018 at 03:35, Benjamin Tissoires wrote: > > The G700 is using a non unifying receiver, so it's easy to add its support > in hid-logitech-hidpp now. > [snip] > @@ -3671,6 +3671,9 @@ static const struct hid_device_id hidpp_devices[] = { > { /* Solar Keyboard

[PATCH 6/7] HID: logitech-hidpp: support the G700 over wireless

2018-09-07 Thread Benjamin Tissoires
The G700 is using a non unifying receiver, so it's easy to add its support in hid-logitech-hidpp now. With this, the 2 input nodes attached to the mouse will be enumerated as "Logitech G700" and the battery power_supply will be exported (HID++ 1.0 battery type). Signed-off-by: Benjamin Tissoires

[PATCH 6/7] HID: logitech-hidpp: support the G700 over wireless

2018-09-07 Thread Benjamin Tissoires
The G700 is using a non unifying receiver, so it's easy to add its support in hid-logitech-hidpp now. With this, the 2 input nodes attached to the mouse will be enumerated as "Logitech G700" and the battery power_supply will be exported (HID++ 1.0 battery type). Signed-off-by: Benjamin Tissoires