diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 5634a2d91ec0..0cd73edeef13 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -362,6 +362,7 @@ struct usb_device { | |||
362 | u8 portnum; /* Parent port number (origin 1) */ | 362 | u8 portnum; /* Parent port number (origin 1) */ |
363 | u8 level; /* Number of USB hub ancestors */ | 363 | u8 level; /* Number of USB hub ancestors */ |
364 | 364 | ||
365 | unsigned discon_suspended:1; /* Disconnected while suspended */ | ||
365 | unsigned have_langid:1; /* whether string_langid is valid */ | 366 | unsigned have_langid:1; /* whether string_langid is valid */ |
366 | int string_langid; /* language ID for strings */ | 367 | int string_langid; /* language ID for strings */ |
367 | 368 | ||