Re: [PATCH] USB:gadget: Fix a warning while loading g_mass_storage

2014-06-14 Thread Yang,Wei
Its v4, sorry for missing it in subject. Regards Wei On 06/15/2014 10:40 AM, wei.y...@windriver.com wrote: From: Yang Wei While loading g_mass_storage module, the following warning is triggered. WARNING: at drivers/usb/gadget/composite.c: usb_composite_setup_continue: Unexpected call Modules

[PATCH] USB:gadget: Fix a warning while loading g_mass_storage

2014-06-14 Thread Wei.Yang
From: Yang Wei While loading g_mass_storage module, the following warning is triggered. WARNING: at drivers/usb/gadget/composite.c: usb_composite_setup_continue: Unexpected call Modules linked in: fat vfat minix nls_cp437 nls_iso8859_1 g_mass_storage [<800179cc>] (unwind_backtrace+0x0/0x104) fro

Re: [PATCH v5] leds: USB: HID: Add support for MSI GT683R led panels

2014-06-14 Thread Janne Kanniainen
> Hi! Hi. >> --- /dev/null >> +++ b/Documentation/ABI/testing/sysfs-class-hid-driver-gt683r >> @@ -0,0 +1,10 @@ >> +What:/sys/class/hidraw//device/state >> +Date:Jun 2014 >> +KernelVersion: 3.15 >> +Contact: Janne Kanniainen >> +Description: >> +

Re: [PATCH v5] leds: USB: HID: Add support for MSI GT683R led panels

2014-06-14 Thread Pavel Machek
On Thu 2014-06-12 23:34:12, Janne Kanniainen wrote: > This driver adds support for USB controlled led panels that exists in > MSI GT683R laptop Hi! > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-class-hid-driver-gt683r > @@ -0,0 +1,10 @@ > +What:/sys/class/hidraw//device

[PATCH] usb: gadget: fsl_qe_udc: Introduce use of managed version of kzalloc

2014-06-14 Thread Himangi Saraogi
This patch moves data allocated using kzalloc to managed data allocated using devm_kzalloc and cleans now unnecessary kfrees in probe and remove functions. Also, the unnecesary labels are removed and some labels are renamed to preserve ordering. The following Coccinelle semantic patch was used for

Re: Fwd: Question about USB hotplug

2014-06-14 Thread Greg KH
On Sat, Jun 14, 2014 at 10:58:53AM +0800, Simon Guo wrote: > Forward to USB mail alias for the USB question. > > Original post > Subject: Question about USB hotplug > Date: Sat, 14 Jun 2014 09:59:45 +0800 > Sender: Simon Guo > Receiver: kernelnewb...@kernelnewbies.org, wei.guo.s

Re: [PATCH v3] USB:gadget: Fix a warning while loading g_mass_storage

2014-06-14 Thread Yang,Wei
On 06/13/2014 09:39 PM, Alan Stern wrote: On Fri, 13 Jun 2014, Yang,Wei wrote: On 06/09/2014 02:19 PM, wei.y...@windriver.com wrote: From: Yang Wei While loading g_mass_storage module, the following warning is triggered. WARNING: at drivers/usb/gadget/composite.c: usb_composite_setup_contin