lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since ea5dbaf was 0a5a950, checked in by Vojtech Horky <vojtechhorky@…>, 15 years ago |
|
Virtual USB HC under devman:/virt
|
-
Property mode
set to
100644
|
|
File size:
434 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * Add list of virtual devices you want to launch driver for here.
|
|---|
| 3 | *
|
|---|
| 4 | * Unless the list is empty, the last item shall be followed by a comma.
|
|---|
| 5 | */
|
|---|
| 6 | #ifdef CONFIG_TEST_DRIVERS
|
|---|
| 7 | {
|
|---|
| 8 | .name = "test1",
|
|---|
| 9 | .match_id = "virtual&test1"
|
|---|
| 10 | },
|
|---|
| 11 | {
|
|---|
| 12 | .name = "test2alpha",
|
|---|
| 13 | .match_id = "virtual&test2"
|
|---|
| 14 | },
|
|---|
| 15 | {
|
|---|
| 16 | .name = "test2bravo",
|
|---|
| 17 | .match_id = "virtual&test2"
|
|---|
| 18 | },
|
|---|
| 19 | #endif
|
|---|
| 20 | /* Virtual USB host controller. */
|
|---|
| 21 | {
|
|---|
| 22 | .name = "usbhc",
|
|---|
| 23 | .match_id = "usb&hc=vhc"
|
|---|
| 24 | },
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.