Comment 101 for bug 1305522

Revision history for this message
Joe Linux (j-linux) wrote :

Hello,

I have forgotten to say that an external USB mouse is working well when the touchscreen both docked and undocked has some missing capabilities as the scrolling.

Now, I'm getting the following in a terminal on my HP Spectre 13 x2 with Ubuntu 14.04-1 64-bit and Kernel 3.13.0-32-generic:

joe@PC-Joe-S13x2:~$ xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ HID 04d9:0499 id=9 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ HP TrueVision Full HD id=8 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
    ↳ HP Wireless hotkeys id=11 [slave keyboard (3)]
    ↳ HP WMI hotkeys id=12 [slave keyboard (3)]
Looks like the Synaptics touchpad is: HID 04d9:0499 id=9 [slave pointer (2)]

joe@PC-Joe-S13x2:~$ dmesg | grep psmouse
joe@PC-Joe-S13x2:~$ lsmod | grep psmouse
Both give no output.

joe@PC-Joe-S13x2:~$ xinput --list-props 9
Device 'HID 04d9:0499':
 Device Enabled (135): 1
 Coordinate Transformation Matrix (137): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
 Device Accel Profile (268): 0
 Device Accel Constant Deceleration (269): 1.000000
 Device Accel Adaptive Deceleration (270): 1.000000
 Device Accel Velocity Scaling (271): 10.000000
 Device Product ID (255): 1241, 1177
 Device Node (256): "/dev/input/event5"
 Evdev Axis Inversion (272): 0, 0
 Evdev Axes Swap (274): 0
 Axis Labels (275): "Rel X" (145), "Rel Y" (146), "Rel Vert Wheel" (569)
 Button Labels (276): "Button Left" (138), "Button Middle" (139), "Button Right" (140), "Button Wheel Up" (141), "Button Wheel Down" (142), "Button Horiz Wheel Left" (143), "Button Horiz Wheel Right" (144)
 Evdev Middle Button Emulation (277): 0
 Evdev Middle Button Timeout (278): 50
 Evdev Third Button Emulation (279): 0
 Evdev Third Button Emulation Timeout (280): 1000
 Evdev Third Button Emulation Button (281): 3
 Evdev Third Button Emulation Threshold (282): 20
 Evdev Wheel Emulation (283): 0
 Evdev Wheel Emulation Axes (284): 0, 0, 4, 5
 Evdev Wheel Emulation Inertia (285): 10
 Evdev Wheel Emulation Timeout (286): 200
 Evdev Wheel Emulation Button (287): 4
 Evdev Drag Lock Buttons (288): 0
But I can't interpret these data.

joe@PC-Joe-S13x2:~$ evtest /dev/input/eventX
evtest: No such file or directory

joe@PC-Joe-S13x2:~$ xev
Outer window is 0x4600001, inner window is 0x4600002
is working but only with the external USB mouse.

Thanks.
Joe