Egbert Eich changed bug 906026
What Removed Added
CC   madworm_de.novell@spitzenpfeil.org
Summary Touchpad non-responsive after suspend-to-ram or suspend-to-disk [AlpsPS/2, touchpad] non-responsive after suspend-to-ram or suspend-to-disk
Flags   needinfo?(madworm_de.novell@spitzenpfeil.org)

Comment # 5 on bug 906026 from
- Can you please run 'lsusb -vv' and provide the output here?
- Could you please run the little script below before and after the resume and 
  post the output of both runs here?
- after resume, pick the event<N> from the output and run 
  'evtest /dev/input/event<N>'. See if you get any output.
Thanks!

#!/bin/bash
for i in /sys/class/input/input*; do
    echo -n "$i: "; echo -n $i/event* "  " | sed -e "s#$i/##"; cat $i/name
done


You are receiving this mail because: