Andreas Jellinghaus <aj _at_ dungeon.inka.de> writes: > And what about dell latitude laptops (synaptics touchpad - works fine - > plus that mouse stick - no reaction at all? > > Usualy I'm fine with the touchpad, but some people prefer to use > the stick or both. Any idea? X isn't reading from /dev/input/mouse1, which is where the events for the stick go in your case. You need to add another InputDevice to your X config or use the /dev/input/mice device node. > devices: (plus pcspeaker and keyboard): > I: Bus=0011 Vendor=0002 Product=0007 Version=0000 > N: Name="SynPS/2 Synaptics TouchPad" > P: Phys=isa0060/serio1/input0 > H: Handlers=mouse0 event1 > B: EV=b > B: KEY=6420 0 670000 0 0 0 0 0 0 0 0 > B: ABS=11000003 > > I: Bus=0011 Vendor=0002 Product=0001 Version=0000 > N: Name="PS/2 Generic Mouse" > P: Phys=synaptics-pt/serio0/input0 > H: Handlers=mouse1 event2 > B: EV=7 > B: KEY=70000 0 0 0 0 0 0 0 0 > B: REL=3 > > XF86Config: > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "ExplorerPS/2" > Option "Device" "/dev/input/mouse0" > Option "Emulate3Buttons" "on" > EndSection -- Peter Osterlund - petero2 _at_ telia.com http://w1.894.telia.com/~u89404340 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo _at_ vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: 2.6 input drivers FAQAndreas Jellinghaus
- 2.6 input drivers FAQVojtech Pavlik
- Re: 2.6 input drivers FAQAndreas Jellinghaus
- Prev by Date: Re: [ANNOUNCE] udev 015 release
- Next by Date: Re: 2.6.2-rc2 nfsd+xfs spins in i_size_read()
- Previous by thread: Re: 2.6 input drivers FAQ
- Next by thread: Re: 2.6 input drivers FAQ
- Indexes:[Main][Thread]