Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-12 Thread Benjamin Tissoires
On 07/12/2013 12:09 PM, Gustavo Padovan wrote: > Hi Benjamin, > > * Benjamin Tissoires [2013-07-11 15:41:30 > +0200]: > >> The USB hid implementation does retrieve the reports during the start. >> However, this implementation does not call the HID command GET_REPORT >> (which would fetch the cu

Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-12 Thread Gustavo Padovan
Hi Benjamin, * Benjamin Tissoires [2013-07-11 15:41:30 +0200]: > The USB hid implementation does retrieve the reports during the start. > However, this implementation does not call the HID command GET_REPORT > (which would fetch the current status of each report), but use the > DATA command, wh

Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-11 Thread Jiri Kosina
On Thu, 11 Jul 2013, Benjamin Tissoires wrote: > The USB hid implementation does retrieve the reports during the start. > However, this implementation does not call the HID command GET_REPORT > (which would fetch the current status of each report), but use the > DATA command, which is an Output Re

Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

2013-07-11 Thread David Herrmann
Hi On Thu, Jul 11, 2013 at 3:41 PM, Benjamin Tissoires wrote: > The USB hid implementation does retrieve the reports during the start. > However, this implementation does not call the HID command GET_REPORT > (which would fetch the current status of each report), but use the > DATA command, which