Changes in uspace/drv/bus/usb/uhci/hc.c [7de1988c:d52ab7b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
r7de1988c rd52ab7b 123 123 memcpy(cmds, uhci_irq_commands, sizeof(uhci_irq_commands)); 124 124 uhci_regs_t *registers = (uhci_regs_t *) RNGABSPTR(*regs); 125 cmds[0].addr = ®isters->usbsts;126 cmds[3].addr = ®isters->usbsts;125 cmds[0].addr = (void *) ®isters->usbsts; 126 cmds[3].addr = (void *) ®isters->usbsts; 127 127 128 128 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.