summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch
diff options
context:
space:
mode:
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-31 09:43:57 +0000
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-31 09:43:57 +0000
commite21718ae44e86d99931a8a887f7bf1cca57463e8 (patch)
tree670457a395199b7c0e230cc66afd99979128928b /target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch
parent4521add75ddf4ca49f5ebe0de8c14458cad99712 (diff)
kernel: update linux 3.1 to 3.1.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29966 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch b/target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch
index c53189f2e..27a97126d 100644
--- a/target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch
+++ b/target/linux/cns3xxx/patches-3.1/200-dwc_otg.patch
@@ -22654,8 +22654,8 @@
+ dma_addr_t aligned_transfer_dma;/* (in) dma addr for transfer_buffer */
+ u32 aligned_transfer_buffer_length; /* (in) data buffer length */
struct scatterlist *sg; /* (in) scatter gather buffer list */
+ int num_mapped_sgs; /* (internal) mapped sg entries */
int num_sgs; /* (in) number of entries in the sg list */
- u32 transfer_buffer_length; /* (in) data buffer length */
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -108,7 +108,7 @@ config USB_GADGET_VBUS_DRAW