mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix order of debug printf items, addr and config# were swapped.
This commit is contained in:
parent
1241692334
commit
91f72cedda
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue