diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 40439dfd81a7..c19297a8779c 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -526,6 +526,7 @@ struct usb_device { | |||
526 | unsigned lpm_capable:1; | 526 | unsigned lpm_capable:1; |
527 | unsigned usb2_hw_lpm_capable:1; | 527 | unsigned usb2_hw_lpm_capable:1; |
528 | unsigned usb2_hw_lpm_enabled:1; | 528 | unsigned usb2_hw_lpm_enabled:1; |
529 | unsigned usb3_lpm_enabled:1; | ||
529 | int string_langid; | 530 | int string_langid; |
530 | 531 | ||
531 | /* static strings from the device */ | 532 | /* static strings from the device */ |
@@ -555,6 +556,7 @@ struct usb_device { | |||
555 | struct usb3_lpm_parameters u1_params; | 556 | struct usb3_lpm_parameters u1_params; |
556 | struct usb3_lpm_parameters u2_params; | 557 | struct usb3_lpm_parameters u2_params; |
557 | unsigned lpm_disable_count; | 558 | unsigned lpm_disable_count; |
559 | unsigned hub_initiated_lpm_disable_count; | ||
558 | }; | 560 | }; |
559 | #define to_usb_device(d) container_of(d, struct usb_device, dev) | 561 | #define to_usb_device(d) container_of(d, struct usb_device, dev) |
560 | 562 | ||