[patch 2/7] wusb: add authenticathed bit to usb_dev

Inaky Perez-Gonzalez <[email protected]>
Newsgroups gmane.linux.usb.devel,gmane.linux.drivers.uwb
Message-ID <[email protected]>
wusb-add-authenticated-bit-to-usb-dev.patch (text/plain, 1.4 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-31 12:18:42.000000000 -0700
+++ linux.hg/include/linux/usb.h	2007-07-31 12:18:58.000000000 -0700
@@ -384,6 +384,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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.