Changes in / [0397e5a4:17aca1c] in mainline
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r0397e5a4 r17aca1c 549 549 ! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y) 550 550 551 % Start virtual USB host controller552 ! CONFIG_RUN_VIRTUAL_USB_HC (n/y)553 -
uspace/drv/rootvirt/devices.def
r0397e5a4 r17aca1c 22 22 }, 23 23 #endif 24 #ifdef CONFIG_RUN_VIRTUAL_USB_HC25 24 /* Virtual USB host controller. */ 25 /* 26 26 { 27 27 .name = "usbhc", 28 28 .match_id = "usb&hc=vhc" 29 29 }, 30 #endif 30 */
Note:
See TracChangeset
for help on using the changeset viewer.