From bf6bcce4f2733d7869d2c73b437351a11d59c033 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 5 Sep 2019 15:47:59 +0200 Subject: sys/linux/vusb.txt: fix typo in descriptions --- sys/linux/vusb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/vusb.txt') 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 -- cgit mrf-deployment