Changeset 53a309e in mainline for uspace/drv/bus/usb/uhci/main.c
- Timestamp:
- 2017-10-08T20:42:50Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07cb0108
- Parents:
- d15797d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/main.c
rd15797d r53a309e 111 111 /* See UHCI design guide page 45 for these values. 112 112 * Write all WC bits in USB legacy register */ 113 const int rc = pci_config_space_write_16(parent_sess, 0xc0, 0xaf00); 114 115 async_hangup(parent_sess); 116 return rc; 113 return pci_config_space_write_16(parent_sess, 0xc0, 0xaf00); 117 114 } 118 115
Note:
See TracChangeset
for help on using the changeset viewer.