Changeset 48563a3 in mainline for uspace/drv/uhci-hcd/uhci.c
- Timestamp:
- 2011-02-26T12:30:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ae51ae
- Parents:
- 3de48b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci.c
r3de48b5 r48563a3 304 304 while (1) { 305 305 uint16_t status = pio_read_16(&instance->registers->usbsts); 306 // usb_log_debug2("UHCI status: %x.\n", status); 306 if (status != 0) 307 usb_log_debug2("UHCI status: %x.\n", status); 307 308 status |= 1; 308 309 uhci_interrupt(instance, status);
Note:
See TracChangeset
for help on using the changeset viewer.