Mailinglist Archive: opensuse-mobile (37 mails)
| < Previous | Next > |
Re: [opensuse-mobile] Macbook Core2Duo
- From: Mathias Wagner <mathias.wagner@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 23 Dec 2006 22:07:44 +0100
- Message-id: <458D9AA0.6040909@xxxxxxxxxxxxxxxxxxxxxx>
So,
finally I managed to use the touchpad with the synaptics driver.
I took appletouch.c from kernel 2.6.20rc1 and compared it to the version
that is included in opensuse 10.2.
The support for the touchpad in the Macbook with Core2Duo is due to some
new USB ID's. The other changes in the module are improvements.
As a first try I replaced the appletouch.c from opensuse with the new
version. Since this did not compile because of the use of some
usb_endpoint function I compared the two files and patched the opensuse
version with all changes expect the part with the usb_endpoint function.
Then I compiled the modules with
make oldconfig
make modules
and copied the freshly build appletouch.ko to /lib/modules/...
With this I could use the synaptics driver with the description from
http://gentoo-wiki.com/HARDWARE_Apple_MacBook
Maybe there is a better way to compile the new module for opensuse
(maybe using the build service?), but I have no experience with this.
Mathias
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-mobile+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-mobile+help@xxxxxxxxxxxx
finally I managed to use the touchpad with the synaptics driver.
I took appletouch.c from kernel 2.6.20rc1 and compared it to the version
that is included in opensuse 10.2.
The support for the touchpad in the Macbook with Core2Duo is due to some
new USB ID's. The other changes in the module are improvements.
As a first try I replaced the appletouch.c from opensuse with the new
version. Since this did not compile because of the use of some
usb_endpoint function I compared the two files and patched the opensuse
version with all changes expect the part with the usb_endpoint function.
Then I compiled the modules with
make oldconfig
make modules
and copied the freshly build appletouch.ko to /lib/modules/...
With this I could use the synaptics driver with the description from
http://gentoo-wiki.com/HARDWARE_Apple_MacBook
Maybe there is a better way to compile the new module for opensuse
(maybe using the build service?), but I have no experience with this.
Mathias
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-mobile+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-mobile+help@xxxxxxxxxxxx
| < Previous | Next > |