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 -
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
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
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
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
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
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?
> > > >
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
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
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
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
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
--- 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
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:
> > > > >
>
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
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
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
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(+)
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
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.
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
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
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
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
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
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
26 matches
Mail list logo