Re: G4 Quicksilver Alsa Sound Tumbler driver Issues

2007-06-28 Thread P4W3R
Look: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367773 2007/6/28, P4W3R <[EMAIL PROTECTED]>: The bug is filed, I sent many reports, I will send another :) 2007/6/28, Elimar Riesebieter <[EMAIL PROTECTED]>: > > On Thu, 28 Jun 2007 the mental interface of > P4W3R told: > > [...] > > What

Re: G4 Quicksilver Alsa Sound Tumbler driver Issues

2007-06-28 Thread P4W3R
The bug is filed, I sent many reports, I will send another :) 2007/6/28, Elimar Riesebieter <[EMAIL PROTECTED]>: On Thu, 28 Jun 2007 the mental interface of P4W3R told: [...] > What should be a correct bug report for this, its a failure in the kernel > driver, in the alsa system or what? Plea

Re: G4 Quicksilver Alsa Sound Tumbler driver Issues

2007-06-28 Thread Elimar Riesebieter
On Thu, 28 Jun 2007 the mental interface of P4W3R told: [...] > What should be a correct bug report for this, its a failure in the kernel > driver, in the alsa system or what? Please file a bug to [1] and let [2] know the bug# ;) Elimar [1] https://bugtrack.alsa-project.org/alsa-bug/login_page.

G4 Quicksilver Alsa Sound Tumbler driver Issues

2007-06-28 Thread P4W3R
Sound in the G4 QuickSilver with the Tumbler chipset does not work properly due to alsa. I have this problem for about two years, and I do not understand how it is possible that it is still unresolved. Headphone detection does not work properly, so when you plug headphones, the speaker sounds (It

Re: new appletouch alpha version

2007-06-28 Thread Johannes Berg
On Thu, 2007-06-28 at 13:57 +0200, Michael Hanselmann wrote: > On Thu, Jun 28, 2007 at 01:54:43PM +0200, Johannes Berg wrote: > > Ah. That should be easy to fix though. > > Feel free to do it and send patches. :-) Basically the code there should try to grab the device when discovering and then go

Re: new appletouch alpha version

2007-06-28 Thread Michael Hanselmann
On Thu, Jun 28, 2007 at 01:14:46PM +0200, Soeren Sonnenburg wrote: +#define ATP_YFACT 43 // 86 +#define palm_left_nomi palm_region[0] // default: 4 C++/C99 comments aren't allowed according to Documentation/CodingStyle. Next time, please put the patch inline. Greets, Michael -- To UNSUB

Re: new appletouch alpha version

2007-06-28 Thread Michael Hanselmann
On Thu, Jun 28, 2007 at 01:54:43PM +0200, Johannes Berg wrote: > Ah. That should be easy to fix though. Feel free to do it and send patches. :-) Greets, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: new appletouch alpha version

2007-06-28 Thread Johannes Berg
On Thu, 2007-06-28 at 13:46 +0200, Michael Hanselmann wrote: > On Thu, Jun 28, 2007 at 01:36:00PM +0200, Johannes Berg wrote: > > Cute. That sucks. What do you mean with "doesn't do input device > > grabbing as it should" though? For me it grabs the input device when you > > go into X and releases

Re: new appletouch alpha version

2007-06-28 Thread Michael Hanselmann
On Thu, Jun 28, 2007 at 01:36:00PM +0200, Johannes Berg wrote: > Cute. That sucks. What do you mean with "doesn't do input device > grabbing as it should" though? For me it grabs the input device when you > go into X and releases it when you switch to a console or such. It doesn't use the return v

Re: new appletouch alpha version

2007-06-28 Thread Johannes Berg
On Thu, 2007-06-28 at 13:33 +0200, Michael Hanselmann wrote: > On Thu, Jun 28, 2007 at 01:28:38PM +0200, Johannes Berg wrote: > > The modifier bit injection sucks. Remove it completely and figure out > > how to use inputd. > > Just one thing here: Synaptics isn't compatible with inputd because > S

Re: new appletouch alpha version

2007-06-28 Thread Michael Hanselmann
On Thu, Jun 28, 2007 at 01:28:38PM +0200, Johannes Berg wrote: > The modifier bit injection sucks. Remove it completely and figure out > how to use inputd. Just one thing here: Synaptics isn't compatible with inputd because Synaptics doesn't do input device grabbing as it should. At least when I c

Re: new appletouch alpha version

2007-06-28 Thread Johannes Berg
On Thu, 2007-06-28 at 13:14 +0200, Soeren Sonnenburg wrote: > > + /* Geyser 3/4 will continue to send packets > continually after > + the first touch. The function is called every 8 > milliseconds > + from interrups context,

Re: new appletouch alpha version

2007-06-28 Thread Johannes Berg
Great, much better, here are some comments. On Thu, 2007-06-28 at 13:14 +0200, Soeren Sonnenburg wrote: > --- drivers/input/mouse/appletouch.c2007-06-28 13:10:22.0 +0200 > +++ /home/sonne/Documents/open/src/mbp/appletouch/appletouch.c 2007-06-28 > 07:14:49.0 +0200 > @@ -1,5 +

Re: new appletouch alpha version

2007-06-28 Thread Johannes Berg
A short look at the code also suggests that you're using a userspace program to feed back stuff into the appletouch driver about when FN is pressed. Look at Michael Hanselmann's inputd for how to really do this. The code as-is will never be accepted into the kernel if I can help it. johannes sig

Re: new appletouch alpha version

2007-06-28 Thread Johannes Berg
On Thu, 2007-06-28 at 13:02 +0200, Soeren Sonnenburg wrote: > As he/we don't own powerpc hardware anymore and we don't want to break > appletouch powerpc support, could someone with a newer powerbook give > this driver a go and report the results to sven ? The proper way to do this is to send *pa

new appletouch alpha version

2007-06-28 Thread Soeren Sonnenburg
Dear all, Sven Anders has written a new appletouch kernel driver (see http://www.mail-archive.com/[EMAIL PROTECTED]/msg00510.html ) which also supports palm detection etc. As he/we don't own powerpc hardware anymore and we don't want to break appletouch powerpc support, could someone with a newe