Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93375
b: refs/heads/master
c: 3b52f12
h: refs/heads/master
i:
  93373: e7edd4f
  93371: 4b66bce
  93367: c09d3bf
  93359: 2b7325e
  93343: 77c75e7
  93311: 7383a5f
v: v3
  • Loading branch information
Inaky Perez-Gonzalez authored and Greg Kroah-Hartman committed Apr 25, 2008
1 parent 29e8c50 commit 35f9ff3
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: cdc97792289179974af6dda781c855696358d307
refs/heads/master: 3b52f128aeacc4b9e5992012c39ffc9508513bcd
2 changes: 2 additions & 0 deletions trunk/include/linux/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ struct usb_tt;
* used or not. By default, wired USB devices are authorized.
* WUSB devices are not, until we authorize them from user space.
* FIXME -- complete doc
* @authenticated: Crypto authentication passed
* @wusb: device is Wireless USB
* @string_langid: language ID for strings
* @product: iProduct string, if present (static)
Expand Down Expand Up @@ -438,6 +439,7 @@ struct usb_device {
unsigned persist_enabled:1;
unsigned have_langid:1;
unsigned authorized:1;
unsigned authenticated:1;
unsigned wusb:1;
int string_langid;

Expand Down

0 comments on commit 35f9ff3

Please sign in to comment.