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
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,
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
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
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
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
[ 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
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
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:
> >> +
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-
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
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
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
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
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
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
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
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-
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
19 matches
Mail list logo