ACER HK (hotkeys)
I recently purchased an Acer Aspire 5633WLMi and loaded up ubuntu linux. Everything pretty much worked out of the box, except the hotkeys on it.
Here is a very simple patched driver I created to work with the Acer Aspire 5633WLMi. You can download and compile it here:
Original source for AcerHK located here
Patrick Mulvany has submitted an interesting tip which you may also like to use:
A nice addition is to get the email led working under evolution mail-notification with mail-notification-evolution-plugin.
Then add under comands :-
when new mail arrives
'echo on > /proc/driver/acerhk/led'
and when all mail has been read
'echo off > /proc/driver/acerhk/led'

