summaryrefslogtreecommitdiff
path: root/include/uapi/linux/usb/gadgetfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/usb/gadgetfs.h')
-rw-r--r--include/uapi/linux/usb/gadgetfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/usb/gadgetfs.h b/include/uapi/linux/usb/gadgetfs.h
index 0bb12e0d4f8f..9754822b2a40 100644
--- a/include/uapi/linux/usb/gadgetfs.h
+++ b/include/uapi/linux/usb/gadgetfs.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* Filesystem based user-mode API to USB Gadget controller hardware
*
@@ -61,7 +62,7 @@ struct usb_gadgetfs_event {
};
-/* The 'g' code is also used by printer gadget ioctl requests.
+/* The 'g' code is also used by printer and hid gadget ioctl requests.
* Don't add any colliding codes to either driver, and keep
* them in unique ranges (size 0x20 for now).
*/