https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232040
--- Comment #12 from Vladimir Kondratyev <w...@freebsd.org> --- (In reply to Sergei Akhmatdinov from comment #10) > Seems like I am getting events, here is the output of > # evemu-record /dev/input/event0 > after touching the screen once and releasing. Events look good for single touch. So you need to configure Xorg properly. On one of my laptops I found following line in "ServerLayout" section: InputDevice "TouchScreen" "SendCoreEvents" May be that is what you need. The other option is to use evdev-awared input device autoconfiguration backend. See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678 P.S. I updated patch with proper fix for your touchscreen. Please test it after reverting of previous one. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"