]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:10:01 +0000 (18:40 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:10 +0000 (21:47 +0200)
commitc8c462ce423b4a3bec377f0bbc889f5f7c46e7bf
tree54a5737057f0b7a41426ff07b70513c788874ecd
parent72ff34c7eff3752b733b2b3e2e92df0679f9427a
include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error

Added USB_GADGET_DELAYED_STATUS to avoid the following compilation error.
error: ‘USB_GADGET_DELAYED_STATUS’ undeclared (first use in this function)
while compiling dwc3/ep0.c

While this is been added only to avoid compilation error, the complete fix
should be something like the one added in linux kernel. The complete fix
will be ported once we have the composite driver in u-boot look similar to
the one in linux kernel.
commit 1b9ba000177ee47bcc5b44c7c34e48e735f5f9b1
Author: Roger Quadros <roger.quadros@nokia.com>
Date:   Mon May 9 13:08:06 2011 +0300

    usb: gadget: composite: Allow function drivers to pause control transfers

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
include/linux/usb/composite.h