You are not logged in.
Pages: 1
cat /proc/bus/input/devices:
I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=mouse0 event0
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=120013
B: KEY=800000000000 0 0 500f02102002 380307cf810d001 feffffdfffefffff ffffffffffffffff
B: MSC=10
B: LED=7
I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/class/input/input2
U: Uniq=
H: Handlers=event2
B: EV=21
B: SW=1
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button (CM)"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=kbd event3
B: EV=3
B: KEY=10000000000000 0
I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/class/input/input4
U: Uniq=
H: Handlers=kbd event4
B: EV=3
B: KEY=4000 0 0
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input5
U: Uniq=
H: Handlers=kbd event5
B: EV=40001
B: SND=6
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=/video/input0
S: Sysfs=/class/input/input6
U: Uniq=
H: Handlers=kbd event6
B: EV=3
B: KEY=3f000b00000000 0 0 0
I: Bus=0003 Vendor=0a5c Product=4502 Version=0111
N: Name="Broadcom Corp"
P: Phys=usb-0000:00:1a.0-2.2/input0
S: Sysfs=/class/input/input7
U: Uniq=
H: Handlers=kbd event7
B: EV=120013
B: KEY=1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe
B: MSC=10
B: LED=7
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=/video/input0
S: Sysfs=/class/input/input8
U: Uniq=
H: Handlers=kbd event8
B: EV=3
B: KEY=3f000b00000000 0 0 0
I: Bus=0003 Vendor=0a5c Product=4503 Version=0111
N: Name="Broadcom Corp"
P: Phys=usb-0000:00:1a.0-2.3/input0
S: Sysfs=/class/input/input9
U: Uniq=
H: Handlers=mouse1 event9
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=3
B: MSC=10
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=/video/input0
S: Sysfs=/class/input/input10
U: Uniq=
H: Handlers=kbd event10
B: EV=3
B: KEY=3f000b00000000 0 0 0
I: Bus=0003 Vendor=05a9 Product=2640 Version=0100
N: Name="Laptop Integrated Webcam"
P: Phys=usb-0000:00:1d.7-6
S: Sysfs=/class/input/input11
U: Uniq=
H: Handlers=event11
B: EV=3
B: KEY=1 0 0 0 0
I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input12
U: Uniq=
H: Handlers=mouse2 event12
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3Offline
Probably related to the xorg upgrade with hotplugging
http://wiki.archlinux.org/index.php/Xor … otplugging
If you haven't already searched the forums there seem to be a few threads going already where people are dealing with issues with this upgrade
Offline
Probably related to the xorg upgrade with hotplugging
http://wiki.archlinux.org/index.php/Xor … otplugging
If you haven't already searched the forums there seem to be a few threads going already where people are dealing with issues with this upgrade
I searched and got my keyboard and touchpad set up to work with hotplugging. Keyboard worked, touchpad did not. Any configuration changes I made dont get reconginzed. I dont know what the deal is unfortunately
Offline
To circumvent hotplugging insert - as stated in the wiki article - the following in your xorg.conf:
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSectionOffline
Pages: 1