Changes in uspace/drv/usbhub/ports.c [361fcec:4125b7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/ports.c
r361fcec r4125b7d 167 167 168 168 //close address 169 //if (hub->attached_devs[port].address != 0) { 169 170 if(hub->ports[port].attached_device.address >= 0){ 170 171 /*uncomment this code to use it when DDF allows device removal … … 181 182 */ 182 183 } else { 184 // TODO: is this really reason to print a warning? 183 185 usb_log_warning("Device removed before being registered.\n"); 184 186
Note:
See TracChangeset
for help on using the changeset viewer.