aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/vusb_arm.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add simple io_uring descriptionsDmitry Vyukov2019-04-121-17/+1
| | | | | We don't actually communicate with the uring yet, but this already finds a bunch of bugs.
* sys: add USB descriptionsAndrey Konovalov2019-04-111-0/+256
This commit adds syzkaller descriptions for USB fuzzing. The descriptions in vusb.txt are written manually and cover different kinds of USB descriptors. The descriptions in init_vusb_ids.go are generated automanitally by the syz-usbgen tool and contain the vendor, device and some other IDs that map to different USB drivers.