Re: Pegasos i8042 broken again

2011-04-04 Thread pacman
Gabriel Paubert writes: > > Ok, I got fed up about it. The patch referred above is obviously wrong since > it leaves interrupts at 0 when a device_type or name of 8042 is found, > so what about the following? Looks like the workaround I was using for a while. In the original report I said I was

Re: Pegasos i8042 broken again

2011-04-04 Thread Gabriel Paubert
On Tue, Apr 05, 2011 at 08:28:50AM +1000, Benjamin Herrenschmidt wrote: > > > Ok, I got fed up about it. The patch referred above is obviously wrong since > > it leaves interrupts at 0 when a device_type or name of 8042 is found, > > so what about the following? > > > > I can ship it with a sign

Re: Pegasos i8042 broken again

2011-04-04 Thread Gabriel Paubert
On Sun, Oct 10, 2010 at 06:35:47PM +1100, Benjamin Herrenschmidt wrote: > On Sat, 2010-10-09 at 20:37 -0500, pac...@kosh.dhis.org wrote: > > Pegasos has no keyboard again. I blame commit > > 540c6c392f01887dcc96bef0a41e63e6c1334f01, which tries to find i8042 IRQs in > > the device-tree but doesn't

Re: Pegasos i8042 broken again

2011-04-04 Thread Benjamin Herrenschmidt
> Ok, I got fed up about it. The patch referred above is obviously wrong since > it leaves interrupts at 0 when a device_type or name of 8042 is found, > so what about the following? > > I can ship it with a signed-off-by and proper comments a bit later if people > agree. > > Compiled and test

Re: Pegasos i8042 broken again

2010-10-10 Thread pacman
Benjamin Herrenschmidt writes: > > Those things really suck. They absolutely refuse to fix their FW for > reasons I never quite managed to figure out. The last time around, they did release a firmware patch (pegasos-dts-20071018) to fix up the device tree enough to satisfy the kernel. Now that th

Re: Pegasos i8042 broken again

2010-10-10 Thread Gerhard Pircher
On Sat, 2010-10-09 at 20:37 -0500, pac...@kosh.dhis.org wrote: > Pegasos has no keyboard again. I blame commit > 540c6c392f01887dcc96bef0a41e63e6c1334f01, which tries to find i8042 IRQs > inthe device-tree but doesn't fall back to the old hardcoded 1 and 12 in > all failure cases. > > Specificall

Re: Pegasos i8042 broken again

2010-10-10 Thread Benjamin Herrenschmidt
On Sat, 2010-10-09 at 20:37 -0500, pac...@kosh.dhis.org wrote: > Pegasos has no keyboard again. I blame commit > 540c6c392f01887dcc96bef0a41e63e6c1334f01, which tries to find i8042 IRQs in > the device-tree but doesn't fall back to the old hardcoded 1 and 12 in all > failure cases. > > Specificall