Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323455
b: refs/heads/master
c: 206e3f1
h: refs/heads/master
i:
  323453: 5f55892
  323451: eda9cd0
  323447: a9f22e0
  323439: 0b2e4ab
  323423: a3250b5
  323391: d8f819b
  323327: cf682e1
v: v3
  • Loading branch information
Axel Lin authored and Jiri Kosina committed Sep 19, 2012
1 parent 4b95ce0 commit 6846110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb5c32d99899b0c5c46c4b0d3165de66a6981f8a
refs/heads/master: 206e3f1cda4d6113bdbb3656917d481b9ad447e4
4 changes: 0 additions & 4 deletions trunk/drivers/hid/hid-picolcd_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,7 @@ static int picolcd_probe(struct hid_device *hdev,
goto err_cleanup_data;
}

/* We don't use hidinput but hid_hw_start() fails if nothing is
* claimed. So spoof claimed input. */
hdev->claimed = HID_CLAIMED_INPUT;
error = hid_hw_start(hdev, 0);
hdev->claimed = 0;
if (error) {
hid_err(hdev, "hardware start failed\n");
goto err_cleanup_data;
Expand Down

0 comments on commit 6846110

Please sign in to comment.