Hi all on the list i hope i don't bore you with my little piece of addition to Hisham's post: i have one of the latest (july 2005) ibooks (12 inches) and i adopted his patch to work on the small ibooks too.
diff -Naur appletouch-0.07/appletouch.c appletouch-0.07-new/appletouch.c --- appletouch-0.07/appletouch.c 2005-07-12 05:45:54.000000000 -0300 +++ appletouch-0.07-new/appletouch.c 2005-08-21 05:07:40.000000000 -0300 @@ -40,6 +40,7 @@ #define ATP_15INCH_ID1 0x020E #define ATP_15INCH_ID2 0x020F #define ATP_17INCH_ID1 0xFFFF /** XXX need a tester !!! **/ +#define ATP_12INCH_ID2 0x030B /** noob **/ #define ATP_DRIVER_VERSION 0x0007 /* 00.07 */ @@ -57,6 +58,7 @@ { ATP_DEVICE(ATP_12INCH_ID1) }, { ATP_DEVICE(ATP_15INCH_ID1) }, { ATP_DEVICE(ATP_15INCH_ID2) }, + { ATP_DEVICE(ATP_12INCH_ID2) }, #if 0 Disabled until someone gives us the real USB id and tests the driver { ATP_DEVICE(ATP_17INCH_ID1) }, this does the job and the touch pad works at least at basic levels have fun on your way joachim "noob" lusiardi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]