git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5c32d
)
HID: picolcd_core: Remove setting hdev->claimed before calling hid_hw_start()
author
Axel Lin
<axel.lin@gmail.com>
Thu, 13 Sep 2012 22:15:36 +0000
(06:15 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 19 Sep 2012 11:57:03 +0000
(13:57 +0200)
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 <axel.lin@gmail.com>
Acked-By: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found