[patch 13/17] wusb: add authenticathed bit to usb_dev
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
13-wusb-add-authenticated-bit-to-usb-dev.patch
(text/plain, 1.3 KB)
This bit indicates the system that the WUSB device has been crypto authenticated and thus can operate as normal. Signed-off-by: Inaky Perez-Gonzalez <[email protected]> --- include/linux/usb.h | 1 + 1 file changed, 1 insertion(+) Index: linux.hg/include/linux/usb.h =================================================================== --- linux.hg.orig/include/linux/usb.h 2007-07-18 10:05:48.000000000 -0700 +++ linux.hg/include/linux/usb.h 2007-07-18 10:05:50.000000000 -0700 @@ -372,6 +372,7 @@ unsigned discon_suspended:1; /* Disconnected while suspended */ unsigned have_langid:1; /* whether string_langid is valid */ unsigned authorized:1; /* Policy has determined we can use it */ + unsigned authenticated:1; /* Crypto authentication passed */ unsigned wusb:1; /* Device is Wireless USB */ int string_langid; /* language ID for strings */ -- Inaky ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel