diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-24 20:13:46 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-24 20:13:46 -0700 |
| commit | 3c9d3c60f4ba7cdc470d023f010bcdb3e57d2c08 (patch) | |
| tree | d1eeef85238ebf32f2d85591ff5787854e597298 /usb | |
| parent | 2e36c18649ed11e537d435127a21f46feca6489e (diff) | |
| download | patches-3c9d3c60f4ba7cdc470d023f010bcdb3e57d2c08.tar.gz | |
usb header file tweak
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/usb-add-usb_dev_reset_delayed.patch | 2 | ||||
| -rw-r--r-- | usb/wusb-add-authenticated-bit-to-usb-dev.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usb/usb-add-usb_dev_reset_delayed.patch b/usb/usb-add-usb_dev_reset_delayed.patch index 3440d31a9d44b8..74d9d5b4511004 100644 --- a/usb/usb-add-usb_dev_reset_delayed.patch +++ b/usb/usb-add-usb_dev_reset_delayed.patch @@ -111,7 +111,7 @@ Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> +++ b/include/linux/usb.h @@ -374,6 +374,7 @@ struct usb_tt; * FIXME -- complete doc - * @authenticated: Crypto authentication passed (for wireless usb) + * @authenticated: Crypto authentication passed * @wusb: device is Wireless USB + * @delayed_reset: delayed reset is in progress, or not * @string_langid: language ID for strings diff --git a/usb/wusb-add-authenticated-bit-to-usb-dev.patch b/usb/wusb-add-authenticated-bit-to-usb-dev.patch index 3ee4d2d257b8f2..5649ca7730da63 100644 --- a/usb/wusb-add-authenticated-bit-to-usb-dev.patch +++ b/usb/wusb-add-authenticated-bit-to-usb-dev.patch @@ -19,7 +19,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> * 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 (for wireless usb) ++ * @authenticated: Crypto authentication passed * @wusb: device is Wireless USB * @string_langid: language ID for strings * @product: iProduct string, if present (static) |
