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 c66303285a45..df5c93eb3ce9 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -348,6 +348,7 @@ struct usb_device { | |||
348 | 348 | ||
349 | unsigned short bus_mA; /* Current available from the bus */ | 349 | unsigned short bus_mA; /* Current available from the bus */ |
350 | u8 portnum; /* Parent port number (origin 1) */ | 350 | u8 portnum; /* Parent port number (origin 1) */ |
351 | u8 level; /* Number of USB hub ancestors */ | ||
351 | 352 | ||
352 | int have_langid; /* whether string_langid is valid */ | 353 | int have_langid; /* whether string_langid is valid */ |
353 | int string_langid; /* language ID for strings */ | 354 | int string_langid; /* language ID for strings */ |