--- zzzz-none-000/linux-5.15.111/include/linux/usb/gadget.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/linux/usb/gadget.h 2024-02-07 09:28:07.000000000 +0000 @@ -13,6 +13,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 @@ -225,6 +229,7 @@ struct usb_ep { void *driver_data; + unsigned int private_data; const char *name; const struct usb_ep_ops *ops;