[PATCH] usb: renesas: gadget: fixup: complete STATUS stage after receiving

2014-06-01 Thread Kuninori Morimoto
From: Kuninori Morimoto Current usbhs gadget driver didn't complete STATUS stage after receiving. It wasn't problem for us before, because some USB class doesn't use DATA OUT stage in control transfer. But, it is required on some device. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Kuninori

Re: [PATCH] net: qmi_wwan: add Netgear AirCard 341U

2014-06-01 Thread David Miller
From: Aleksander Morgado Date: Wed, 28 May 2014 21:05:03 +0200 > Signed-off-by: Aleksander Morgado Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majord

Re: [PATCH 2/2] usb/ftdi_sio: Add support for setting CBUS pins on FT232H

2014-06-01 Thread Philipp Hachtmann
On 02.06.2014 03:38, Greg KH wrote: >> Yes but... I should have avoided the term "GPIO".> No, you used the right term :) Sorry for using the right term :) > No, I am not going to add custom ioctls to a single driver for this. I did neither request nor expect that - did it sound that way? > It

Re: [PATCH 2/2] usb/ftdi_sio: Add support for setting CBUS pins on FT232H

2014-06-01 Thread Greg KH
On Mon, Jun 02, 2014 at 02:57:39AM +0200, Philipp Hachtmann wrote: > On 01.06.2014 04:31, Greg KH wrote: > >As they are GPIO pins on this device, it should be the subsystem that > >controls it. That way, userspace programs that are used to talk to a > >GPIO device will "just work", and not have to

Re: [PATCH 2/2] usb/ftdi_sio: Add support for setting CBUS pins on FT232H

2014-06-01 Thread Philipp Hachtmann
On 01.06.2014 04:31, Greg KH wrote: As they are GPIO pins on this device, it should be the subsystem that controls it. That way, userspace programs that are used to talk to a GPIO device will "just work", and not have to be customized just for this specific device and sysfs file. So please us

Re: FT232H bandwidth

2014-06-01 Thread Warren Taylor
Simon Gornall writes: > > Hi there, > > I'm in the process of designing a VME=>USB interface, and I wanted to use the FT232H, but according to FTDI, > the throughput on Linux is only ~9MBytes/sec using current kernels. In the past, it was ~40MBytes/sec. > Sadly my Arm board is delivered runni

[PATCH] usb: musb/backfin: Introduce the use of the managed version of kzalloc

2014-06-01 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, a label is done away with and err2 and err3 renamed. The following Coccinelle semantic patch was used for making the change: @platform@

Re: USB reset xhci_hcd for ELAN touchscreen

2014-06-01 Thread Alan Stern
On Sun, 1 Jun 2014, Greg KH wrote: > > It doesn't look to me like a crash. It looks more like the driver is > > missing. > > Doh, I had based my kernel config on my desktop, and it didn't have the > hid multitouch driver enabled. > > Turning that on and, wow, it works! Thanks for pointing out

Re: [PATCH] MAINTAINERS: drop two usb-serial subdriver entries

2014-06-01 Thread Greg Kroah-Hartman
On Sun, Jun 01, 2014 at 11:32:17AM +0200, Johan Hovold wrote: > Remove the remaining two obsolete usb-serial subdriver entries from > MAINTAINERS, which were missed in the recent purge by commit > f896b7968b62 ("USB: Maintainers change for usb serial drivers"). > > Signed-off-by: Johan Hovold > -

Re: USB reset xhci_hcd for ELAN touchscreen

2014-06-01 Thread Greg KH
On Sun, Jun 01, 2014 at 12:21:55PM -0400, Alan Stern wrote: > On Sun, 1 Jun 2014, Bjørn Mork wrote: > > > Greg KH writes: > > > > > Ok, here's the dump for when the device keeps disconnecting itself from > > > the bus (no call to check_highspeed() anymore). > > > > > > Things go better, but then

Re: USB reset xhci_hcd for ELAN touchscreen

2014-06-01 Thread Alan Stern
On Sun, 1 Jun 2014, Bjørn Mork wrote: > Greg KH writes: > > > Ok, here's the dump for when the device keeps disconnecting itself from > > the bus (no call to check_highspeed() anymore). > > > > Things go better, but then the device just goes quiet, and resets. Any > > ideas? I'll dig further t

[PATCH] usb: musb: musb_host.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/usb/musb/musb_host.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH] usb: class: usbtmc.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/usb/class/usbtmc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv

Re: USB reset xhci_hcd for ELAN touchscreen

2014-06-01 Thread Bjørn Mork
Greg KH writes: > Ok, here's the dump for when the device keeps disconnecting itself from > the bus (no call to check_highspeed() anymore). > > Things go better, but then the device just goes quiet, and resets. Any > ideas? I'll dig further this evening... > > 8800d906a0c0 2610372685 S Ci:2

[PATCH] usbhid : enable NO_INIT_REPORTS quirk for Semico USB Keykoard

2014-06-01 Thread Daniel Kamil Kozar
The device which identifies itself as a "USB Keykoard" (no typo) with VID:PID 1a2c:0023 does not seem to be handling the reports initialization very well. This results in a "usb_submit_urb(ctrl) failed: -1" message from the kernel when connected, and a delay before its initialization. This patc

[PATCH] MAINTAINERS: drop two usb-serial subdriver entries

2014-06-01 Thread Johan Hovold
Remove the remaining two obsolete usb-serial subdriver entries from MAINTAINERS, which were missed in the recent purge by commit f896b7968b62 ("USB: Maintainers change for usb serial drivers"). Signed-off-by: Johan Hovold --- MAINTAINERS | 12 1 file changed, 12 deletions(-) diff -

Re: [PATCH 1/11 V2] USB: kl5kusb105: Remove klsi_105_tiocmset function

2014-06-01 Thread Johan Hovold
On Sat, May 31, 2014 at 01:03:00PM -0300, Peter Senna Tschudin wrote: > This patch remove the function klsi_105_tiocmset which was only > returning -EINVAL. It also removes the function prototype and > the .tiocmset entry in the struct usb_serial_driver. > > Verified by compilation only. > > Sign