Changeset f82cc1a8 in mainline
- Timestamp:
- 2011-02-07T22:12:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 014d5033
- Parents:
- f241b05b (diff), 960ff451 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
rf241b05b rf82cc1a8 549 549 ! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y) 550 550 551 % Start virtual USB host controller 552 ! CONFIG_RUN_VIRTUAL_USB_HC (n/y) 553 -
uspace/drv/rootvirt/devices.def
rf241b05b rf82cc1a8 22 22 }, 23 23 #endif 24 #ifdef CONFIG_RUN_VIRTUAL_USB_HC 24 25 /* Virtual USB host controller. */ 25 /*26 26 { 27 27 .name = "usbhc", 28 28 .match_id = "usb&hc=vhc" 29 29 }, 30 */ 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.