Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27967
b: refs/heads/master
c: eae19a7
h: refs/heads/master
i:
  27965: 32e6578
  27963: e62d3f0
  27959: 79ca857
  27951: f7e0b87
  27935: 958d2e6
  27903: b7697a3
v: v3
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 423b3f5 commit b2a7ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 468db83658f776ec87a953778f18611301668148
refs/heads/master: eae19a762de975e109394b1edcba6587323c7d1a
2 changes: 2 additions & 0 deletions trunk/include/linux/usbdevice_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ struct usbdevfs_hub_portinfo {
char port [127]; /* e.g. port 3 connects to device 27 */
};

#ifdef __KERNEL__
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
struct usbdevfs_urb32 {
Expand All @@ -147,6 +148,7 @@ struct usbdevfs_ioctl32 {
compat_caddr_t data;
};
#endif
#endif /* __KERNEL__ */

#define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer)
#define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer)
Expand Down

0 comments on commit b2a7ad9

Please sign in to comment.