Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215595
b: refs/heads/master
c: d8692ac
h: refs/heads/master
i:
  215593: abc6297
  215591: da11c03
v: v3
  • Loading branch information
Jiri Kosina committed Oct 23, 2010
1 parent 011a0be commit 9a59600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f1275410a108ac38b59149d10bce3f35edd70876
refs/heads/master: d8692ac012104ebffb343c0bcb4a2b8642c821a6
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-lg.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static __u8 *lg_report_fixup(struct hid_device *hdev, __u8 *rdesc,
"report descriptor\n");
rdesc[33] = rdesc[50] = 0x02;
}
if ((quirks & LG_FF4) && rsize >= 101 &&
if ((quirks & LG_FF4) && *rsize >= 101 &&
rdesc[41] == 0x95 && rdesc[42] == 0x0B &&
rdesc[47] == 0x05 && rdesc[48] == 0x09) {
dev_info(&hdev->dev, "fixing up Logitech Speed Force Wireless "
Expand Down

0 comments on commit 9a59600

Please sign in to comment.