Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46233
b: refs/heads/master
c: 8235ca3
h: refs/heads/master
i:
  46231: 49650a2
v: v3
  • Loading branch information
Jiri Kosina committed Feb 5, 2007
1 parent 50c3441 commit 6f708ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: 7c379146005d277982acde02da44c773de5e7e5a
refs/heads/master: 8235ca3c05076f35d22578e8f530fd374104332a
17 changes: 0 additions & 17 deletions trunk/drivers/usb/input/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,23 +221,6 @@ static void hid_irq_in(struct urb *urb)
}
}

/*
* Find a report field with a specified HID usage.
*/
#if 0
struct hid_field *hid_find_field_by_usage(struct hid_device *hid, __u32 wanted_usage, int type)
{
struct hid_report *report;
int i;

list_for_each_entry(report, &hid->report_enum[type].report_list, list)
for (i = 0; i < report->maxfield; i++)
if (report->field[i]->logical == wanted_usage)
return report->field[i];
return NULL;
}
#endif /* 0 */

static int hid_submit_out(struct hid_device *hid)
{
struct hid_report *report;
Expand Down

0 comments on commit 6f708ee

Please sign in to comment.