projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: rt305x: add profile for the Belkin f5d8235v2
[openwrt.git]
/
target
/
linux
/
cns3xxx
/
patches-3.1
/
200-dwc_otg.patch
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
c53189f
..
27a9712
100644
(file)
--- 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 */
+ 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 */
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
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -108,7 +108,7 @@ config USB_GADGET_VBUS_DRAW
This page took
0.029356 seconds
and
4
git commands to generate.