From 35f9ff3574b430cdb7faac2de90032adbc3a6401 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Tue, 8 Apr 2008 13:24:46 -0700 Subject: [PATCH] --- yaml --- r: 93375 b: refs/heads/master c: 3b52f128aeacc4b9e5992012c39ffc9508513bcd h: refs/heads/master i: 93373: e7edd4f42178392b43c12f1c9a13b3c831aab91d 93371: 4b66bce5d9b3cd8e9d33efbf10003dd9c9274ac8 93367: c09d3bfd08aaa78110e748b242c01fed64667c36 93359: 2b7325e6dbda03fc8831cb35c2416e15480d7f2c 93343: 77c75e70f8054daacec19f7d24c2b48e079d0aaa 93311: 7383a5fa60bb4e53158fed929f5e380ef86bb7c5 v: v3 --- [refs] | 2 +- trunk/include/linux/usb.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 790f1aa1328a..99ecca4d9d50 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cdc97792289179974af6dda781c855696358d307 +refs/heads/master: 3b52f128aeacc4b9e5992012c39ffc9508513bcd diff --git a/trunk/include/linux/usb.h b/trunk/include/linux/usb.h index 4a91181629d9..c5af7633c449 100644 --- a/trunk/include/linux/usb.h +++ b/trunk/include/linux/usb.h @@ -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) @@ -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;