Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305053
b: refs/heads/master
c: d6d7c87
h: refs/heads/master
i:
  305051: a3b28bf
v: v3
  • Loading branch information
Jiri Kosina committed Apr 30, 2012
1 parent 4597c0f commit 57a76c0
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: b6787242f32700377d3da3b8d788ab3928bab849
refs/heads/master: d6d7c873529abd622897cad5e36f1fd7d82f5110
2 changes: 1 addition & 1 deletion trunk/include/linux/hidraw.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void hidraw_disconnect(struct hid_device *);
#else
static inline int hidraw_init(void) { return 0; }
static inline void hidraw_exit(void) { }
static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { }
static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { return 0; }
static inline int hidraw_connect(struct hid_device *hid) { return -1; }
static inline void hidraw_disconnect(struct hid_device *hid) { }
#endif
Expand Down

0 comments on commit 57a76c0

Please sign in to comment.