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