diff options
Diffstat (limited to 'include/linux/usb/gadgetfs.h')
-rw-r--r-- | include/linux/usb/gadgetfs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/usb/gadgetfs.h b/include/linux/usb/gadgetfs.h index e8654c338729..981e9ceb8fe7 100644 --- a/include/linux/usb/gadgetfs.h +++ b/include/linux/usb/gadgetfs.h | |||
@@ -59,6 +59,11 @@ struct usb_gadgetfs_event { | |||
59 | }; | 59 | }; |
60 | 60 | ||
61 | 61 | ||
62 | /* The 'g' code is also used by printer gadget ioctl requests. | ||
63 | * Don't add any colliding codes to either driver, and keep | ||
64 | * them in unique ranges (size 0x20 for now). | ||
65 | */ | ||
66 | |||
62 | /* endpoint ioctls */ | 67 | /* endpoint ioctls */ |
63 | 68 | ||
64 | /* IN transfers may be reported to the gadget driver as complete | 69 | /* IN transfers may be reported to the gadget driver as complete |