Re: [linux-usb-devel] [PATCH] USB: removed a unbalanced #endif from ohci-au1xxx.c

2006-07-14 Thread Daniel Mack
On Fri, Jul 14, 2006 at 10:45:33AM +0200, Domen Puncer wrote: > > Error message was: > > In file included from drivers/usb/host/ohci-hcd.c:909: > > drivers/usb/host/ohci-au1xxx.c:113:2: #endif without #if > > > > Yoichi > > > > Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> > > > > diff -pruN -

[linux-usb-devel] [RFC: -mm patch] drivers/usb/core/driver.c: make 2 functions static

2006-07-14 Thread Adrian Bunk
This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/usb/core/driver.c |4 ++-- drivers/usb/core/usb.h|2 -- 2 files changed, 2 insertions(+), 4 deletions(-) --- linux-2.6.18-rc1-mm2-full/drivers/usb/core/usb.h.old

Re: [linux-usb-devel] [PATCH] OHCI: Add urb_priv null pointer check to finish_unlinks

2006-07-14 Thread David Brownell
On Thursday 13 July 2006 9:16 pm, [EMAIL PROTECTED] wrote: > (a)"What we're doning" > We are doing hotplug test about USB Host Controller(HC) by inserting > and ejecting HC and USB devices. The panic was happened by eject test. > The eject test is that we eject USB devices from the HC and after

Re: [linux-usb-devel] [PATCH] Properly unregister reboot notifier in case of failure in ehci hcd

2006-07-14 Thread David Brownell
On Friday 14 July 2006 9:46 am, Aleksey Gorelov wrote: > David, Alan, > > Do you think it is Ok to unregister reboot notifier in ehci_run before > registering one to make > sure there is no 'double registering' of notifier, or is it better to move > register/unregister > reboot notifier from eh

Re: [linux-usb-devel] 2.6.18-rc1-mm2

2006-07-14 Thread Rafael J. Wysocki
On Friday 14 July 2006 20:36, Michal Piotrowski wrote: > Hi Andrew, > > On 14/07/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > > On Fri, 14 Jul 2006 13:36:08 +0200 > > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > > > Unable to handle kernel NULL pointer dereference at 0038 RIP

Re: [linux-usb-devel] 2.6.17 hangs during boot on ASUS M2NPV-VM motherboard

2006-07-14 Thread David Brownell
On Friday 14 July 2006 9:30 am, Andrew Morton wrote: > > But when the flock returns, hopefully they will remember that we have a > straightforward box-killing regression in the 2.6.17 OHCI controller quirk > handling. More likely in some other code, since that "quirk" handling code hasn't changed

Re: [linux-usb-devel] 2.6.17 hangs during boot on ASUS M2NPV-VM motherboard

2006-07-14 Thread Andrew Morton
On Fri, 14 Jul 2006 14:50:16 -0400 (EDT) Alan Stern <[EMAIL PROTECTED]> wrote: > On Fri, 14 Jul 2006, Andrew Morton wrote: > > > On Fri, 14 Jul 2006 16:54:25 +0100 > > "Andy Chittenden" <[EMAIL PROTECTED]> wrote: > > > > > So I guess there's something awry with the USB controller driver? > > > >

Re: [linux-usb-devel] 2.6.17 hangs during boot on ASUS M2NPV-VM motherboard

2006-07-14 Thread Alan Stern
On Fri, 14 Jul 2006, Andrew Morton wrote: > On Fri, 14 Jul 2006 16:54:25 +0100 > "Andy Chittenden" <[EMAIL PROTECTED]> wrote: > > > So I guess there's something awry with the USB controller driver? > > > > > > > Is there any other info that someone wants to track this down? Or has > > someone g

Re: [linux-usb-devel] 2.6.18-rc1-mm2

2006-07-14 Thread Michal Piotrowski
Hi Andrew, On 14/07/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Fri, 14 Jul 2006 13:36:08 +0200 > "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > > Unable to handle kernel NULL pointer dereference at 0038 RIP: > > [] __lock_acquire+0x7b/0xd30 > > PGD 0 > > Oops: [1] PREE

Re: [linux-usb-devel] [PATCH] Properly unregister reboot notifier in case of failure in ehci hcd

2006-07-14 Thread Alan Stern
On Fri, 14 Jul 2006, Aleksey Gorelov wrote: > > This patch causes hangs at reboot/shutdown/suspend time. See > > http://www.zip.com.au/~akpm/linux/patches/stuff/dsc03597.jpg > > > Oops, I did not test it with suspend/resume stuff, sorry. The problem is that > ehci_run is called > from resume wi

Re: [linux-usb-devel] 2.6.18-rc1-mm2

2006-07-14 Thread Andrew Morton
On Fri, 14 Jul 2006 13:36:08 +0200 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > Unable to handle kernel NULL pointer dereference at 0038 RIP: > [] __lock_acquire+0x7b/0xd30 > PGD 0 > Oops: [1] PREEMPT > last sysfs file: /devices/pci:00/:00:0a.0/subsystem_vendor > CPU

Re: [linux-usb-devel] Volume control of usb speaker not working with ehci-hcd.

2006-07-14 Thread Clemens Ladisch
James Klaas wrote: > I have noticed this too on more than a few USB audio devices. You > can set the volume manually in the asound.state file and restore the > values from the changed file, but changing the volume in alsamixer > just doesn't work. The only difference between alsamixer and "alsact

Re: [linux-usb-devel] [PATCH] Properly unregister reboot notifier in case of failure in ehci hcd

2006-07-14 Thread Aleksey Gorelov
--- Andrew Morton <[EMAIL PROTECTED]> wrote: > On Tue, 11 Jul 2006 23:38:41 -0700 (PDT) > Aleksey Gorelov <[EMAIL PROTECTED]> wrote: > > > If some problem occurs during ehci startup, for instance, request_irq > > fails, echi hcd driver > > tries it best to cleanup, but fails to unregister rebo

Re: [linux-usb-devel] 2.6.17 hangs during boot on ASUS M2NPV-VM motherboard

2006-07-14 Thread Andrew Morton
On Fri, 14 Jul 2006 16:54:25 +0100 "Andy Chittenden" <[EMAIL PROTECTED]> wrote: > > > > > On Thu, 13 Jul 2006 08:56:01 +0100 > > > "Andy Chittenden" <[EMAIL PROTECTED]> wrote: > > > > > > > > On Wed, 12 Jul 2006 08:58:52 +0100 > > > > > "Andy Chittenden" <[EMAIL PROTECTED]> wrote: > > > > > >

Re: [linux-usb-devel] [PATCH] Add USB to MPC8349 PB platform support

2006-07-14 Thread Li Yang
On 7/14/06, Kumar Gala <[EMAIL PROTECTED]> wrote: > Nack, my expectation is this is all setup by the boot loader. That's a good wish. ;) However, USB is not required by bootloader. So it is not likely to be initialized there. And if we put it in bootloader, it will be hard to change the mode(MPH

Re: [linux-usb-devel] re-plug needed during ESD testing

2006-07-14 Thread Alan Stern
On Fri, 14 Jul 2006, Aras Vaichas wrote: > Hello, > > we are currently in the process of getting CE certification for our embedded > Linux products. Our device (under test) is configured as an ethernet gadget. > We > failed one test because the host machine was having problems with strange USB

Re: [linux-usb-devel] 2.6.18-rc1-mm2

2006-07-14 Thread Andrew Morton
On Fri, 14 Jul 2006 23:30:22 +1200 Reuben Farrelly <[EMAIL PROTECTED]> wrote: > > > On 14/07/2006 5:48 p.m., Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc1/2.6.18-rc1-mm2/ > > > > - Patches were merged, added, dropped and fixed. Nothing partic

Re: [linux-usb-devel] [PATCH] Fix Freescale high-speed USB host dependency

2006-07-14 Thread Kumar Gala
Acked-by: Kumar Gala <[EMAIL PROTECTED]> On Jul 14, 2006, at 6:58 AM, Li Yang wrote: > The high-speed USB SOC only exists on MPC834x family not MPC83xx > family. > > Signed-off-by: Li Yang <[EMAIL PROTECTED]> > > --- > > drivers/usb/host/ehci-hcd.c |2 +- > 1 files changed, 1 insertions(+)

Re: [linux-usb-devel] [PATCH] Add USB to MPC8349 PB platform support

2006-07-14 Thread Kumar Gala
Nack, my expectation is this is all setup by the boot loader. - k On Jul 14, 2006, at 6:52 AM, Li Yang wrote: > This adds USB platform support to MPC8349 PB. It works with the > fsl_usb2_udc driver. > > Signed-off-by: Li Yang <[EMAIL PROTECTED]> > --- > > arch/powerpc/platforms/83xx/Kconfig

[linux-usb-devel] [PATCH] Fix Freescale high-speed USB host dependency

2006-07-14 Thread Li Yang
The high-speed USB SOC only exists on MPC834x family not MPC83xx family. Signed-off-by: Li Yang <[EMAIL PROTECTED]> --- drivers/usb/host/ehci-hcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 79f2d8b.

[linux-usb-devel] [PATCH] Add USB to MPC8349 PB platform support

2006-07-14 Thread Li Yang
This adds USB platform support to MPC8349 PB. It works with the fsl_usb2_udc driver. Signed-off-by: Li Yang <[EMAIL PROTECTED]> --- arch/powerpc/platforms/83xx/Kconfig | 4 ++ arch/powerpc/platforms/83xx/mpc834x_sys.c | 72 + arch/powerpc/platforms/83xx/m

Re: [linux-usb-devel] 2.6.18-rc1-mm2

2006-07-14 Thread Reuben Farrelly
On 14/07/2006 5:48 p.m., Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc1/2.6.18-rc1-mm2/ > > - Patches were merged, added, dropped and fixed. Nothing particularly > exciting. > > - Added the avr32 architecture. Review is sought, please. Anothe

Re: [linux-usb-devel] 2.6.18-rc1-mm2

2006-07-14 Thread Rafael J. Wysocki
On Friday 14 July 2006 07:48, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc1/2.6.18-rc1-mm2/ > > - Patches were merged, added, dropped and fixed. Nothing particularly > exciting. This happens on my box at startup, every time: ehci_hcd :00

Re: [linux-usb-devel] [PATCH] Airprime driver improvements to allow full speed EvDO transfers

2006-07-14 Thread Sergei Organov
Greg KH <[EMAIL PROTECTED]> writes: > On Thu, Jul 13, 2006 at 10:20:19PM +0400, Sergei Organov wrote: [...] >> Besides, if the throttle() is that important and failure to handle it is >> a big mistake, why is it optional then? I mean why struct tty_operations >> with throttle field set to NULL is a

Re: [linux-usb-devel] [PATCH] USB: removed a unbalanced #endif from ohci-au1xxx.c

2006-07-14 Thread Domen Puncer
On 14/07/06 16:29 +0900, Yoichi Yuasa wrote: > Hi, > > This patch has removed a unbalanced #endif from ohci-au1xxx.c . > > Error message was: > In file included from drivers/usb/host/ohci-hcd.c:909: > drivers/usb/host/ohci-au1xxx.c:113:2: #endif without #if > > Yoichi > > Signed-off-by: Yoichi

[linux-usb-devel] [PATCH] USB: removed a unbalanced #endif from ohci-au1xxx.c

2006-07-14 Thread Yoichi Yuasa
Hi, This patch has removed a unbalanced #endif from ohci-au1xxx.c . Error message was: In file included from drivers/usb/host/ohci-hcd.c:909: drivers/usb/host/ohci-au1xxx.c:113:2: #endif without #if Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -pruN -X 2.6.18-rc1/Documentation/d