X7ROOT File Manager
Current Path:
/usr/include/linux/usb
usr
/
include
/
linux
/
usb
/
ðŸ“
..
📄
audio.h
(19.03 KB)
📄
cdc-wdm.h
(739 B)
📄
cdc.h
(13.16 KB)
📄
ch11.h
(8.93 KB)
📄
ch9.h
(38.6 KB)
📄
charger.h
(598 B)
📄
functionfs.h
(10.13 KB)
📄
g_printer.h
(1.35 KB)
📄
g_uvc.h
(1.05 KB)
📄
gadgetfs.h
(2.75 KB)
📄
midi.h
(3.35 KB)
📄
tmc.h
(4.74 KB)
📄
video.h
(16.89 KB)
Editing: cdc-wdm.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * USB CDC Device Management userspace API definitions * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. */ #ifndef __LINUX_USB_CDC_WDM_H #define __LINUX_USB_CDC_WDM_H #include <linux/types.h> /* * This IOCTL is used to retrieve the wMaxCommand for the device, * defining the message limit for both reading and writing. * * For CDC WDM functions this will be the wMaxCommand field of the * Device Management Functional Descriptor. */ #define IOCTL_WDM_MAX_COMMAND _IOR('H', 0xA0, __u16) #endif /* __LINUX_USB_CDC_WDM_H */
Upload File
Create Folder