diff options
| author | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2008-05-06 13:55:32 -0400 |
| commit | a815752ac0ffdb910e92958d41d28f4fb28e5296 (patch) | |
| tree | a3aa16a282354da0debe8e3a3a7ed8aac6e54001 /include/linux/usb/ch9.h | |
| parent | 5ade9deaaa3e1f7291467d97b238648e43eae15e (diff) | |
| parent | a15306365a16380f3bafee9e181ba01231d4acd7 (diff) | |
Merge branch 'master' of /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 7e0d3084f76c..73a2f4eb1f7a 100644 --- a/include/linux/usb/ch9.h +++ b/include/linux/usb/ch9.h | |||
| @@ -455,7 +455,7 @@ struct usb_encryption_descriptor { | |||
| 455 | 455 | ||
| 456 | /*-------------------------------------------------------------------------*/ | 456 | /*-------------------------------------------------------------------------*/ |
| 457 | 457 | ||
| 458 | /* USB_DT_BOS: group of wireless capabilities */ | 458 | /* USB_DT_BOS: group of device-level capabilities */ |
| 459 | struct usb_bos_descriptor { | 459 | struct usb_bos_descriptor { |
| 460 | __u8 bLength; | 460 | __u8 bLength; |
| 461 | __u8 bDescriptorType; | 461 | __u8 bDescriptorType; |
| @@ -501,6 +501,16 @@ struct usb_wireless_cap_descriptor { /* Ultra Wide Band */ | |||
| 501 | __u8 bReserved; | 501 | __u8 bReserved; |
| 502 | } __attribute__((packed)); | 502 | } __attribute__((packed)); |
| 503 | 503 | ||
| 504 | #define USB_CAP_TYPE_EXT 2 | ||
| 505 | |||
| 506 | struct usb_ext_cap_descriptor { /* Link Power Management */ | ||
| 507 | __u8 bLength; | ||
| 508 | __u8 bDescriptorType; | ||
| 509 | __u8 bDevCapabilityType; | ||
| 510 | __u8 bmAttributes; | ||
| 511 | #define USB_LPM_SUPPORT (1 << 1) /* supports LPM */ | ||
| 512 | } __attribute__((packed)); | ||
| 513 | |||
| 504 | /*-------------------------------------------------------------------------*/ | 514 | /*-------------------------------------------------------------------------*/ |
| 505 | 515 | ||
| 506 | /* USB_DT_WIRELESS_ENDPOINT_COMP: companion descriptor associated with | 516 | /* USB_DT_WIRELESS_ENDPOINT_COMP: companion descriptor associated with |
