Re: [PATCH] HID: logitech-dj: do not directly call hid_output_raw_report() during probe

2013-03-07 Thread Benjamin Tissoires
On Thu, Mar 7, 2013 at 4:07 PM, Jiri Kosina jkos...@suse.cz wrote: On Tue, 5 Mar 2013, Benjamin Tissoires wrote: hid_output_raw_report() makes a direct call to usb_control_msg(). However, some USB3 boards have shown that the usb device is not ready during the .probe(). This blocks the entire

[PATCH] HID: logitech-dj: do not directly call hid_output_raw_report() during probe

2013-03-05 Thread Benjamin Tissoires
hid_output_raw_report() makes a direct call to usb_control_msg(). However, some USB3 boards have shown that the usb device is not ready during the .probe(). This blocks the entire usb device, and the paired mice, keyboards are not functional. The dmesg output is the following: [ 11.912287]