diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-23 19:10:38 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-23 19:10:38 +0000 |
| commit | 91f72cedda0e823d1576fc3783438224e26d0b0a (patch) | |
| tree | 886b5f08d245edb328cd30930458bd5463cb9774 | |
| parent | 12416923345ab3f16093120934f5da2f285e3ca3 (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/usb_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c index f9c6a2e2a79e..115152ec4542 100644 --- a/sys/dev/usb/usb_device.c +++ b/sys/dev/usb/usb_device.c @@ -628,7 +628,7 @@ usb2_set_config_index(struct usb2_device *udev, uint8_t index) DPRINTF("udev=%p cdesc=%p (addr %d) cno=%d attr=0x%02x, " "selfpowered=%d, power=%d\n", udev, cdp, - cdp->bConfigurationValue, udev->address, cdp->bmAttributes, + udev->address, cdp->bConfigurationValue, cdp->bmAttributes, selfpowered, cdp->bMaxPower * 2); /* Check if we have enough power. */ |
