From: Inaky Perez-Gonzalez Date: Wed, 1 Aug 2007 03:33:57 +0000 (-0700) Subject: usb: introduce usb_device authorization bits X-Git-Tag: v2.6.24-rc1~1395^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da04b7a42711c1d1d8d9fbc2565cdd83efcfee40;p=pandora-kernel.git usb: introduce usb_device authorization bits This just modifies 'struct usb_device' to contain the 'authorized' bit. It also adds a 'wusb' bit. This is needed because nonauthorized (and thus non-authenticated) wusb devices will fail certain kind of simple requests (such as string descriptors). By knowing the device is WUSB, we just avoid them. Signed-off-by: Inaky Perez-Gonzalez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed