diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2010-10-04 22:21:30 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2010-10-04 22:21:30 +0000 |
| commit | 8f9750b7fdf0e5bc23218c45827f56f9b2b4aa4a (patch) | |
| tree | 7df636a0fa2dd65329e74c93f332faf12841b517 /sys/dev/usb/usb_device.h | |
| parent | ce4092bda42214e65486318364ed49f0de37a264 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_device.h')
| -rw-r--r-- | sys/dev/usb/usb_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h index 6a02f5056187b..e53afa251fd09 100644 --- a/sys/dev/usb/usb_device.h +++ b/sys/dev/usb/usb_device.h @@ -160,6 +160,7 @@ struct usb_device { uint8_t hs_port_no; /* high-speed HUB port number */ uint8_t driver_added_refcount; /* our driver added generation count */ uint8_t power_mode; /* see USB_POWER_XXX */ + uint8_t re_enumerate_wait; /* set if re-enum. is in progress */ uint8_t ifaces_max; /* number of interfaces present */ uint8_t endpoints_max; /* number of endpoints present */ |
