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 46dc0421d19e..27575e678a7c 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -347,6 +347,8 @@ struct usb_device { | |||
347 | 347 | ||
348 | char **rawdescriptors; /* Raw descriptors for each config */ | 348 | char **rawdescriptors; /* Raw descriptors for each config */ |
349 | 349 | ||
350 | unsigned short bus_mA; /* Current available from the bus */ | ||
351 | |||
350 | int have_langid; /* whether string_langid is valid */ | 352 | int have_langid; /* whether string_langid is valid */ |
351 | int string_langid; /* language ID for strings */ | 353 | int string_langid; /* language ID for strings */ |
352 | 354 | ||