2005-02-07 15:44:58

by Joseph Pingenot

[permalink] [raw]
Subject: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

Hi.

Sorry; I accidentally deleted my email and your response, Dmitry. :/
Anyhow, here is /proc/bus/input/devices

$ cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event1
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

This is both a trackpad and an eraser-mouse in one device, so far as
I can tell. It's in my Dell Inspiron 8600.

-Joseph
--
Joseph===============================================trelane@digitasaru.net
Graduate Student in Physics, Freelance Free Software Developer


2005-02-07 16:52:04

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

On Mon, 7 Feb 2005 09:43:27 -0600, Joseph Pingenot
<[email protected]> wrote:
> Hi.
>
> Sorry; I accidentally deleted my email and your response, Dmitry. :/
> Anyhow, here is /proc/bus/input/devices
>
> $ cat /proc/bus/input/devices
> I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
> N: Name="AT Translated Set 2 keyboard"
> P: Phys=isa0060/serio0/input0
> H: Handlers=kbd event0
> B: EV=120013
> B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
> B: MSC=10
> B: LED=7
>
> I: Bus=0011 Vendor=0002 Product=0001 Version=0000
> N: Name="PS/2 Generic Mouse"
> P: Phys=isa0060/serio1/input0
> H: Handlers=mouse0 event1
> B: EV=7
> B: KEY=70000 0 0 0 0 0 0 0 0
> B: REL=3
>

Is that with -rc1 or -rc2?

Anyway, I think Inspiron 8600 has an ALPS touchpad and externded
support for it just went in in -rc2. I think if you boot with
psmouse.proto=exps you will get your mouse back (if your psmouse is
compiled as a module you'll need to add 'options psmouse proto=exps'
to your /etc/modprobe.conf).

Nonetheless it would be nice to see the data stream from the touchpad
to see why our ALPS support does not work quite right. Could you
please try booting with "log_buf_len=131072 i8042.debug=1", and
working the touchpad a bit. then send me the output of "dmesg -s
131072" (or just /var/log/messages).

Thanks!
--
Dmitry

P.S. I am CC-ing Peter Osterlund since he works on Synaptics/ALPS
driver as well.

2005-02-07 18:10:49

by Joseph Pingenot

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

>From Dmitry Torokhov on Monday, 07 February, 2005:
>Is that with -rc1 or -rc2?

-rc1. With -rc3, I get:
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0008 Version=0000
N: Name="AlpsPS/2 ALPS TouchPad"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event1
B: EV=f
B: KEY=420 30000 670000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003

>Anyway, I think Inspiron 8600 has an ALPS touchpad and externded
>support for it just went in in -rc2. I think if you boot with
>psmouse.proto=exps you will get your mouse back (if your psmouse is
>compiled as a module you'll need to add 'options psmouse proto=exps'
>to your /etc/modprobe.conf).

Indeedy. I'm in -rc1 atm, so I don't want to reboot yet again to see
if that protocol bit works. If I end up getting curious enough,
I'll send word if it works. :)

>Nonetheless it would be nice to see the data stream from the touchpad
>to see why our ALPS support does not work quite right. Could you
>please try booting with "log_buf_len=131072 i8042.debug=1", and
>working the touchpad a bit. then send me the output of "dmesg -s
>131072" (or just /var/log/messages).

dmesg output, non-mouse output trimmed (for obvious reasons, if you think
about it ;) is attached.

-Joseph

--
Joseph===============================================trelane@digitasaru.net
Graduate Student in Physics, Freelance Free Software Developer


Attachments:
(No filename) (1.57 kB)
foo.gz (6.23 kB)
Download all attachments

2005-02-07 19:00:56

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

On Mon, 7 Feb 2005 12:09:50 -0600, Joseph Pingenot
<[email protected]> wrote:
> From Dmitry Torokhov on Monday, 07 February, 2005:
> >Nonetheless it would be nice to see the data stream from the touchpad
> >to see why our ALPS support does not work quite right. Could you
> >please try booting with "log_buf_len=131072 i8042.debug=1", and
> >working the touchpad a bit. then send me the output of "dmesg -s
> >131072" (or just /var/log/messages).
>
> dmesg output, non-mouse output trimmed (for obvious reasons, if you think
> about it ;) is attached.
>

I am sorry, I was not clear enough. I'd like to see -rc2 (the broken
one), complete with bootup process, so we will see why it can't
synchronize at all. (I of course don't need keyboard data of anything
that has been typed after boot).

--
Dmitry

2005-02-07 19:09:04

by Joseph Pingenot

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

>From Dmitry Torokhov on Monday, 07 February, 2005:
>On Mon, 7 Feb 2005 12:09:50 -0600, Joseph Pingenot
><[email protected]> wrote:
>> From Dmitry Torokhov on Monday, 07 February, 2005:
>> >Nonetheless it would be nice to see the data stream from the touchpad
>> >to see why our ALPS support does not work quite right. Could you
>> >please try booting with "log_buf_len=131072 i8042.debug=1", and
>> >working the touchpad a bit. then send me the output of "dmesg -s
>> >131072" (or just /var/log/messages).
>> dmesg output, non-mouse output trimmed (for obvious reasons, if you think
>> about it ;) is attached.
>I am sorry, I was not clear enough. I'd like to see -rc2 (the broken
>one), complete with bootup process, so we will see why it can't
>synchronize at all. (I of course don't need keyboard data of anything
>that has been typed after boot).

They're both broken in about the same way, iirc. Is there something special
in -rc2 that's not in -rc3?

-Joseph

--
Joseph===============================================trelane@digitasaru.net
Graduate Student in Physics, Freelance Free Software Developer

2005-02-07 19:13:06

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

On Mon, 7 Feb 2005 13:05:41 -0600, Joseph Pingenot
<[email protected]> wrote:
> From Dmitry Torokhov on Monday, 07 February, 2005:
> >On Mon, 7 Feb 2005 12:09:50 -0600, Joseph Pingenot
> ><[email protected]> wrote:
> >> From Dmitry Torokhov on Monday, 07 February, 2005:
> >> >Nonetheless it would be nice to see the data stream from the touchpad
> >> >to see why our ALPS support does not work quite right. Could you
> >> >please try booting with "log_buf_len=131072 i8042.debug=1", and
> >> >working the touchpad a bit. then send me the output of "dmesg -s
> >> >131072" (or just /var/log/messages).
> >> dmesg output, non-mouse output trimmed (for obvious reasons, if you think
> >> about it ;) is attached.
> >I am sorry, I was not clear enough. I'd like to see -rc2 (the broken
> >one), complete with bootup process, so we will see why it can't
> >synchronize at all. (I of course don't need keyboard data of anything
> >that has been typed after boot).
>
> They're both broken in about the same way, iirc. Is there something special
> in -rc2 that's not in -rc3?

No, -rc3 will do as well. Any version starting with -rc2 should do the trick.

--
Dmitry

2005-02-07 19:23:26

by Joseph Pingenot

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

>From Dmitry Torokhov on Monday, 07 February, 2005:
>On Mon, 7 Feb 2005 13:05:41 -0600, Joseph Pingenot
><[email protected]> wrote:
>> From Dmitry Torokhov on Monday, 07 February, 2005:
>> >On Mon, 7 Feb 2005 12:09:50 -0600, Joseph Pingenot
>> ><[email protected]> wrote:
>> >> From Dmitry Torokhov on Monday, 07 February, 2005:
>> >> >Nonetheless it would be nice to see the data stream from the touchpad
>> >> >to see why our ALPS support does not work quite right. Could you
>> >> >please try booting with "log_buf_len=131072 i8042.debug=1", and
>> >> >working the touchpad a bit. then send me the output of "dmesg -s
>> >> >131072" (or just /var/log/messages).
>> >> dmesg output, non-mouse output trimmed (for obvious reasons, if you think
>> >> about it ;) is attached.
>> >I am sorry, I was not clear enough. I'd like to see -rc2 (the broken
>> >one), complete with bootup process, so we will see why it can't
>> >synchronize at all. (I of course don't need keyboard data of anything
>> >that has been typed after boot).
>> They're both broken in about the same way, iirc. Is there something special
>> in -rc2 that's not in -rc3?
>No, -rc3 will do as well. Any version starting with -rc2 should do the trick.

All info in the mail to which you repsonded were from -rc3, including
and especially the attachemnt. The only info I sent from -rc1 was the
contents of /proc/bus/input/devices in response to the *original* request.

-Joseph

--
Joseph===============================================trelane@digitasaru.net
Graduate Student in Physics, Freelance Free Software Developer

2005-02-07 19:56:56

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

On Mon, 7 Feb 2005 13:16:15 -0600, Joseph Pingenot
<[email protected]> wrote:
> From Dmitry Torokhov on Monday, 07 February, 2005:
> >On Mon, 7 Feb 2005 13:05:41 -0600, Joseph Pingenot
> ><[email protected]> wrote:
> >> From Dmitry Torokhov on Monday, 07 February, 2005:
> >> >On Mon, 7 Feb 2005 12:09:50 -0600, Joseph Pingenot
> >> ><[email protected]> wrote:
> >> >> From Dmitry Torokhov on Monday, 07 February, 2005:
> >> >> >Nonetheless it would be nice to see the data stream from the touchpad
> >> >> >to see why our ALPS support does not work quite right. Could you
> >> >> >please try booting with "log_buf_len=131072 i8042.debug=1", and
> >> >> >working the touchpad a bit. then send me the output of "dmesg -s
> >> >> >131072" (or just /var/log/messages).
> >> >> dmesg output, non-mouse output trimmed (for obvious reasons, if you think
> >> >> about it ;) is attached.
> >> >I am sorry, I was not clear enough. I'd like to see -rc2 (the broken
> >> >one), complete with bootup process, so we will see why it can't
> >> >synchronize at all. (I of course don't need keyboard data of anything
> >> >that has been typed after boot).
> >> They're both broken in about the same way, iirc. Is there something special
> >> in -rc2 that's not in -rc3?
> >No, -rc3 will do as well. Any version starting with -rc2 should do the trick.
>
> All info in the mail to which you repsonded were from -rc3, including
> and especially the attachemnt. The only info I sent from -rc1 was the
> contents of /proc/bus/input/devices in response to the *original* request.
>

Ah, I see. Well, the data in foo.gz file looks like standard PS/2
protocol, it would be interesting to see the beginning of the dmesg
(where we do all the detection). It looks like something has reset the
absolute mode back to standard relative one.

--
Dmitry

2005-02-07 20:05:29

by Joseph Pingenot

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

>From Dmitry Torokhov on Monday, 07 February, 2005:
>Ah, I see. Well, the data in foo.gz file looks like standard PS/2
>protocol, it would be interesting to see the beginning of the dmesg
>(where we do all the detection). It looks like something has reset the
>absolute mode back to standard relative one.

Feb 7 11:49:18 petrus mice: PS/2 mouse device common for all mice
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 60 -> i8042 (command) [7497]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 46 -> i8042 (parameter) [7497]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7497]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f2 -> i8042 (parameter) [7497]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7500]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7501]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 60 -> i8042 (command) [7501]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 44 -> i8042 (parameter) [7501]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 60 -> i8042 (command) [7501]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 45 -> i8042 (parameter) [7501]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f2 -> i8042 (kbd-data) [7502]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, kbd, 1) [7502]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: ab <- i8042 (interrupt, kbd, 1) [7503]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 41 <- i8042 (interrupt, kbd, 1) [7504]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: ed -> i8042 (kbd-data) [7504]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, kbd, 1) [7505]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (kbd-data) [7505]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, kbd, 1) [7505]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (kbd-data) [7505]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, kbd, 1) [7505]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (kbd-data) [7505]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, kbd, 1) [7506]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f4 -> i8042 (kbd-data) [7506]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, kbd, 1) [7506]
Feb 7 11:49:18 petrus input: AT Translated Set 2 keyboard on isa0060/serio0
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 60 -> i8042 (command) [7512]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 47 -> i8042 (parameter) [7512]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7512]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f2 -> i8042 (parameter) [7512]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7516]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7517]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7517]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f6 -> i8042 (parameter) [7517]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7521]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7521]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7521]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7522]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7522]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 0a -> i8042 (parameter) [7522]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7530]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7530]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7530]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7530]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7530]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7530]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7538]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7538]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7538]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7539]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7539]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 14 -> i8042 (parameter) [7539]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7547]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7547]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7547]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7547]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7547]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 3c -> i8042 (parameter) [7547]
Feb 7 11:49:18 petrus usb 2-2: new full speed USB device using uhci_hcd and address 2
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7557]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7557]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7557]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7557]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7557]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 28 -> i8042 (parameter) [7557]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7565]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7565]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7565]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7566]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7566]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 14 -> i8042 (parameter) [7566]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7574]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7574]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7574]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7574]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7574]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 14 -> i8042 (parameter) [7574]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7582]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7582]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7582]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7583]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7583]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 3c -> i8042 (parameter) [7583]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7590]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7590]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7590]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7591]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7591]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 28 -> i8042 (parameter) [7591]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7599]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7599]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7599]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7599]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7599]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 14 -> i8042 (parameter) [7599]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7607]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7611]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7611]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7611]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7621]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 14 -> i8042 (parameter) [7621]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7629]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7631]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f2 -> i8042 (parameter) [7631]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7634]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7635]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7641]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7641]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7641]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7651]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7651]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7658]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7658]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7658]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7659]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7662]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7662]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7669]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7669]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7669]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7670]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7670]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7670]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7678]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7678]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7678]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7678]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7678]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7678]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7686]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7686]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e9 -> i8042 (parameter) [7686]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7691]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7694]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7695]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 14 <- i8042 (interrupt, aux, 12) [7696]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7696]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f6 -> i8042 (parameter) [7696]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7701]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7701]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7701]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7701]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7701]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7701]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7709]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7709]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7709]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7714]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7714]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7714]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7718]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7718]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7718]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7722]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7722]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e9 -> i8042 (parameter) [7722]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7727]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7730]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7731]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 64 <- i8042 (interrupt, aux, 12) [7732]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7732]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7732]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7733]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7733]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7733]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7740]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7740]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7740]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7745]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7745]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7745]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7749]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7749]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7749]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7754]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7754]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e9 -> i8042 (parameter) [7754]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7758]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 63 <- i8042 (interrupt, aux, 12) [7761]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 03 <- i8042 (interrupt, aux, 12) [7763]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: c8 <- i8042 (interrupt, aux, 12) [7764]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7764]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7764]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7764]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7764]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7764]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7772]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7772]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7772]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7776]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7776]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7776]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7781]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7781]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7781]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7785]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7785]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e9 -> i8042 (parameter) [7785]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7789]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7793]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7794]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 64 <- i8042 (interrupt, aux, 12) [7795]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7795]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7795]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7795]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7795]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 -> i8042 (parameter) [7795]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7803]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7803]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7803]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7808]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7808]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7808]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7812]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7812]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7812]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7816]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7816]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e9 -> i8042 (parameter) [7816]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7821]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 63 <- i8042 (interrupt, aux, 12) [7824]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 03 <- i8042 (interrupt, aux, 12) [7825]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: c8 <- i8042 (interrupt, aux, 12) [7826]
Feb 7 11:49:18 petrus ALPS Touchpad (Dualpoint) detected
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7832]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7832]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7837]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7837]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7837]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7841]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7841]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e7 -> i8042 (parameter) [7841]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7845]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7845]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7845]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7850]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7850]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7850]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7854]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7854]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7854]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7859]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7859]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7859]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7863]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7863]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e9 -> i8042 (parameter) [7863]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7868]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 10 <- i8042 (interrupt, aux, 12) [7871]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 00 <- i8042 (interrupt, aux, 12) [7872]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 64 <- i8042 (interrupt, aux, 12) [7873]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7873]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7873]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7877]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7877]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7877]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7882]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7882]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7882]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7886]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7886]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7886]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7891]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7891]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f4 -> i8042 (parameter) [7891]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7895]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7895]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f0 -> i8042 (parameter) [7895]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7900]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7900]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7900]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7904]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7904]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7904]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7908]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7908]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7908]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7913]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7913]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f5 -> i8042 (parameter) [7913]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7917]
Feb 7 11:49:18 petrus input: AlpsPS/2 ALPS TouchPad on isa0060/serio1
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7923]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: ea -> i8042 (parameter) [7923]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7928]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7928]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f3 -> i8042 (parameter) [7928]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7928]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7928]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 64 -> i8042 (parameter) [7928]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7936]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7936]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e8 -> i8042 (parameter) [7936]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7937]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7937]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: 03 -> i8042 (parameter) [7937]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7944]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7944]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: e6 -> i8042 (parameter) [7944]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7949]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: d4 -> i8042 (command) [7949]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: f4 -> i8042 (parameter) [7949]
Feb 7 11:49:18 petrus drivers/input/serio/i8042.c: fa <- i8042 (interrupt, aux, 12) [7953]
Feb 7 11:49:18 petrus i2c /dev entries driver
Feb 7 11:49:18 petrus pc87360: PC8736x not detected, module not inserted.
Feb 7 11:49:18 petrus EISA: Probing bus 0 at eisa0

Hope that helps.

--
Joseph===============================================trelane@digitasaru.net
Graduate Student in Physics, Freelance Free Software Developer

2005-02-08 17:59:12

by Joseph Pingenot

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

>From Joseph Pingenot on Monday, 07 February, 2005:
>Hope that helps.

Did it help any?

-Joseph
--
trelane@digitasaru.net--------------------------------------------------
[An Intel exec] said, basically, that customers are "wed" to the Windows
desktop. What he didn't say is that hardware suppliers are wed to Microsoft as
well. And as long as the rest of the world depends on that marriage, there won't
be any room for innovation on the desktop, except by equally proprietary
alternatives such as those from Apple. --Doc Searls' Suit Watch, Dec. 8, 2004

2005-02-08 21:26:15

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [ATTN: Dmitry Torokhov] About the trackpad and 2.6.11-rc[23] but not -rc1

On Tue, 8 Feb 2005 12:00:20 -0600, Joseph Pingenot
<[email protected]> wrote:
> From Joseph Pingenot on Monday, 07 February, 2005:
> >Hope that helps.
>
> Did it help any?
>

Yes, thank you. A patch is forthcoming later tonight.

--
Dmitry