Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161245
b: refs/heads/master
c: 38b7f49
h: refs/heads/master
i:
  161243: c839798
v: v3
  • Loading branch information
Jiri Kosina committed Jun 26, 2009
1 parent 02d2d1b commit eec705a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: cd667ce24796700e1a0e6e7528efc61c96ff832e
refs/heads/master: 38b7f49a0654cb52cac61c6455807248eee3059d
12 changes: 6 additions & 6 deletions trunk/include/linux/hid-debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*
*/

#define HID_DEBUG_BUFSIZE 512

#ifdef CONFIG_DEBUG_FS

void hid_dump_input(struct hid_device *, struct hid_usage *, __s32);
Expand All @@ -34,7 +36,6 @@ void hid_debug_init(void);
void hid_debug_exit(void);
void hid_debug_event(struct hid_device *, char *);

#define HID_DEBUG_BUFSIZE 512

struct hid_debug_list {
char *hid_debug_buf;
Expand All @@ -48,11 +49,10 @@ struct hid_debug_list {

#else

#define hid_dump_input(a,b) do { } while (0)
#define hid_dump_device(c) do { } while (0)
#define hid_dump_field(a,b) do { } while (0)
#define hid_resolv_usage(a) do { } while (0)
#define hid_resolv_event(a,b) do { } while (0)
#define hid_dump_input(a,b,c) do { } while (0)
#define hid_dump_device(a,b) do { } while (0)
#define hid_dump_field(a,b,c) do { } while (0)
#define hid_resolv_usage(a,b) do { } while (0)
#define hid_debug_register(a, b) do { } while (0)
#define hid_debug_unregister(a) do { } while (0)
#define hid_debug_init() do { } while (0)
Expand Down

0 comments on commit eec705a

Please sign in to comment.