diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-21 09:02:35 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:12 +0200 |
commit | d9697a4f54a75944bc64097f54313433208a8d1a (patch) | |
tree | 5f887df011f7e4e401ee95a221740cd24fdec2ac /recipes/linux/linux-omap-psp-2.6.32 | |
parent | a6f1e135563b43ce7bf22e127f0b9941e28ea987 (diff) |
linux-omap-psp 2.6.32: bump SRCREV
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux/linux-omap-psp-2.6.32')
-rwxr-xr-x | recipes/linux/linux-omap-psp-2.6.32/fix-usbgadgets.diff | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/fix-usbgadgets.diff b/recipes/linux/linux-omap-psp-2.6.32/fix-usbgadgets.diff new file mode 100755 index 0000000000..04309bf66c --- /dev/null +++ b/recipes/linux/linux-omap-psp-2.6.32/fix-usbgadgets.diff @@ -0,0 +1,26 @@ +From: Gupta, Ajay Kumar +Sent: 21 January, 2010 06:23 +To: Kooi, Koen + +Koen, + +Enabling USB Audio Gadget is showing this issue. I tested with +File storage and CDC gadget and didn’t observe this. + +Please use below patch to fix it, + +-------------------------------- +diff --git a/drivers/usb/gadget/gadget_chips.h b/drivers/usb/gadget/gadget_chips.h +index c75f777..2868d3c 100644 +--- a/drivers/usb/gadget/gadget_chips.h ++++ b/drivers/usb/gadget/gadget_chips.h +@@ -15,6 +15,8 @@ + #ifndef __GADGET_CHIPS_H + #define __GADGET_CHIPS_H + ++#include <plat/cpu.h> ++ + #ifdef CONFIG_USB_GADGET_NET2280 + #define gadget_is_net2280(g) !strcmp("net2280", (g)->name) + #else + |