Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190744
b: refs/heads/master
c: c085855
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Apr 7, 2010
1 parent c40ad8b commit 20f1ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6549981bc54777c37eccf987e227aff47022ab7c
refs/heads/master: c0858552c088616c18879c347d9e0daa98cf2b15
3 changes: 2 additions & 1 deletion trunk/drivers/hid/hid-ntrig.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ static int ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id)
}
}

report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
/* This is needed for devices with more recent firmware versions */
report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
if (report)
usbhid_submit_report(hdev, report, USB_DIR_OUT);

Expand Down

0 comments on commit 20f1ffd

Please sign in to comment.