Changeset e247d83 in mainline for uspace/drv/uhci-rhd/port.c
- Timestamp:
- 2011-05-23T14:04:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 563ead9
- Parents:
- 8953514
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port.c
r8953514 re247d83 209 209 int uhci_port_reset_enable(int portno, void *arg) 210 210 { 211 uhci_port_t *port = (uhci_port_t *)arg;211 uhci_port_t *port = arg; 212 212 213 213 usb_log_debug2("%s: new_device_enable_port.\n", port->id_string);
Note:
See TracChangeset
for help on using the changeset viewer.