.. | .. |
---|
11 | 11 | * can write a hardware-agnostic gadget driver running inside a USB device. |
---|
12 | 12 | * Some hardware details are visible, but don't affect most of the driver. |
---|
13 | 13 | * |
---|
14 | | - * Use it with the Linux host/master side "usbtest" driver to get a basic |
---|
15 | | - * functional test of your device-side usb stack, or with "usb-skeleton". |
---|
| 14 | + * Use it with the Linux host side "usbtest" driver to get a basic functional |
---|
| 15 | + * test of your device-side usb stack, or with "usb-skeleton". |
---|
16 | 16 | * |
---|
17 | 17 | * It supports two similar configurations. One sinks whatever the usb host |
---|
18 | 18 | * writes, and in return sources zeroes. The other loops whatever the host |
---|