Comment 184 for bug 1283589

Revision history for this message
In , san (san-linux-kernel-bugs) wrote :

san@sammie:~/Dokumenty > cat lid
         #!/bin/bash
         COUNTER=0
         while [ $COUNTER -lt 30 ]; do
             echo About $COUNTER s `cat /proc/acpi/button/lid/LID/state`
             let COUNTER=COUNTER+1
                sleep 1
         done

Agree. After about 11 sec it says closed. Many thanks and best regards.