RE: [PATCH RESEND 1/2] HID: hid-sensor-hub: Remove setting hdev->claimed before calling hid_hw_start()

2012-09-19 Thread Pandruvada, Srinivas
, Srinivas; linux-input@vger.kernel.org Subject: Re: [PATCH RESEND 1/2] HID: hid-sensor-hub: Remove setting hdev->claimed before calling hid_hw_start() On Tue, 18 Sep 2012, Axel Lin wrote: > Current implementation of hid_hw_start() allows connect_mask to be 0. > Setting hdev

Re: [PATCH RESEND 1/2] HID: hid-sensor-hub: Remove setting hdev->claimed before calling hid_hw_start()

2012-09-19 Thread Jiri Kosina
On Tue, 18 Sep 2012, Axel Lin wrote: > Current implementation of hid_hw_start() allows connect_mask to be 0. > Setting hdev->claimed = HID_CLAIMED_INPUT before calling hid_hw_start() is not > necessary. Remove it. > > Signed-off-by: Axel Lin Signed-off-by: Jiri Kosina Jonathan, please take it