Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289420
b: refs/heads/master
c: ee398b5
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Sarah Sharp committed Feb 2, 2012
1 parent 53537bf commit 994c686
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 348748b0e8cccc675e2f3a1456460ffcd540e1a1
refs/heads/master: ee398b59ec1dc3ce1d60518f4ea644907893414b
8 changes: 8 additions & 0 deletions trunk/include/linux/usb/uas.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ struct sense_iu {
__u8 sense[SCSI_SENSE_BUFFERSIZE];
};

struct usb_pipe_usage_descriptor {
__u8 bLength;
__u8 bDescriptorType;

__u8 bPipeID;
__u8 Reserved;
} __attribute__((__packed__));

enum {
CMD_PIPE_ID = 1,
STATUS_PIPE_ID = 2,
Expand Down

0 comments on commit 994c686

Please sign in to comment.