Re: Ignore accidental input

2006-05-17 Thread Magnus Rosenbaum
Johannes Berg wrote: > If you want to, feel free, it isn't really bothering me enough right > now to fix it. Ok, after some hours of reading the kernel source, here my patch. I'm not familiar with kernel programming, so this is only a small hack and I'm happy that I got it working at all ;-) It w

Re: Ignore accidental input

2006-05-12 Thread Johannes Berg
On Fri, 2006-05-12 at 10:40 +0200, Magnus Rosenbaum wrote: > Did you get any futher with this issue? No, I never really looked into it any more. If you want to, feel free, it isn't really bothering me enough right now to fix it. johannes signature.asc Description: This is a digitally signed me

Re: Ignore accidental input

2006-05-12 Thread Magnus Rosenbaum
Johannes Berg wrote: > Matthias Grimm wrote: >> notap: the trackpad only move the cursor > > I tried implementing that in appletouch but it didn't work. Need someone > more familiar with the input layer. Did you get any futher with this issue? Please let me know if there's anything I could help

Re: Ignore accidental input

2006-04-29 Thread Michael Schmitz
> > I was suspecting that option as well, but I had frequent sudden > > poweroffs even with it disabled, so I'm back on pmud for now. > > Are you sure that these "poweroffs" are caused by pbbuttonsd? To freeze > the machine is not easy but possible, but to power it off? I don't think > pbbuttonsd i

Re: Ignore accidental input

2006-04-29 Thread Michel Dänzer
On Fri, 2006-04-28 at 20:52 +0200, Matthias Grimm wrote: > On Thu, 27 Apr 2006 15:26:22 +0200 > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > On Wed, 2006-04-26 at 20:02 +0200, Matthias Grimm wrote: > > > On Tue, 25 Apr 2006 23:53:57 +0200 > > > Børge Holen <[EMAIL PROTECTED]> wrote: > > > > > >

Re: Ignore accidental input

2006-04-28 Thread Brad Boyer
On Fri, Apr 28, 2006 at 08:52:57PM +0200, Matthias Grimm wrote: > Are you sure that these "poweroffs" are caused by pbbuttonsd? To freeze > the machine is not easy but possible, but to power it off? I don't think > pbbuttonsd is capable of doing this. Actually, the moment you talk to the PMU chip

Re: Ignore accidental input

2006-04-28 Thread Johannes Berg
On Fri, 2006-04-28 at 20:49 +0200, Matthias Grimm wrote: > I wonder that you don't know. I don't have adb hardware :) > notap: the trackpad only move the cursor I tried implementing that in appletouch but it didn't work. Need someone more familiar with the input layer. > tap : tapping with

Re: Ignore accidental input

2006-04-28 Thread Matthias Grimm
On Thu, 27 Apr 2006 15:26:22 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Wed, 2006-04-26 at 20:02 +0200, Matthias Grimm wrote: > > On Tue, 25 Apr 2006 23:53:57 +0200 > > Børge Holen <[EMAIL PROTECTED]> wrote: > > > > > I've been lookin at both the mouseemu and pbbuttonsd and I got to agre

Re: Ignore accidental input

2006-04-28 Thread Matthias Grimm
On Thu, 27 Apr 2006 14:57:43 +0200 Johannes Berg <[EMAIL PROTECTED]> wrote: > On Wed, 2006-04-26 at 20:00 +0200, Matthias Grimm wrote: > > > Is this already available in the driver or do you have to patch it? > > No, I'd have to patch it, but see my earlier mail. > > > Is it possible to change

Re: Ignore accidental input

2006-04-27 Thread Michel Dänzer
On Wed, 2006-04-26 at 20:02 +0200, Matthias Grimm wrote: > On Tue, 25 Apr 2006 23:53:57 +0200 > Børge Holen <[EMAIL PROTECTED]> wrote: > > > I've been lookin at both the mouseemu and pbbuttonsd and I got to agree > > with > > Jörg that the "ignore while typing" is done far better with pbbuttonsd

Re: Ignore accidental input

2006-04-27 Thread Johannes Berg
On Wed, 2006-04-26 at 20:00 +0200, Matthias Grimm wrote: > Is this already available in the driver or do you have to patch it? No, I'd have to patch it, but see my earlier mail. > Is it possible to change the trackpad mode as well? like with the ADB > Trackpad: notap, tap, drag and lock? I would

Re: Ignore accidental input

2006-04-27 Thread Michael Schmitz
> > Nope, something like 'dont send mouse clicks when the user taps the > > touchpad'. Ignoring events while typing we can already do in user space. > > Figuring out if the mouse button was hit, or just the surface of the pad > > is something only the kernel driver can handle. > > That ought to be

Re: Ignore accidental input

2006-04-27 Thread Johannes Berg
On Wed, 2006-04-26 at 08:09 +0200, Michael Schmitz wrote: > Nope, something like 'dont send mouse clicks when the user taps the > touchpad'. Ignoring events while typing we can already do in user space. > Figuring out if the mouse button was hit, or just the surface of the pad > is something only

Re: Ignore accidental input

2006-04-26 Thread Børge Holen
On Wednesday 26 April 2006 20:02, you wrote: > On Tue, 25 Apr 2006 23:53:57 +0200 > > Børge Holen <[EMAIL PROTECTED]> wrote: > > I've been lookin at both the mouseemu and pbbuttonsd and I got to agree > > with Jörg that the "ignore while typing" is done far better with > > pbbuttonsd than the mouse

Re: Ignore accidental input

2006-04-26 Thread Matthias Grimm
On Tue, 25 Apr 2006 23:53:57 +0200 Børge Holen <[EMAIL PROTECTED]> wrote: > I've been lookin at both the mouseemu and pbbuttonsd and I got to agree with > Jörg that the "ignore while typing" is done far better with pbbuttonsd than > the mouseemu. Do you use the "NoTapTyping" option with pbbutto

Re: Ignore accidental input

2006-04-26 Thread Matthias Grimm
On Wed, 26 Apr 2006 15:11:12 +0200 Johannes Berg <[EMAIL PROTECTED]> wrote: > On Wed, 2006-04-26 at 08:09 +0200, Michael Schmitz wrote: > > > Nope, something like 'dont send mouse clicks when the user taps the > > touchpad'. Ignoring events while typing we can already do in user space. > > Figuri

Re: Ignore accidental input

2006-04-26 Thread Johannes Berg
On Wed, 2006-04-26 at 08:09 +0200, Michael Schmitz wrote: > Nope, something like 'dont send mouse clicks when the user taps the > touchpad'. Ignoring events while typing we can already do in user space. > Figuring out if the mouse button was hit, or just the surface of the pad > is something only

Re: Ignore accidental input

2006-04-25 Thread Michael Schmitz
> > Right ... is there a ioctl available from the appletouch driver, so this > > functionality can be added to trackpad? > > No. What precisely would you be looking for? Something like 'ignore all > events now' and 'send events again'? Nope, something like 'dont send mouse clicks when the user tap

Re: Ignore accidental input

2006-04-25 Thread Børge Holen
On Tuesday 25 April 2006 23:34, Magnus Rosenbaum wrote: > Børge Holen wrote: > > I can handle the appletouch mod in 2.6.15. But in 2.6.17-rc2 its > > nonexistant here, Had little time to look deeply, but at first glance I > > cant see choice of the Apple touchpad within make menuconfig. > > Device

Re: Ignore accidental input

2006-04-25 Thread Magnus Rosenbaum
Børge Holen wrote: > I can handle the appletouch mod in 2.6.15. But in 2.6.17-rc2 its nonexistant > here, Had little time to look deeply, but at first glance I cant see choice > of the Apple touchpad within make menuconfig. Device Drivers -> USB support -> Apple USB Touchpad support -- Carl Ma

Re: Ignore accidental input

2006-04-25 Thread Børge Holen
On Tuesday 25 April 2006 13:25, you wrote: > On Mon, 2006-04-24 at 15:38 +0200, Michael Schmitz wrote: > > Right ... is there a ioctl available from the appletouch driver, so this > > functionality can be added to trackpad? > > No. What precisely would you be looking for? Something like 'ignore all

Re: Ignore accidental input

2006-04-25 Thread Johannes Berg
On Mon, 2006-04-24 at 15:38 +0200, Michael Schmitz wrote: > Right ... is there a ioctl available from the appletouch driver, so this > functionality can be added to trackpad? No. What precisely would you be looking for? Something like 'ignore all events now' and 'send events again'? johannes s

Re: Ignore accidental input

2006-04-24 Thread Michael Schmitz
> > Or you can use the aptly named trackpad binary from powerpc-utils. > > That wont work cuz of the usb trackpad. Right ... is there a ioctl available from the appletouch driver, so this functionality can be added to trackpad? Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: Ignore accidental input

2006-04-24 Thread Børge Holen
On Monday 24 April 2006 11:27, Michael Schmitz wrote: > > > In osX we got the opportunity to turn on the "Ignore accidental input". > > > Is there a similar option in linux. The random input from the pad > > > itself can be pretty annoying. > > > &

Re: Ignore accidental input

2006-04-24 Thread Michael Schmitz
> > In osX we got the opportunity to turn on the "Ignore accidental input". > > Is there a similar option in linux. The random input from the pad itself can > > be pretty annoying. > > You can use mouseemu to ignore trackpad input while typing. Or you can use th

Re: Ignore accidental input

2006-04-23 Thread Jörg Sommer
Hi Magnus, Magnus Rosenbaum <[EMAIL PROTECTED]> wrote: > Børge Holen wrote: >> I have to install another program to shut down the trackpad then? > > Yes :-) The block-trackpad-while-typing functionality is also in > pbbuttons, but will be removed because mouseemu does the job better. Please not!

Re: Ignore accidental input

2006-04-23 Thread Johannes Berg
On Sun, 2006-04-23 at 19:09 +0800, William Xu wrote: > I simply run the following command upon each restart, > > # trackpad notap This is for ATP touchpads *ONLY*. Please realise that the appletouch drives the *USB* touchpad in newer hardware. johannes signature.asc Description: This is a d

Re: Ignore accidental input

2006-04-23 Thread Magnus Rosenbaum
Børge Holen wrote: > I have to install another program to shut down the trackpad then? Yes :-) The block-trackpad-while-typing functionality is also in pbbuttons, but will be removed because mouseemu does the job better. > nevermind I found the /sbin/trackpad. As you already noted, this program

Re: Ignore accidental input

2006-04-23 Thread Børge Holen
On Sunday 23 April 2006 13:09, William Xu wrote: > Børge Holen <[EMAIL PROTECTED]> writes: > > On Sunday 23 April 2006 10:54, you wrote: > >> Børge Holen wrote: > >> > In osX we got the opportunity to turn on the "Ignore accidental > >> > i

Re: Ignore accidental input

2006-04-23 Thread William Xu
Børge Holen <[EMAIL PROTECTED]> writes: > On Sunday 23 April 2006 10:54, you wrote: >> Børge Holen wrote: >> > In osX we got the opportunity to turn on the "Ignore accidental input". >> > Is there a similar option in linux. The random input from

Re: Ignore accidental input

2006-04-23 Thread Børge Holen
On Sunday 23 April 2006 10:54, you wrote: > Børge Holen wrote: > > In osX we got the opportunity to turn on the "Ignore accidental input". > > Is there a similar option in linux. The random input from the pad itself > > can be pretty annoying. > > You can

Re: Ignore accidental input

2006-04-23 Thread Magnus Rosenbaum
Børge Holen wrote: > In osX we got the opportunity to turn on the "Ignore accidental input". > Is there a similar option in linux. The random input from the pad itself can > be pretty annoying. You can use mouseemu to ignore trackpad input while typing. > I dunno if i

Ignore accidental input

2006-04-22 Thread Børge Holen
Hi. In osX we got the opportunity to turn on the "Ignore accidental input". Is there a similar option in linux. The random input from the pad itself can be pretty annoying. I dunno if its hw or a sw bug, but sometimes the trackpad ... like right now.!. I cannot move the cursor more th