Mariusz Kozlowski writes:
> Second issue as reported earilier allmodconfig fails to build on imac g3.
Do you really mean g3? If so it's a 32-bit kernel and it shouldn't be
building lparmap.s. Or do you mean G5?
> CC arch/powerpc/kernel/lparmap.s
> AS arch/powerpc/kernel/head_64.o
Adrian Bunk writes:
> Subject: sleep/wakeup on powerbooks apparently busted
> References : http://lkml.org/lkml/2006/10/5/13
> Submitter : Benjamin Herrenschmidt <[EMAIL PROTECTED]>
> Handled-By : Benjamin Herrenschmidt <[EMAIL PROTECTED]>
> Status : Benjamin will investigate
Should be f
David Brownell writes:
> Maybe you should first pay attention to what I pointed out: that
> the problem reports I've seen have ONLY been on PPC systems.
Well, there is a problem in the code which is clearly visible just by
inspection: that it is touching a pci device without having called
pci_en
My G4 powerbook gets a machine check on boot as a result of commit
478a3bab8c87a9ba4a4ba338314e32bb0c378e62. Putting a return at the
start of quirk_usb_early_handoff fixes it.
The code in quirk_usb_handoff_ohci looks rather bogus in that it
doesn't do pci_enable_device before trying to access the
I am currently using this patch on my powerbook to fix the problems
that USB was causing with sleep and wakeup. Basically one of the USB
controllers was getting a spurious wakeup immediately when put it
into the suspend state. This would cause the resume routine to be run
after we had turned off
In drivers/usb/core/hcd-pci.c, the code forgets to set hcd->state to
USB_STATE_SUSPENDED on suspend. The effect is that on resume, the
code refuses to wake the HCD up, and instead prints a message saying
the interface hasn't been suspended.
The patch below fixes this. It is against 2.6.0-test6.
Alan Stern writes:
> How does this work? It's a smaller change, against BK-current.
> But maybe David will prefer to change ohci-pci.c instead.
It works fine, and I have been using it for a while now. This, or
something similar, needs to go in, since others have been complaining
about the pro
Alan Stern writes:
> The following patch addresses the problem the Paul raised, concerning
> whether the root hub status irq timer should be allowed to run during a
> suspend.
>
> I'm not sure that this does exactly what you would like. My reasoning is
> that the timer should run as long as th
I'm running a 2.5.70 kernel (BK from a day or so ago) on my Apple
titanium G4 powerbook, and it seems that the system stops polling the
root hub registers when I suspend and resume the machine. The symptom
is that nothing happens when I plug in a USB device after resuming.
It's very annoying becau
The recent changes to the usb-ohci.c driver in 2.4.4-pre5 seem to be
causing serious problems on my G4 Cube powermac. I haven't tracked
down exactly what the problem is, but the symptom is that I get an
OHCI unrecoverable error; using the USB speakers seems to trigger this
very quickly.
The USB
Alan Cox writes:
> The question that wants asking is:
>
> Is the permission included sufficient to include the firmware as a mere
> aggregation.
I think the concern is really the statement that says that the
firmware "may not be reproduced, used, sold or transferred to any
third party without K
D has
completed successfully? (Yes of course the TDs need to be set up with
alternating toggles; we would need to call usb_gettoggle for the first
and then alternate them.)
Paul.
--
Paul Mackerras, Open Source Research Fellow, Linuxcare, Inc.
+61 2 6262 8990 tel, +61 2 6262 8991 fax
[EMAIL P
is defined to access the PCI bus, which is
little-endian by definition. Things which are put in memory for the
chip to DMA out (like hwNextED) need to be explicitly byte-swapped.
Paul.
--
Paul Mackerras, Open Source Research Fellow, Linuxcare, Inc.
+61 2 6262 8990 tel, +61 2 6262 8991 fax
[EMA
13 matches
Mail list logo