Re: [Pull Request] xhci: Bug fixes, now with more tags!

2013-11-03 Thread Vincent Thiele
This Bug is still not completely solved (Ubuntu 13.10 newest kernel 3.11) Syslog: Nov 2 18:44:29 Arbeits-PC whoopsie[961]: online Nov 2 18:45:41 whoopsie[961]: last message repeated 2 times Nov 2 18:56:27 Arbeits-PC kernel: [ 8411.030685] usb 3-2: USB disconnect, device number 21 Nov 2 18:56:27 Arb

Re: [PATCH] pl2303: restore the old baud rate encoding for HXD (and newer) chips

2013-11-03 Thread Mika Westerberg
On Fri, Nov 01, 2013 at 08:08:31AM -0700, Greg KH wrote: > I'll go revert all of these for now and send it to Linus for 3.12-final, > and then we can start "fresh" in resolving this issue. I tested again with the reverts and now my TU-S9 USB-serial converter works fine. Thanks everyone. Frank,

Re: [PATCH v2 1/1] usb: hcd: move controller wakeup setting initialization to individual driver

2013-11-03 Thread Peter Chen
On Fri, Nov 01, 2013 at 11:41:05AM -0400, Alan Stern wrote: > > diff --git a/drivers/usb/core/hcd-pci.c b/drivers/usb/core/hcd-pci.c > > index dfe9d0f..3ad2205 100644 > > --- a/drivers/usb/core/hcd-pci.c > > +++ b/drivers/usb/core/hcd-pci.c > > @@ -267,6 +267,7 @@ int usb_hcd_pci_probe(struct pci_d

Re: [RFC/RFT PATCH] pl2303: avoid data corruption with some chip types

2013-11-03 Thread Johan Hovold
On Fri, Nov 01, 2013 at 12:49:22PM +0100, Frank Schäfer wrote: > Some PL2303 chips are reported to lose bytes if the serial settings are set to > the same values as before. I've had a chance to look closer at this, and I think your general approach in this patch is the correct one, although there

Re: [PATCH] pl2303: restore the old baud rate encoding for HXD (and newer) chips

2013-11-03 Thread Johan Hovold
On Sun, Nov 03, 2013 at 02:39:32PM +0200, Mika Westerberg wrote: > On Fri, Nov 01, 2013 at 08:08:31AM -0700, Greg KH wrote: > > I'll go revert all of these for now and send it to Linus for 3.12-final, > > and then we can start "fresh" in resolving this issue. > > I tested again with the reverts an

Re: khubd timed out on ep0in len=0/64 with 3.4 kernel

2013-11-03 Thread Alan Stern
On Sat, 2 Nov 2013, Prasad Koya wrote: > Hi > > I didn't have luck reproducing with both CONFIG_USB_DEBUG and > CONFIG_USB_STORAGE_DEBUG. I could reproduce with each of them enabled > separately. Am attaching the whole dmesg of both as zip files. If I > should send them in different format, pleas

Re: [PATCH] pl2303: fixed handling of CS5 setting. 5 databits work now

2013-11-03 Thread Johan Hovold
[ Please make sure to CC the linux-usb list. ] On Sun, Nov 03, 2013 at 03:47:06PM +0100, Colin Leitner wrote: > pl2303: fixed handling of CS5 setting. 5 databits work now No need to repeat the subject line in the body, and please add a "USB:"-prefix and drop the "5 databits work now" from the sub

Re: [PATCH] pl2303: restore the old baud rate encoding for HXD (and newer) chips

2013-11-03 Thread Mika Westerberg
On Sun, Nov 03, 2013 at 03:26:24PM +0100, Johan Hovold wrote: > On Sun, Nov 03, 2013 at 02:39:32PM +0200, Mika Westerberg wrote: > > On Fri, Nov 01, 2013 at 08:08:31AM -0700, Greg KH wrote: > > > I'll go revert all of these for now and send it to Linus for 3.12-final, > > > and then we can start "f

Re: [PATCH] pl2303: fixed handling of CS5 setting. 5 databits work now

2013-11-03 Thread Johan Hovold
On Sun, Nov 03, 2013 at 06:11:23PM +0100, Johan Hovold wrote: > >> + switch (C_CSIZE(tty)) { > >> + case CS5: > >> + buf[6] = 5; > >> + break; > >> + case CS6: > >> + buf[6] = 6; > >> + break; > >> + case CS7: > >> +

Fw:

2013-11-03 Thread doranchristie
I recommend this link http://sevensark.sakura.ne.jp/_73com4_best.youtube.com_net309_.html?cesjtenivaxawe=9462153 -- 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/majordomo-

Re: [PATCH] pl2303: fixed handling of CS5 setting. 5 databits work now

2013-11-03 Thread Colin Leitner
Unfortunately, the patch is white-space damaged. You should use tabs for indentation. Please run your patches through checkpatch.pl before submitting (or fix your mail client if that's where the problem is). Clearly an end user error. checkpatch.pl didn't complain. I'll repost the patch with

[PATCH] USB: pl2303: fixed handling of CS5 setting

2013-11-03 Thread Colin Leitner
This patch fixes the CS5 setting on the PL2303 USB-to-serial devices. CS5 has a value of 0 and the CSIZE setting has been skipped altogether by the enclosing if. Tested on 3.11.6 and the scope shows the correct output after the fix has been applied. Tagged to be added to stable, because it fixes a

Re: [PATCH 05/16] usb/gadget: g_ffs: convert to new interface of f_subset

2013-11-03 Thread Michal Nazarewicz
On Wed, Oct 23 2013, Andrzej Pietrasiewicz wrote: > There is a new function interface of f_subset and g_ffs is the last to use > the old one. > > Signed-off-by: Andrzej Pietrasiewicz > Signed-off-by: Kyungmin Park Acked-by: Michal Nazarewicz > --- > drivers/usb/gadget/Kconfig |1 + > driv

Re: [PATCH 03/16] usb/gadget: g_ffs: convert to new interface of f_ecm

2013-11-03 Thread Michal Nazarewicz
On Wed, Oct 23 2013, Andrzej Pietrasiewicz wrote: > There is a new funtion interface and g_ffs is the last gadget to use the old. > > Signed-off-by: Andrzej Pietrasiewicz > Signed-off-by: Kyungmin Park Acked-by: Michal Nazarewicz > --- > drivers/usb/gadget/Kconfig |1 + > drivers/usb/gadg

Re: [PATCH 07/16] usb/gadget: g_ffs: convert to new interface of f_rndis

2013-11-03 Thread Michal Nazarewicz
On Wed, Oct 23 2013, Andrzej Pietrasiewicz wrote: > There is a new interface of f_rndis and g_ffs is the last to use the old one. > > Signed-off-by: Andrzej Pietrasiewicz > Signed-off-by: Kyungmin Park Acked-by: Michal Nazarewicz signature.asc Description: PGP signature

Re: kernel NULL pointer dereference at (null) - inside hub_disconnect

2013-11-03 Thread Luke-Jr
On Tuesday, October 29, 2013 2:39:14 PM Alan Stern wrote: > On Mon, 28 Oct 2013, Luke-Jr wrote: > > https://bugzilla.kernel.org/show_bug.cgi?id=63961 > > > > Kernel version 3.10.15 > > > > [1774470.503558] hub 2-1.3:1.0: hub_port_status failed (err = -71) > > [1774475.483021] hub 2-1.4:1.0: confi

Re: [PATCH v2 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-03 Thread Kishon Vijay Abraham I
Hi, On Saturday 02 November 2013 11:28 PM, Tomasz Figa wrote: On Saturday 02 of November 2013 13:47:09 Matt Porter wrote: On Sat, Nov 02, 2013 at 10:46:55PM +0530, Kishon Vijay Abraham I wrote: Hi Tomasz, On Saturday 02 November 2013 06:44 PM, Tomasz Figa wrote: Hi Matt, On Friday 01 of Nov

Re: [PATCH v2 8/9] phy: add Broadcom Kona USB2 PHY driver

2013-11-03 Thread Kishon Vijay Abraham I
Hi, On Saturday 02 November 2013 01:15 AM, Matt Porter wrote: Add a driver for the internal Broadcom Kona USB 2.0 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 2 + drivers/phy/phy-bcm-

Re: [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver

2013-11-03 Thread Kishon Vijay Abraham I
Hi Vivek, On Thursday 31 October 2013 01:15 PM, Vivek Gautam wrote: Add a new driver for the USB 3.0 PHY on Exynos5 series of SoCs. The new driver uses the generic PHY framework and will interact with DWC3 controller present on Exynos5 series of SoCs. In Exynos, you have a single IP that suppo