| .. | .. |
|---|
| 28 | 28 | Writing UUID to this file will create mediated device of |
|---|
| 29 | 29 | type <type-id> for parent device <device>. This is a |
|---|
| 30 | 30 | write-only file. |
|---|
| 31 | | - For example: |
|---|
| 32 | | - # echo "83b8f4f2-509f-382f-3c1e-e6bfe0fa1001" > \ |
|---|
| 31 | + For example:: |
|---|
| 32 | + |
|---|
| 33 | + # echo "83b8f4f2-509f-382f-3c1e-e6bfe0fa1001" > \ |
|---|
| 33 | 34 | /sys/devices/foo/mdev_supported_types/foo-1/create |
|---|
| 34 | 35 | |
|---|
| 35 | 36 | What: /sys/.../mdev_supported_types/<type-id>/devices/ |
|---|
| .. | .. |
|---|
| 107 | 108 | Writing '1' to this file destroys the mediated device. The |
|---|
| 108 | 109 | vendor driver can fail the remove() callback if that device |
|---|
| 109 | 110 | is active and the vendor driver doesn't support hot unplug. |
|---|
| 110 | | - Example: |
|---|
| 111 | | - # echo 1 > /sys/bus/mdev/devices/<UUID>/remove |
|---|
| 111 | + Example:: |
|---|
| 112 | + |
|---|
| 113 | + # echo 1 > /sys/bus/mdev/devices/<UUID>/remove |
|---|