Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27982
b: refs/heads/master
c: c7afb48
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Apr 29, 2006
1 parent 0b5ccb1 commit ec4c7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 778382e08cce51b6268ca49449e5bd70c8413799
refs/heads/master: c7afb48eb5147be9eb9789b4161462d246451ac2
4 changes: 4 additions & 0 deletions trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,9 @@ struct ff_effect {

#define FF_MAX 0x7f

#ifdef LINUX_MOD_DEVICETABLE_H
/* We only want this if mod_devicetable.h has been included -- that's
either in kernel space, or in scripts/mod/file2alias.c */
struct input_device_id {

kernel_ulong_t flags;
Expand All @@ -823,6 +826,7 @@ struct input_device_id {

kernel_ulong_t driver_info;
};
#endif

/*
* Structure for hotplug & device<->driver matching.
Expand Down

0 comments on commit ec4c7fa

Please sign in to comment.