diff options
| author | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 14:36:25 +0100 | 
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 14:36:25 +0100 | 
| commit | a8931ef380c92d121ae74ecfb03b2d63f72eea6f (patch) | |
| tree | 980fb6b019e11e6cb1ece55b7faff184721a8053 /include/linux/usb/ch9.h | |
| parent | 90574d0a4d4b73308ae54a2a57a4f3f1fa98e984 (diff) | |
| parent | e5a5816f7875207cb0a0a7032e39a4686c5e10a4 (diff) | |
| download | olio-linux-3.10-a8931ef380c92d121ae74ecfb03b2d63f72eea6f.tar.xz olio-linux-3.10-a8931ef380c92d121ae74ecfb03b2d63f72eea6f.zip  | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/usb/ch9.h')
| -rw-r--r-- | include/linux/usb/ch9.h | 12 | 
1 files changed, 11 insertions, 1 deletions
diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h index 7e0d3084f76..73a2f4eb1f7 100644 --- a/include/linux/usb/ch9.h +++ b/include/linux/usb/ch9.h @@ -455,7 +455,7 @@ struct usb_encryption_descriptor {  /*-------------------------------------------------------------------------*/ -/* USB_DT_BOS:  group of wireless capabilities */ +/* USB_DT_BOS:  group of device-level capabilities */  struct usb_bos_descriptor {  	__u8  bLength;  	__u8  bDescriptorType; @@ -501,6 +501,16 @@ struct usb_wireless_cap_descriptor {	/* Ultra Wide Band */  	__u8  bReserved;  } __attribute__((packed)); +#define	USB_CAP_TYPE_EXT		2 + +struct usb_ext_cap_descriptor {		/* Link Power Management */ +	__u8  bLength; +	__u8  bDescriptorType; +	__u8  bDevCapabilityType; +	__u8  bmAttributes; +#define USB_LPM_SUPPORT			(1 << 1)	/* supports LPM */ +} __attribute__((packed)); +  /*-------------------------------------------------------------------------*/  /* USB_DT_WIRELESS_ENDPOINT_COMP:  companion descriptor associated with  |