First  |  Prev |  Next  |  Last
Pages: 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
usb gadget: don't save bind callback in struct usb_composite_driver
> On Mon, Aug 09, 2010 at 03:33:49PM +0200, Michal Nazarewicz wrote: The bind function is most of the time only called at init time so there is no need to save a pointer to it in the composite driver structure. This fixes many section mismatches reported by modpost. diff --git a/drivers/usb/gadget... 9 Aug 2010 12:19
[PATCH] DNS: If the DNS server returns an error, allow that to be cached [ver #2]
From: Wang Lei <wang840925(a)gmail.com> If the DNS server returns an error, allow that to be cached in the DNS resolver key in lieu of a value. Userspace passes the desired error number as an option in the payload: "#dnserror=<number>" Userspace must map h_errno from the name resolution routines to an approp... 9 Aug 2010 12:19
usb gadget: don't save bind callback in struct usb_composite_driver
Hello MichaƂ, On Mon, Aug 09, 2010 at 03:33:49PM +0200, Michal Nazarewicz wrote: The bind function is most of the time only called at init time so there is no need to save a pointer to it in the composite driver structure. This fixes many section mismatches reported by modpost. Signed-off-by: Mic... 12 Aug 2010 12:34
[PATCHv7 3/8] USB: gadget: composite: Better string override handling
The iManufatcurer, iProduct and iSerialNumber composite module parameters were only used when the gadget driver registers strings for manufacturer, product and serial number. If the gadget never bothered to set corresponding fields in USB device descriptors those module parameters are ignored. This commit makes... 9 Aug 2010 11:13
[PATCHv7 8/8] usb: gadget: mass_storage: optional SCSI WRITE FUA bit
The nofua parameter (optionally ignore SCSI WRITE FUA) was added to the File Storage Gadget some time ago. This patch adds the same functionality to the Mass Storage Function. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> --- drivers/usb/gadg... 9 Aug 2010 11:13
[PATCHv7 6/8] USB: gadget: g_multi: moved strings handling code to composite
This patch removes some of the string registration from the Multifunction Composite Gadget as composite layer can handle the iManufacturer and iProduct for us. This also adds the "needs_serial" so that composite layer will issue a warning if user space fails to provide the iSerialNumber module parameter. Sign... 9 Aug 2010 11:13
[PATCHv7 4/8] USB: gadget: mass_storage: moved strings handling code to composite
This patch removes string registration from the Mass Storage Gadget. With recent changes to the composite framework, all that we need is handled by the composite layer. This means composite registers a string ID for manufacturer and product. This also adds the "needs_serial" so that composite layer will issue ... 9 Aug 2010 11:13
[PATCHv7 7/8] usb: gadget: storage: remove nofua file when unbinding
The dev_attr_nofua file was created during fsg_bind() but was never removed. Made it a bit more symmetrical and added code to remove the file in fsg_unbind(). Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Cc: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> --- drivers/usb/gadget/file_storage.c... 9 Aug 2010 11:13
[PATCHv7 5/8] USB: gadget: functionfs: code cleanup
This patch removes some of the string registration from the FunctionFS Gadget as composite layer can handle the iManufacturer and iProduct for us. It also removes some of the module parameters which were redundant as well as changes the name of others to better much the module parameter of the composite layer. ... 9 Aug 2010 11:13
[PATCHv7 0/8] Various USB patches
Changes compared to v6: - USB: gadget: storage_common: fixed warning building mass storage function Removed, no longer needed after implementing nofua in mass storage (the last pathc): USB: gadget: g_multi: fixed vendor and product ID USB: gadget: g_ffs: fixed vendor and product ID No change... 9 Aug 2010 11:13
First  |  Prev |  Next  |  Last
Pages: 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104