Comment 10 for bug 365435

Revision history for this message
Dr. Clock (alittleknowhow) wrote :

I found this if it helps:
ray@ray-desktop:~$ lsinput
The program 'lsinput' is currently not installed. You can install it by typing:
sudo apt-get install input-utils
ray@ray-desktop:~$ sudo apt-get install input-utils
[sudo] password for ray:

it installed then:
ray@ray-desktop:~$ lsinput
open /dev/input/event0: Permission denied
ray@ray-desktop:~$ sudo lsinput
/dev/input/event0
   bustype : BUS_HOST
   vendor : 0x0
   product : 0x1
   version : 0
   name : "Power Button"
   phys : "PNP0C0C/button/input0"
   bits ev : EV_SYN EV_KEY

/dev/input/event1
   bustype : BUS_HOST
   vendor : 0x0
   product : 0x3
   version : 0
   name : "Sleep Button"
   phys : "PNP0C0E/button/input0"
   bits ev : EV_SYN EV_KEY

/dev/input/event2
   bustype : BUS_HOST
   vendor : 0x0
   product : 0x1
   version : 0
   name : "Power Button"
   phys : "LNXPWRBN/button/input0"
   bits ev : EV_SYN EV_KEY

/dev/input/event3
   bustype : BUS_ADB
   vendor : 0x1
   product : 0x1
   version : 256
   name : "Macintosh mouse button emulation"
   bits ev : EV_SYN EV_KEY EV_REL

/dev/input/event4
   bustype : BUS_I8042
   vendor : 0x1
   product : 0x1
   version : 43841
   name : "AT Translated Set 2 keyboard"
   phys : "isa0060/serio0/input0"
   bits ev : EV_SYN EV_KEY EV_MSC EV_LED EV_REP

/dev/input/event5
   bustype : BUS_I8042
   vendor : 0x2
   product : 0x5
   version : 0
   name : "ImPS/2 Generic Wheel Mouse"
   phys : "isa0060/serio1/input0"
   bits ev : EV_SYN EV_KEY EV_REL

ray@ray-desktop:~$