Changes in / [17aca1c:0397e5a4] in mainline
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r17aca1c r0397e5a4 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
r17aca1c r0397e5a4 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.