[PATCH] USB: cp210x: add new IDs for GE Bx50v3 boards

2017-02-02 Thread Ken Lin
Add new USB IDs for cp2104/5 devices on Bx50v3 boards due to the design change Signed-off-by: Ken Lin --- drivers/usb/serial/cp210x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index

Re: [PATCH V2 1/2] dt-bindings: leds: document new led-triggers property

2017-02-02 Thread Rafał Miłecki
On 02/02/2017 09:44 PM, Jacek Anaszewski wrote: On 02/01/2017 10:55 PM, Rafał Miłecki wrote: On 02/01/2017 10:26 PM, Jacek Anaszewski wrote: On 02/01/2017 04:56 PM, Rafał Miłecki wrote: On 01/31/2017 10:34 PM, Jacek Anaszewski wrote: On 01/31/2017 05:11 PM, Rafał Miłecki wrote: Thanks a lot

Re: [PATCH V2 1/2] dt-bindings: leds: document new led-triggers property

2017-02-02 Thread Jacek Anaszewski
On 02/01/2017 10:55 PM, Rafał Miłecki wrote: > On 02/01/2017 10:26 PM, Jacek Anaszewski wrote: >> On 02/01/2017 04:56 PM, Rafał Miłecki wrote: >>> On 01/31/2017 10:34 PM, Jacek Anaszewski wrote: On 01/31/2017 05:11 PM, Rafał Miłecki wrote: > Thanks a lot Jacek for this explanation (and

Re: ftdi_sio: overrun errors

2017-02-02 Thread Johan Hovold
On Wed, Jun 29, 2016 at 11:59:06PM +0200, Michael Walle wrote: > Am 2016-05-27 20:02, schrieb Johan Hovold: > > On Fri, May 13, 2016 at 12:17:24PM +0200, mich...@walle.cc wrote: > >> Hi, > >> > >> if the internal buffer is full, a read() returns a steady stream of > >> zeros until one valid

[PATCH] USB: serial: ftdi_sio: fix line-status over-reporting

2017-02-02 Thread Johan Hovold
FTDI devices use a receive latency timer to periodically empty the receive buffer and report modem and line status (also when the buffer is empty). When a break or error condition is detected the corresponding status flags will be set on a packet with nonzero data payload and the flags are not

[RFC PATCH] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver

2017-02-02 Thread Richard Leitner
This patch adds a driver for configuration of the Microchip USB251xB/xBi USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus configuration interface and two to four USB 2.0 downstream ports. Furthermore add myself as a maintainer for this driver. The datasheet can be found at

Re: net2280 Driver Bug

2017-02-02 Thread Greg Kroah-Hartman
On Thu, Feb 02, 2017 at 12:50:02PM +, Raz Manor wrote: > I opened a pull request for this patch > https://github.com/torvalds/linux/pull/388 Linux development does not work with github pull requests, sorry. Please see Documentation/development_process/ for how we all work together. Please

Re: [PATCH] usb: storage: fix infinite wait loop by incrementing loop counter

2017-02-02 Thread walter harms
Am 02.02.2017 14:19, schrieb Colin King: > From: Colin Ian King > > If jumpshot_get_status continues to return a failed result then the > wait loop will spin forever because the waitcount counter is never > being incremented and we don't ever timeout. Fix this by

[PATCH] usb: storage: fix infinite wait loop by incrementing loop counter

2017-02-02 Thread Colin King
From: Colin Ian King If jumpshot_get_status continues to return a failed result then the wait loop will spin forever because the waitcount counter is never being incremented and we don't ever timeout. Fix this by incrementing waitcount. Cc:

RE: net2280 Driver Bug

2017-02-02 Thread Raz Manor
I opened a pull request for this patch https://github.com/torvalds/linux/pull/388 Hope it could restart the discussion Peace and love, Raz -Original Message- From: Alan Stern [mailto:st...@rowland.harvard.edu] Sent: Thursday, January 5, 2017 9:08 PM To: Greg Kroah-Hartman

[PATCH] usb: misc: adutux: remove redundant error check on copy_to_user return code

2017-02-02 Thread Colin King
From: Colin Ian King The 2nd check for a non-zero return from copy_to_user is redundant as it is has already been made a few lines earlier. This check was made redundant because of previous fix to the copy_to_user error return check. Detected by CoverityScan,

Re: [PATCH 5/6] DT bindings documentation for Broadcom IPROC USB Device controller.

2017-02-02 Thread Raviteja Garimella
Hi Rob, On Wed, Feb 1, 2017 at 9:43 PM, Rob Herring wrote: > On Mon, Jan 30, 2017 at 01:26:12PM +0530, Raviteja Garimella wrote: >> The device node is used for UDCs integrated into Broadcom's >> iProc family of SoCs'. The UDC is based on Synopsys Designware >> Cores AHB

Re: Fwd: snd_usb_toneport stops working on Linux >=4.9 (Line6 POD Studio UX1)

2017-02-02 Thread Greg KH
On Thu, Feb 02, 2017 at 12:26:41PM +0200, Vitaly Tonkacheyev wrote: > I don't know how to do it. > ~/github $ git clone https://github.com/torvalds/linux.git > ~/github $ cd linux > ~/github/linux $ git bisect start > ~/github/linux $ git bisect bad v4.9 > ~/github/linux $ git bisect good v4.8 >

Fwd: snd_usb_toneport stops working on Linux >=4.9 (Line6 POD Studio UX1)

2017-02-02 Thread Vitaly Tonkacheyev
I don't know how to do it. ~/github $ git clone https://github.com/torvalds/linux.git ~/github $ cd linux ~/github/linux $ git bisect start ~/github/linux $ git bisect bad v4.9 ~/github/linux $ git bisect good v4.8 fatal: BUG: attempt to snprintf into too-small buffer 2017-01-30 8:58 GMT+02:00