linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* TiBook trackpad in benh's kernel?
@ 2001-04-16 21:21 Michel Lanners
  2001-04-17 21:33 ` Martin Costabel
  2001-04-17 21:49 ` Gregorio Gervasio Jr.
  0 siblings, 2 replies; 8+ messages in thread
From: Michel Lanners @ 2001-04-16 21:21 UTC (permalink / raw)
  To: linuxppc-dev


Hi all,

Anyone else seen this? I can't get the trackpad on my TiBook working
with benh's latest tres (rsync'ed a few days ago).

I tried adding a few printk's, but there seem to never be any data
coming from the trackpad. ALso, the 'trackpad' tool claims there is no
trackpad.

Ideas? I do think it is detected on bootup:

adb devices: [2]: 2 c4 [3]: 3 1 [7]: 7 1f
ADB keyboard at 2, handler 1
Detected ADB keyboard, type ISO, swapping keys.
event1: Event device for input1
keybdev.c: Adding keyboard: input1
input1: ADB HID on ID 2:2.c4
event2: Event device for input2
input2: ADB HID on ID 7:7.1f
ADB mouse at 3, handler set to 4 (trackpad)
event3: Event device for input3
mouse1: PS/2 mouse device for input3
input3: ADB HID on ID 3:3.01
adb: finished probe task...

Thanks

Michel

-------------------------------------------------------------------------
Michel Lanners                 |  " Read Philosophy.  Study Art.
23, Rue Paul Henkes            |    Ask Questions.  Make Mistakes.
L-1710 Luxembourg              |
email   mlan@cpu.lu            |
http://www.cpu.lu/~mlan        |                     Learn Always. "


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: TiBook trackpad in benh's kernel?
  2001-04-16 21:21 TiBook trackpad in benh's kernel? Michel Lanners
@ 2001-04-17 21:33 ` Martin Costabel
  2001-04-17 21:37   ` Michel Lanners
  2001-04-17 21:49 ` Gregorio Gervasio Jr.
  1 sibling, 1 reply; 8+ messages in thread
From: Martin Costabel @ 2001-04-17 21:33 UTC (permalink / raw)
  To: mlan; +Cc: linuxppc-dev


Michel Lanners wrote:
>
> Hi all,
>
> Anyone else seen this? I can't get the trackpad on my TiBook working
> with benh's latest tres (rsync'ed a few days ago).

Can it be that the old "booting cmode 32 kills trackpad" bug is still
alive and bit you? Did you try booting using cmode:16 or cmode:8 ?

--
Martin

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: TiBook trackpad in benh's kernel?
  2001-04-17 21:33 ` Martin Costabel
@ 2001-04-17 21:37   ` Michel Lanners
  2001-04-17 22:02     ` Michel Dänzer
  0 siblings, 1 reply; 8+ messages in thread
From: Michel Lanners @ 2001-04-17 21:37 UTC (permalink / raw)
  To: costabel; +Cc: linuxppc-dev


On  17 Apr, this message from Martin Costabel echoed through cyberspace:
> Michel Lanners wrote:
>>
>> Hi all,
>>
>> Anyone else seen this? I can't get the trackpad on my TiBook working
>> with benh's latest tres (rsync'ed a few days ago).
>
> Can it be that the old "booting cmode 32 kills trackpad" bug is still
> alive and bit you? Did you try booting using cmode:16 or cmode:8 ?

Yeah, exactly right. cmode:32 and cmode:16 kill the trackpad; cmode:8
works OK. Plus, I am able to run XF4 in 32 bpp, even with cmode:8 set.

Go figure...

Cheers

Michel

-------------------------------------------------------------------------
Michel Lanners                 |  " Read Philosophy.  Study Art.
23, Rue Paul Henkes            |    Ask Questions.  Make Mistakes.
L-1710 Luxembourg              |
email   mlan@cpu.lu            |
http://www.cpu.lu/~mlan        |                     Learn Always. "


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: TiBook trackpad in benh's kernel?
  2001-04-16 21:21 TiBook trackpad in benh's kernel? Michel Lanners
  2001-04-17 21:33 ` Martin Costabel
@ 2001-04-17 21:49 ` Gregorio Gervasio Jr.
  2001-04-18  2:17   ` Gregorio Gervasio Jr.
  1 sibling, 1 reply; 8+ messages in thread
From: Gregorio Gervasio Jr. @ 2001-04-17 21:49 UTC (permalink / raw)
  To: mlan; +Cc: linuxppc-dev


>>>>> On Mon, 16 Apr 2001 23:21:50 +0200 (CEST), Michel Lanners <mlan@cpu.lu> said:

m> Anyone else seen this? I can't get the trackpad on my TiBook working
m> with benh's latest tres (rsync'ed a few days ago).

        Seems to work for me.  I'm using his 2.4.4-pre1 tree rsync'ed
on April 12.  I am using cmode:32, too.

Gregorio Gervasio, Jr.
gtgj@pacbell.net

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: TiBook trackpad in benh's kernel?
  2001-04-17 21:37   ` Michel Lanners
@ 2001-04-17 22:02     ` Michel Dänzer
  2001-04-18  9:25       ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 8+ messages in thread
From: Michel Dänzer @ 2001-04-17 22:02 UTC (permalink / raw)
  To: mlan; +Cc: costabel, linuxppc-dev


Michel Lanners wrote:

> Plus, I am able to run XF4 in 32 bpp, even with cmode:8 set.
>
> Go figure...

What did you expect? :)


--
Earthling Michel Dänzer (MrCooper)    \   Debian GNU/Linux (powerpc) developer
CS student, Free Software enthusiast   \        XFree86 and DRI project member

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: TiBook trackpad in benh's kernel?
  2001-04-17 21:49 ` Gregorio Gervasio Jr.
@ 2001-04-18  2:17   ` Gregorio Gervasio Jr.
  2001-04-18  5:50     ` Michel Lanners
  0 siblings, 1 reply; 8+ messages in thread
From: Gregorio Gervasio Jr. @ 2001-04-18  2:17 UTC (permalink / raw)
  To: mlan, linuxppc-dev


>>>>> On Tue, 17 Apr 2001 14:49:47 -0700, gtgj@pacbell.net (Gregorio Gervasio Jr.) said:

>>>>> On Mon, 16 Apr 2001 23:21:50 +0200 (CEST), Michel Lanners <mlan@cpu.lu> said:

m> Anyone else seen this? I can't get the trackpad on my TiBook working
m> with benh's latest tres (rsync'ed a few days ago).

g>         Seems to work for me.  I'm using his 2.4.4-pre1 tree rsync'ed
g> on April 12.  I am using cmode:32, too.

        Oops, sorry, I lied.  I boot in cmode:8 (but run X in 32bpp).

Gregorio Gervasio, Jr.
gtgj@pacbell.net

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: TiBook trackpad in benh's kernel?
  2001-04-18  2:17   ` Gregorio Gervasio Jr.
@ 2001-04-18  5:50     ` Michel Lanners
  0 siblings, 0 replies; 8+ messages in thread
From: Michel Lanners @ 2001-04-18  5:50 UTC (permalink / raw)
  To: gtgj; +Cc: linuxppc-dev


On  17 Apr, this message from Gregorio Gervasio Jr. echoed through cyberspace:
> m> Anyone else seen this? I can't get the trackpad on my TiBook working
> m> with benh's latest tres (rsync'ed a few days ago).
>
> g>         Seems to work for me.  I'm using his 2.4.4-pre1 tree rsync'ed
> g> on April 12.  I am using cmode:32, too.
>
>         Oops, sorry, I lied.  I boot in cmode:8 (but run X in 32bpp).

Yeah, so do I now.

Thanks

Michel

-------------------------------------------------------------------------
Michel Lanners                 |  " Read Philosophy.  Study Art.
23, Rue Paul Henkes            |    Ask Questions.  Make Mistakes.
L-1710 Luxembourg              |
email   mlan@cpu.lu            |
http://www.cpu.lu/~mlan        |                     Learn Always. "


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: TiBook trackpad in benh's kernel?
  2001-04-17 22:02     ` Michel Dänzer
@ 2001-04-18  9:25       ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2001-04-18  9:25 UTC (permalink / raw)
  To: Michel Dänzer, linuxppc-dev


>> Plus, I am able to run XF4 in 32 bpp, even with cmode:8 set.
>>
>> Go figure...
>
>What did you expect? :)

Yeah, that one is really weird ;)

I noticed that lately, Apple changed Darwin trackpad code so that instead of
reading the 8 bytes of the config register, changing them, and writing them
back, it always write hard coded default values (doesn't read).

So I guess there might be a problem when reading the ADB datas from the
trackpad (timing issue) and rewriting those bogus datas cause the trackpad
to die.

I'll do some more experiments asap.

Ben.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-04-18  9:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-16 21:21 TiBook trackpad in benh's kernel? Michel Lanners
2001-04-17 21:33 ` Martin Costabel
2001-04-17 21:37   ` Michel Lanners
2001-04-17 22:02     ` Michel Dänzer
2001-04-18  9:25       ` Benjamin Herrenschmidt
2001-04-17 21:49 ` Gregorio Gervasio Jr.
2001-04-18  2:17   ` Gregorio Gervasio Jr.
2001-04-18  5:50     ` Michel Lanners

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).