Re: [PATCH 11/14] HID: sony: remove hid_output_raw_report calls

2014-02-13 Thread Benjamin Tissoires
On Wed, Feb 12, 2014 at 5:47 AM, David Herrmann wrote: > Hi > > On Mon, Feb 10, 2014 at 6:58 PM, Benjamin Tissoires > wrote: >> We can not directly change the underlying struct hid_ll_driver here >> as we did for hdev->hid_output_raw_report. >> So allocate a struct ll_driver, and replace the old

Re: [PATCH 11/14] HID: sony: remove hid_output_raw_report calls

2014-02-12 Thread David Herrmann
Hi On Mon, Feb 10, 2014 at 6:58 PM, Benjamin Tissoires wrote: > We can not directly change the underlying struct hid_ll_driver here > as we did for hdev->hid_output_raw_report. > So allocate a struct ll_driver, and replace the old one when removing > the device. > To get a fully functional driver

[PATCH 11/14] HID: sony: remove hid_output_raw_report calls

2014-02-10 Thread Benjamin Tissoires
We can not directly change the underlying struct hid_ll_driver here as we did for hdev->hid_output_raw_report. So allocate a struct ll_driver, and replace the old one when removing the device. To get a fully functional driver, we must also split the function sixaxis_usb_output_raw_report() in 2, on