github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/linux/dev_char_usb.txt (about) 1 # Copyright 2019 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 include <include/linux/usb.h> 5 6 resource fd_char_usb[fd] 7 8 syz_open_dev$char_usb(dev const[0xc], major const[USB_MAJOR], minor intptr) fd_char_usb 9 10 read$char_usb(fd fd_char_usb, buf buffer[out], count len[buf]) 11 write$char_usb(fd fd_char_usb, buf buffer[in], count len[buf])