[PATCH 6/7] staging: usbip: properly handle "-l" / "--log" option

2013-07-07 Thread Anthony Foiani
This option is checked for, and is in the long options list, but the optstring didn't include it. Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/usbip/userspace/src/usbip.c b/drive

[PATCH 2/7] staging: usbip: use local variable while setting up socket

2013-07-07 Thread Anthony Foiani
Using a simple integer makes the code easier to read and removes the need to blank out array elements in case of errors. Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbipd.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git

[PATCH 3/7] staging: usbip: improve error reporting

2013-07-07 Thread Anthony Foiani
Give useful error messages when we can't create server sockets. Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbipd.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/drivers/staging/usbip/userspace/src/usbipd.c b/drivers

[PATCH 5/7] staging: usbip: set server port via option.

2013-07-07 Thread Anthony Foiani
Add an option "-p" / "--port" to specify the TCP port to listen on. Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbip.c| 9 +-- .../staging/usbip/userspace/src/usbip_network.c| 30 ++ .../staging/usbip/userspace/src/usbip_network.h

[PATCH 7/7] staging: usbip: fix up alignment in long options list

2013-07-07 Thread Anthony Foiani
Re-align the option lists. Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbip.c | 6 +++--- drivers/staging/usbip/userspace/src/usbipd.c | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/usbip/userspace/src/usbip.c b/drive

[PATCH 1/7] staging: usbip: clean up checkpatch warnings in usbipd.c

2013-07-07 Thread Anthony Foiani
A few whitespace changes allows the file to pass checkpatch --strict (other than ignoring the CamelCase derived from the USB standard.) Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbipd.c | 31 ++-- 1 file changed, 16 insertions(+), 15 deletions

[PATCH 4/7] staging: usbip: add option for usbipd to save its process id.

2013-07-07 Thread Anthony Foiani
Introduce option "-P" / "--pid" to request that usbipd save its PID to a file while running. Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbipd.c | 38 +++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/drivers/staging/usbip/users

[PATCH 0/7] staging: usbip: features and a tiny fix

2013-07-07 Thread Anthony Foiani
In the course of adapting the USBIP tools to our project, I added a few features: * Configure TCP/IP port number * Save process id of 'usbipd' I did some minor cleaning along the way: some checkpatch, later to repair alignments broken while adding new options. Finally, the "log" option was not

Re: Detecting start/stop streaming for UVC webcam with bulk transfer mode

2013-07-07 Thread Chetan Nanda
On Thu, Jul 4, 2013 at 9:12 AM, Sharma Bhupesh-B45370 wrote: > Hi, > > >> On Thu, Jul 4, 2013 at 1:53 AM, Laurent Pinchart >> wrote: >> Hi Pratyush, > >> On Tuesday 02 July 2013 17:24:41 Pratyush Anand wrote: >>> On 6/20/2013 11:20 AM, Chetan Nanda wrote: >> >> On Tue, Jun 18, 2013 at 6:12 PM, L

[PATCH net-next] net/usb: add relative mii functions for r815x

2013-07-07 Thread Hayes Wang
Base on cdc_ether, add the mii functions for RTL8152 and RTL8153. The RTL8152 and RTL8153 support ECM mode which use the driver of cdc_ether. Add the mii functions. Then, the basic PHY access is possible. Signed-off-by: Hayes Wang --- drivers/net/usb/Makefile| 2 +- drivers/net/usb/cdc_eth

Video corruption varies by system load

2013-07-07 Thread Devin Heitmueller
Hi Alan, Thanks for taking the time to provide feedback. I'm just noticing now that I left off the subject line, which all the more reason makes me thankful that you bothered to read an email with as uninteresting a subject line as is possible. :-) On Tue, Jul 2, 2013 at 11:21 AM, Alan Stern w

RE: Chipidea usb otg support for IMX/MXS (device functionality)

2013-07-07 Thread Chen Peter-B29397
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Sunday, July 07, 2013 9:10 AM > To: Chen Peter-B29397 > Cc: shawn@linaro.org; Michael Grzeschik; maxime.ripard@free- > electrons.com; Hector Palacios; linux-usb@vger.kernel.org; > s.ha...@pengutronix.de; alexande

Re: lsusb doesn't handle 32 bits Usage tags.

2013-07-07 Thread pchavent
On Sun, 7 Jul 2013 10:37:59 -0700, Greg KH wrote: On Sun, Jul 07, 2013 at 07:17:40PM +0200, pchavent wrote: Hi. lsusb doesn't handle 32 bits Usage tags. I've tried to do a patch but i'm not confident in its implementation. Do you have a HID descriptor with a 32bit usage tag? I don't think

Re: lsusb doesn't handle 32 bits Usage tags.

2013-07-07 Thread Greg KH
On Sun, Jul 07, 2013 at 07:17:40PM +0200, pchavent wrote: > Hi. > > lsusb doesn't handle 32 bits Usage tags. > > I've tried to do a patch but i'm not confident in its implementation. Do you have a HID descriptor with a 32bit usage tag? I don't think anyone has seen these before, are they new?

lsusb doesn't handle 32 bits Usage tags.

2013-07-07 Thread pchavent
Hi. lsusb doesn't handle 32 bits Usage tags. I've tried to do a patch but i'm not confident in its implementation. Could you review it please ? Regards. Paul.From 8a0ad009c76de54cc871ad4eb5bf2dd2adb75ef6 Mon Sep 17 00:00:00 2001 From: Paul Chavent Date: Sun, 7 Jul 2013 19:09:32 +0200 Subject

Re: [RFC 1/2] usb/musb dma: add cppi41 dma driver

2013-07-07 Thread Sergei Shtylyov
Hello. On 05-07-2013 20:12, Sebastian Andrzej Siewior wrote: This is a first shot of the cppi41 DMA driver. Where have you been when I submitted my drivers back in 2009? :-) It is currently used by a new musb dma-engine implementation. I have to test it somehow. The state of the cpp41

Re: Repeated disconnects of wired mouse

2013-07-07 Thread Larry Keegan
On Sat, 6 Jul 2013 16:58:38 -0400 Alan Stern wrote: > On Sat, 6 Jul 2013, Larry Keegan wrote: > > > Just a thought, but has the way the kernel 'sets-up' a USB mouse > > changed over the months? I mean in a way which would mean different > > numbers in the above usbmon trace? What I'm wondering is

Re: inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage with hcd_urb_list_lock

2013-07-07 Thread Ming Lei
On Sun, Jul 7, 2013 at 4:48 AM, Alan Stern wrote: > On Sat, 6 Jul 2013, Maarten Lankhorst wrote: > >> I didn't even know I still had lockdep on. >> The following lockdep splat happened when I plugged in a usb bluetooth >> dongle, using >> the pre-rc1 3.11 kernel at HEAD b2c311075db >> >>