Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317063
b: refs/heads/master
c: 0d5ff30
h: refs/heads/master
i:
  317061: 39960ac
  317059: c3fcb38
  317055: c31ed1a
v: v3
  • Loading branch information
Richard Kennedy authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent e0e5c41 commit fbaee8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 09110529780890804b22e997ae6b4fe3f0b3b158
refs/heads/master: 0d5ff306582834e3172365d619ec0cfe7a4f79ba
5 changes: 3 additions & 2 deletions trunk/include/linux/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ struct usb_host_endpoint {
struct usb_host_interface {
struct usb_interface_descriptor desc;

int extralen;
unsigned char *extra; /* Extra descriptors */

/* array of desc.bNumEndpoint endpoints associated with this
* interface setting. these will be in no particular order.
*/
struct usb_host_endpoint *endpoint;

char *string; /* iInterface string, if present */
unsigned char *extra; /* Extra descriptors */
int extralen;
};

enum usb_interface_condition {
Expand Down

0 comments on commit fbaee8e

Please sign in to comment.