-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logitech T651 trackpad: clicking works, cursor movement does not #79
Comments
It more like the kernel driver does not support multitouch capabilities for this device. Of this is the case it simply won't work. You'll need to determine the kernel driver that trackpad is using and part that here. |
Can you give me some pointers on how to get that information, @bluedragonx? I'm rather new to this stuff... sorry. ;) |
Not entirely sure. See if the device shows up in |
What I did find in $ pwd
/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:11/0005:046D:B00C.0003/input/input16
$ ls -1F
capabilities/
device@
event13/
id/
modalias
mouse1/
name
phys
power/
properties
subsystem@
uevent
uniq
$ cat name
Logitech T651
$ cat uevent
PRODUCT=5/46d/b00c/500
NAME="Logitech T651"
PHYS="00:1a:7d:0a:c5:a6"
UNIQ="00:1f:20:74:ea:3a"
PROP=0
EV=1f
KEY=70000 0 0 0 0
REL=143
ABS=10000000000
MSC=10
MODALIAS=input:b0005v046DpB00Ce0500-e0,1,2,3,4,k110,111,112,r0,1,6,8,a28,m4,lsfw
$ cat modalias
input:b0005v046DpB00Ce0500-e0,1,2,3,4,k110,111,112,r0,1,6,8,a28,m4,lsfw
$ cd capabilities/
$ pwd
/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:11/0005:046D:B00C.0003/input/input16/capabilities
$ ls -1F
abs
ev
ff
key
led
msc
rel
snd
sw
$ for f in *; do echo; echo $f; cat $f; done
abs
10000000000
ev
1f
ff
0
key
70000 0 0 0 0
led
0
msc
10
rel
143
snd
0
sw
0
$ cd ..
$ cd id/
$ pwd
/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-2/3-2:1.0/bluetooth/hci0/hci0:11/0005:046D:B00C.0003/input/input16/id
$ ls -1F
bustype
product
vendor
version
$ for f in *; do echo; echo $f; cat $f; done
bustype
0005
product
b00c
vendor
046d
version
0500 Is this of any use? |
Using this
xorg.conf
snippet andxserver-xorg-input-mtrack
version 0.3.0-1+b3 (Debian):... my Logitech T651 trackpad allows clicking (also double finger tap for "right click"), but the cursor won't move. (With the
evdev
driver cursor movement works.)Relevant part of the Xorg logs:
This warning stands out:
The text was updated successfully, but these errors were encountered: