Last change
on this file was 74017ce, checked in by Jiri Svoboda <jiri@…>, 8 years ago |
Convert char_dev_iface users to chardev.
|
-
Property mode
set to
100644
|
File size:
612 bytes
|
Rev | Line | |
---|
[6f9e7fea] | 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 | */
|
---|
[00d7e1b] | 6 |
|
---|
[6d5e378] | 7 | /* Kernel framebuffer */
|
---|
| 8 | {
|
---|
| 9 | .name = "kfb",
|
---|
| 10 | .match_id = "virtual&kfb"
|
---|
| 11 | },
|
---|
| 12 |
|
---|
[42be09b] | 13 | #ifdef CONFIG_TEST_DRIVERS
|
---|
[00d7e1b] | 14 |
|
---|
[1b2981aa] | 15 | {
|
---|
| 16 | .name = "test1",
|
---|
| 17 | .match_id = "virtual&test1"
|
---|
| 18 | },
|
---|
[c245f16e] | 19 | {
|
---|
| 20 | .name = "test2alpha",
|
---|
| 21 | .match_id = "virtual&test2"
|
---|
| 22 | },
|
---|
| 23 | {
|
---|
| 24 | .name = "test2bravo",
|
---|
| 25 | .match_id = "virtual&test2"
|
---|
| 26 | },
|
---|
[d362410] | 27 | {
|
---|
| 28 | .name = "test3",
|
---|
| 29 | .match_id = "virtual&test3"
|
---|
| 30 | },
|
---|
[00d7e1b] | 31 |
|
---|
[42be09b] | 32 | #endif
|
---|
[00d7e1b] | 33 |
|
---|
[960ff451] | 34 | #ifdef CONFIG_RUN_VIRTUAL_USB_HC
|
---|
[00d7e1b] | 35 |
|
---|
[0a5a950] | 36 | /* Virtual USB host controller. */
|
---|
| 37 | {
|
---|
| 38 | .name = "usbhc",
|
---|
| 39 | .match_id = "usb&hc=vhc"
|
---|
| 40 | },
|
---|
[00d7e1b] | 41 |
|
---|
[960ff451] | 42 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.