linux-surface / iptsd

Userspace daemon for Intel Precise Touch & Stylus
GNU General Public License v2.0
98 stars 47 forks source link

Surface Book 3: fails to start #12

Closed xanf closed 4 years ago

xanf commented 4 years ago
[root@discovery iptsd]# ./iptsd 
Connected to device 045e:09b1
Display size is 0
main.(*IptsDevices).Create
    /root/iptsd/devices.go:166
main.main
    /root/iptsd/main.go:47
runtime.main
    /usr/lib/go/src/runtime/proc.go:203
runtime.goexit
    /usr/lib/go/src/runtime/asm_amd64.s:1373

Anything I'm missing? Kernel is stock arch kernel + patch from intel-precise-touch + module built from feature/uapi branch

xanf commented 4 years ago

Ah, nvm VID:PID 045e:09b1 pair was missing from config

StollD commented 4 years ago

I added the missing device ID a while ago, so this issue should be resolved.