http://syslinux.ru/node/1290 the trick wich acpi/event didn't work
properly for me. I added file for example named as 99sleep-keys in
/etc/pm/sleep.d/

#!/bin/bash

case "$1" in 
        suspend|freeze)
                echo "Sleeping..."
        ;;
        
        resume|thaw)
        /bin/keys_on #it's a compiled program
        ;;

        *)
        ;;
esac

work's fine for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/677633

Title:
  keyboard doesn't work with acpi on lenovo s10-3c

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/677633/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to