Re: [PATCH][help?] Radeonfb acpi resume

2005-07-11 Thread Micheal Marineau
Thanks for the reply, Pavel Machek wrote: > Hi! > > >>Aww crap, thunderbird screwed up the white space... >> >>A usable version of the patch is attached, or here is a link: >>http://dev.gentoo.org/~marineam/files/patch-radeonfb-2.6.12 > > > Wrong indentation in acpi_vgapost; I remember there w

Re: [PATCH][help?] Radeonfb acpi resume

2005-07-11 Thread Micheal Marineau
Pavel Machek wrote: > Hi! > > Aww crap, thunderbird screwed up the white space... A usable version of the patch is attached, or here is a link: http://dev.gentoo.org/~marineam/files/patch-radeonfb-2.6.12 >>> >>> >>>Wrong indentation in acpi_vgapost; I remember there was better pa

Re: [PATCH][help?] Radeonfb acpi resume

2005-07-12 Thread Micheal Marineau
Matthew Garrett wrote: > Micheal Marineau <[EMAIL PROTECTED]> wrote: > > >>+ if (pdev->dev.power.power_state != 4) >>+ { >>+ pci_restore_state (pdev); >>+ acpi_vgapost (pdev->devfn); >>+ } > > >

Re: [PATCH][help?] Radeonfb acpi resume

2005-07-12 Thread Micheal Marineau
Thanks for the input, Benjamin Herrenschmidt wrote: > On Sun, 2005-07-10 at 15:19 -0700, Micheal Marineau wrote: > >>I've been forward porting this patch for a while now and need >>some input on it. You can see the last time someone posted it >>to the list h

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-05 Thread Micheal Marineau
Dmitry Torokhov wrote: > On Monday 04 July 2005 16:14, Mike Waychison wrote: > >>Hi, >> >>I just upgrade my Tecra M2 this weekend to the latest GIT tree and >>noticed that my mouse pointer/touchpad is now broken on resume. >> >>Investigating, it appears that mouse device gets confused due to the >

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-10 Thread Micheal Marineau
Dmitry Torokhov wrote: > On Tuesday 05 July 2005 23:53, Micheal Marineau wrote: > >>Dmitry Torokhov wrote: >> >>>On Monday 04 July 2005 16:14, Mike Waychison wrote: >>> >>> >>>>Hi, >>>> >>>>I just upgrade my T

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-10 Thread Micheal Marineau
Micheal Marineau wrote: > Dmitry Torokhov wrote: > >>On Tuesday 05 July 2005 23:53, Micheal Marineau wrote: >> >> >>>Dmitry Torokhov wrote: >>> >>> >>>>On Monday 04 July 2005 16:14, Mike Waychison wrote: >>>> >>>

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-10 Thread Micheal Marineau
Dmitry Torokhov wrote: > On Tuesday 05 July 2005 23:53, Micheal Marineau wrote: > >>Dmitry Torokhov wrote: >> >>>On Monday 04 July 2005 16:14, Mike Waychison wrote: >>> >>> >>>>Hi, >>>> >>>>I just upgrade my T

Re: ALPS psmouse_reset on reconnect confusing Tecra M2

2005-07-10 Thread Micheal Marineau
Vojtech Pavlik wrote: > On Sun, Jul 10, 2005 at 01:03:53AM -0700, Micheal Marineau wrote: > > >>Yey! fixed it, simple little patch, just updates the alps_model_info >>struct. Here's a link so my mail client won't mess up the white space: >>http://dev.gen

[PATCH][help?] Radeonfb acpi resume

2005-07-10 Thread Micheal Marineau
I've been forward porting this patch for a while now and need some input on it. You can see the last time someone posted it to the list here: http://www.ussg.iu.edu/hypermail/linux/kernel/0410.0/0600.html The big issue mentioned in that thread, that it reqires a key press during the resume process

Re: [PATCH][help?] Radeonfb acpi resume

2005-07-10 Thread Micheal Marineau
Aww crap, thunderbird screwed up the white space... A usable version of the patch is attached, or here is a link: http://dev.gentoo.org/~marineam/files/patch-radeonfb-2.6.12 Micheal Marineau wrote: > > > diff -ru linux-2.6.12.orig/arch/i386/kernel/acpi/sleep.c > linux-2.6.12/arch

[PATCH] Radeonfb acpi vgapost

2005-08-27 Thread Micheal Marineau
Here is a cleaned up version of the patch to repost radeon cards when resuming from acpi s3 suspend. I've been sitting on it for a while hoping that I might be able to gain some insight in how to use the d2 state instead of this repost as ppc does. On my x86 laptop with a radeon 9000 resuming fro

[PATCH] Treat ALPS mouse buttons as mouse buttons

2005-03-06 Thread Micheal Marineau
The following patch changes the ALPS touchpad driver to treat some mouse buttons as mouse buttons rather than what appears to be joystick buttons. This is needed for the Dell Inspiron 8500's DualPoint stick buttons. Without this patch only the touchpad buttons behave properly. --- linux-2.6.11/dri

Re: [PATCH] Treat ALPS mouse buttons as mouse buttons

2005-03-06 Thread Micheal Marineau
Vojtech Pavlik wrote: > On Sun, Mar 06, 2005 at 04:58:15PM -0800, Micheal Marineau wrote: > > >>The following patch changes the ALPS touchpad driver to treat some mouse >>buttons as mouse buttons rather than what appears to be joystick buttons. >>This is needed f

Re: [PATCH] Treat ALPS mouse buttons as mouse buttons

2005-03-06 Thread Micheal Marineau
Vojtech Pavlik wrote: > On Sun, Mar 06, 2005 at 10:12:00PM -0800, Micheal Marineau wrote: > > >>>>The following patch changes the ALPS touchpad driver to treat some mouse >>>>buttons as mouse buttons rather than what appears to be joystick buttons. >>>&g

[PATCH][resend] Disable Sidewinder debug messages

2005-01-16 Thread Micheal Marineau
Sorry for the resend (again). Last time I accidently let the patch line wrap, so this one will actually apply. This patch is needed because currently the sidewinder produces a load of debugging output. signed-off-by: Michael Marineau <[EMAIL PROTECTED]> --- linux-2.6.10.orig/drivers/input/joysti