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

2012-09-17 Thread Axel Lin
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 --- drivers/hid/hid-sensor-hub.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/hid/

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

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