aboutsummaryrefslogtreecommitdiff
path: root/identify.sh
blob: 5096f3ed7e8d728b2c1d43df09345bc374913d7e (plain)
1
2
3
cat /proc/bus/input/devices | grep "^[NH]" |
  grep -A1 "Logitech Rechargeable Touchpad T650" |
  tail -n1 | cut -d= -f2- | tr " " "\n" | grep "^event" | head -n1