Johan

On 11/23/06, Johan Hallin <[EMAIL PROTECTED]> wrote:
> think). I also did what Soeren Sonnenburg suggested here, recompiled the
> kernel, and still no luck. I've made sure all the right modules are loaded -

Starting with (I think) 2.6.18, you need to edit an additional File:

look for these lines:
#define USB_DEVICE_ID_APPLE_GEYSER3_ANSI        0x0217
#define USB_DEVICE_ID_APPLE_GEYSER3_ISO         0x0218
#define USB_DEVICE_ID_APPLE_GEYSER3_JIS         0x0219

in ./drivers/usb/input/hid-core.c

and change whichever suits you best to your Product-Id;
which, for completeness' sake, you can find like this:

$ grep -C4 Trackpad /proc/bus/usb/devices | grep Prod
-> P:  Vendor=05ac Product=021b Rev= 0.13

Incidentally, your Trackpad is (like mine) 0x021B - so make sure both
files (hid-core.c and appletouch.c) contain this id. 0x021A won't work
for you, afaics.

hth

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to