Re: [patch] PS3: Fix EHCI ISO transfer bug

2008-01-08 Thread David Brownell
Sorry, this got accidentally filed in "trash" not "review". Happened from cleaning out a thousand or so emails. :( I suspect I'll be going with a slightly different fix; you can get a preview of it (depending textually on another patch which will now be deferred) at http://marc.info/?l=linux-u

Re: [patch/rft 2.6.24-rc6] usb: ehci saves even more memory in ISO transfer descriptors

2008-01-08 Thread David Brownell
On Tuesday 08 January 2008, Karsten Wiese wrote: > Am Montag, 7. Januar 2008 schrieb David Brownell: > > > > Here's a better way, on top of $SUBJECT patch. > > Saves another four bytes too. ;) > > Doesn't work: > I patched -rc7 with > [patch 2.6.24-rc6] usb: ehci saves some memory in ISO trans

Re: WD My Book 500G external drive: error -110

2008-01-08 Thread Pete Zaitcev
On Tue, 08 Jan 2008 18:56:03 -0500, Sean Darcy <[EMAIL PROTECTED]> wrote: > head -20 /tmp/1.mon.out > 810037f38d80 3045534577 S Ii:2:001:1 -115:128 2 < > 81000fe64cc0 3045534596 S Ci:2:001:0 s a3 00 0001 0004 4 < 20 lines is never sufficient with usbmon. It's more like 20 thousand.

Re: WD My Book 500G external drive: error -110

2008-01-08 Thread Sean Darcy
Alan Stern wrote: On Sun, 6 Jan 2008, sean darcy wrote: Alan Stern wrote: On Sat, 5 Jan 2008, seandarcy wrote: I'm running Fedora 8: uname -r 2.6.23.8-63.fc8 I connected my new Western Digital My Book 500G external drive to the usb port. syslog: Jan 5 21:53:35 testbox kernel: usb 1-4:

Re: [patch/rft 2.6.24-rc6] usb: ehci saves even more memory in ISO transfer descriptors

2008-01-08 Thread Karsten Wiese
Am Montag, 7. Januar 2008 schrieb David Brownell: > > Here's a better way, on top of $SUBJECT patch. > Saves another four bytes too. ;) Doesn't work: I patched -rc7 with [patch 2.6.24-rc6] usb: ehci saves some memory in ISO transfer descriptors + both $SUBJECT patches. Tested with snd-usb-caia

Ehci-hcd kernel driver and ALi chipset doesn't work.

2008-01-08 Thread topo gigio
Hi, i'm from Italy (and this is my first post on mailinglist :) ), i have a strange issue with the ehci module, last week i had bought an pcmcia carbus card with usb 2.0 and firewire ports based on ALi chipset. If i use only the ohci driver, all ports goes well and i can use it without problems (b

Re: [patch 2.6.24-rc6] usb: add ehci-ppc-of bus glue (device-tree aware)

2008-01-08 Thread Josh Boyer
On Tue, 8 Jan 2008 10:32:53 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > On Tuesday 08 January 2008, Josh Boyer wrote: > > On Sun, 30 Dec 2007 15:28:50 -0800 > > David Brownell <[EMAIL PROTECTED]> wrote: > > > > > From: Valentine Barshak <[EMAIL PROTECTED]> > > > > > > This adds device-tree

Re: [patch 2.6.24-rc6] usb: add ehci-ppc-of bus glue (device-tree aware)

2008-01-08 Thread David Brownell
On Tuesday 08 January 2008, Josh Boyer wrote: > On Sun, 30 Dec 2007 15:28:50 -0800 > David Brownell <[EMAIL PROTECTED]> wrote: > > > From: Valentine Barshak <[EMAIL PROTECTED]> > > > > This adds device-tree-aware ehci-ppc-of driver. > > The code is based on the ehci-ppc-soc driver by > > Stefan R

Re: [PATCH 01/12] Use mutex instead of semaphore in driver core

2008-01-08 Thread Jiri Kosina
On Sat, 29 Dec 2007, David Brownell wrote: > > There's no way to remove these, which means there's no way to prevent > > lockdep from issuing a warning. > There may be no *efficient* way to do that. If it tracked every lock > individually these false alarms could go away; but that would increas

[PATCH 2.6.24-rc7 2:nd try] usb: fix usbtest halt check on big endian systems

2008-01-08 Thread Jan Andersson
usbtest did not swap the received status information when checking for a non-zero value and failed to discover halted endpoints on big endian systems. Signed-off-by: Jan Andersson <[EMAIL PROTECTED]> --- Last attempt to send this did not go well. Hopefully I am more awake now :-) diff --git a/dr

Re: [patch 2.6.24-rc6] usb: add ehci-ppc-of bus glue (device-tree aware)

2008-01-08 Thread Josh Boyer
On Sun, 30 Dec 2007 15:28:50 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > From: Valentine Barshak <[EMAIL PROTECTED]> > > This adds device-tree-aware ehci-ppc-of driver. > The code is based on the ehci-ppc-soc driver by > Stefan Roese <[EMAIL PROTECTED]>. > > Signed-off-by: Valentine Barsha

Re: [PATCH 2.6.24-rc7] usb: fix usbtest halt check on big endian systems

2008-01-08 Thread Jan Andersson
On Tue, 8 Jan 2008 13:21:20 +0100 Jan Andersson <[EMAIL PROTECTED]> wrote: > usbtest did not swap the received status word when checking for a > non-zero value and failed to discover halted descriptors on big endian > systems. > Err, that should probably be: .. to discover halted endpoints .. /J

[PATCH 2.6.24-rc7] usb: fix usbtest halt check on big endian systems

2008-01-08 Thread Jan Andersson
usbtest did not swap the received status word when checking for a non-zero value and failed to discover halted descriptors on big endian systems. Signed-off-by: Jan Andersson <[EMAIL PROTECTED]> --- diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c index ea31621..81755d0 100644

WG: USB-Host PD0720101(NEC) and USB-Storage kernel traps

2008-01-08 Thread Siegfried Müller
Hi everyone, I'm using snapgearlinux (3.4) with kernel 2.6 and an IXP425 processor. The board (near to montajade) has an NEC PD720101 USB-Host controller. I mount the usb-storage with "mount /dev/sda1 /mnt/usb -t vfat -o sync" and i have access to the files on the usb-storage. If I copy a file f

Re: [patch 2.6.24-rc6] usb gadget: fix fsl_usb2_udc potential OOPS

2008-01-08 Thread David Brownell
On Monday 07 January 2008, Greg KH wrote: > On Thu, Jan 03, 2008 at 10:04:40AM -0800, David Brownell wrote: > > From: Li Yang <[EMAIL PROTECTED]> > > > > For fsl_usb2_udc driver, ep0 also has a descriptor. Current code is > > misleading and contains a logical mistake. Here is the patch to fix it

Re: [Bugme-new] [Bug 9713] New: 2.6.23.12: usb printer fails to print or work

2008-01-08 Thread Andrew Morton
On Tue, 8 Jan 2008 00:05:21 -0800 (PST) [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=9713 > >Summary: 2.6.23.12: usb printer fails to print or work >Product: Drivers >Version: 2.5 > KernelVersion: 2.6.23.12 > Platform: A