Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180861
b: refs/heads/master
c: 90a006a
h: refs/heads/master
i:
  180859: e70cfc9
v: v3
  • Loading branch information
Michael Poole authored and Jiri Kosina committed Feb 10, 2010
1 parent ac9196b commit 1ccbd9e
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 342f31e84eec9002b75f6fcdec6bd932ac77a390
refs/heads/master: 90a006abf8015c8cab893555244d8fc673b24839
3 changes: 2 additions & 1 deletion trunk/drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ EXPORT_SYMBOL_GPL(hid_debug);
* Register a new report for a device.
*/

static struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id)
struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id)
{
struct hid_report_enum *report_enum = device->report_enum + type;
struct hid_report *report;
Expand All @@ -75,6 +75,7 @@ static struct hid_report *hid_register_report(struct hid_device *device, unsigne

return report;
}
EXPORT_SYMBOL_GPL(hid_register_report);

/*
* Register a new field for this report.
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ int hid_input_report(struct hid_device *, int type, u8 *, int, int);
int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field);
void hid_output_report(struct hid_report *report, __u8 *data);
struct hid_device *hid_allocate_device(void);
struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id);
int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size);
int hid_check_keys_pressed(struct hid_device *hid);
int hid_connect(struct hid_device *hid, unsigned int connect_mask);
Expand Down

0 comments on commit 1ccbd9e

Please sign in to comment.