--- zzzz-none-000/linux-4.9.279/include/linux/usb/gadget.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/linux/usb/gadget.h 2023-02-08 10:58:16.000000000 +0000 @@ -11,6 +11,10 @@ * * This software is licensed under the GNU GPL version 2. */ +/* +Includes Intel Corporation's changes/modifications dated: 2014. +Changed/modified portions - Copyright © 2014, Intel Corporation. +*/ #ifndef __LINUX_USB_GADGET_H #define __LINUX_USB_GADGET_H @@ -213,6 +217,7 @@ struct usb_ep { void *driver_data; + unsigned int private_data; const char *name; const struct usb_ep_ops *ops;