diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-09-05 15:47:59 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-09-05 16:28:13 +0200 |
| commit | bf6bcce4f2733d7869d2c73b437351a11d59c033 (patch) | |
| tree | 0ffdcc13dbe314f09f2cfb13cf6698e277915fef /sys/linux/vusb.txt | |
| parent | 040fda588472da50749a3f605e183ad5c02104f4 (diff) | |
sys/linux/vusb.txt: fix typo in descriptions
Diffstat (limited to 'sys/linux/vusb.txt')
| -rw-r--r-- | sys/linux/vusb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/vusb.txt b/sys/linux/vusb.txt index 0215fa8e0..9facfe37c 100644 --- a/sys/linux/vusb.txt +++ b/sys/linux/vusb.txt @@ -561,7 +561,7 @@ vusb_responses_hid { USB_REQ_GET_CONFIGURATION ptr[in, vusb_response_t[USB_TYPE_STANDARD, USB_REQ_GET_CONFIGURATION, int8]] HID_REQ_GET_REPORT ptr[in, vusb_response_t[USB_TYPE_CLASS, HID_REQ_GET_REPORT, array[int8]]] - HID_REQ_GET_PROTOCOL ptr[in, vusb_response_t[USB_TYPE_CLASS, HID_REQ_GET_REPORT, int8]] + HID_REQ_GET_PROTOCOL ptr[in, vusb_response_t[USB_TYPE_CLASS, HID_REQ_GET_PROTOCOL, int8]] } [packed] # USB HID specifications allows for multiple report and physical descriptors |
