Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151359
b: refs/heads/master
c: cac85a8
h: refs/heads/master
i:
  151357: 8855c78
  151355: 09e5a52
  151351: 178c9f2
  151343: ddfd022
  151327: f772d57
  151295: 9379522
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 18c757e commit 648c969
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5700f4c551f807576eec1d359575681e33057871
refs/heads/master: cac85a8b4e8e7c51bc0ce2980bba0e35cfec5c2e
3 changes: 3 additions & 0 deletions trunk/include/linux/usb/composite.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ struct usb_function {
void (*suspend)(struct usb_function *);
void (*resume)(struct usb_function *);

/* private: */
/* internals */
struct list_head list;
};
Expand Down Expand Up @@ -219,6 +220,7 @@ struct usb_configuration {

struct usb_composite_dev *cdev;

/* private: */
/* internals */
struct list_head list;
struct list_head functions;
Expand Down Expand Up @@ -321,6 +323,7 @@ struct usb_composite_dev {

struct usb_configuration *config;

/* private: */
/* internals */
struct usb_device_descriptor desc;
struct list_head configs;
Expand Down

0 comments on commit 648c969

Please sign in to comment.