diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-09-03 18:55:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-09-04 07:10:15 +0200 |
| commit | 12381952e3839f1bb8a6ff65b83e41a0c898d130 (patch) | |
| tree | b440cae9e187cae85f4ed95283fddbdd6f4516c2 /sys/linux/vusb.txt | |
| parent | a50398545a325e46db14f4f3cf985938693e1456 (diff) | |
sys/linux/vusb.txt: fix unused EPSNUM param
Diffstat (limited to 'sys/linux/vusb.txt')
| -rw-r--r-- | sys/linux/vusb.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/vusb.txt b/sys/linux/vusb.txt index 5323b6c50..0215fa8e0 100644 --- a/sys/linux/vusb.txt +++ b/sys/linux/vusb.txt @@ -99,7 +99,7 @@ type usb_interface_descriptor_t[IFNUM, ALTNUM, EPSNUM, CLASS, SUBCLASS, PROTOCOL bInterfaceNumber IFNUM bAlternateSetting ALTNUM - bNumEndpoints len[endpoints, int8] + bNumEndpoints EPSNUM bInterfaceClass CLASS bInterfaceSubClass SUBCLASS bInterfaceProtocol PROTOCOL @@ -726,7 +726,7 @@ usb_config_descriptor_cdc_ethernet { # Per specification CDC Ethernet devices have two interfaces (control and data), but we're merging # them into one, as Linux supports this, and syzkaller doesn't support multiple interfaces yet. usb_interface_descriptor_cdc_ethernet { - inner usb_interface_descriptor_t[const[0, int8], int8, in8[2:3], const[USB_CLASS_COMM, int8], const[USB_CDC_SUBCLASS_ETHERNET, int8], const[USB_CDC_PROTO_NONE, int8], usb_cdc_header_ethernet, usb_endpoint_descriptors_cdc_ethernet] + inner usb_interface_descriptor_t[const[0, int8], int8, int8[2:3], const[USB_CLASS_COMM, int8], const[USB_CDC_SUBCLASS_ETHERNET, int8], const[USB_CDC_PROTO_NONE, int8], usb_cdc_header_ethernet, usb_endpoint_descriptors_cdc_ethernet] } [packed] usb_endpoint_descriptors_cdc_ethernet { |
