Date: Tue, 01 Mar 2016 18:48:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-x11@FreeBSD.org Subject: [Bug 196678] x11-servers/xorg-server: make config/devd recognize /dev/input/eventX from multimedia/webcamd Message-ID: <bug-196678-8047-zllMGbNwtb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196678-8047@https.bugs.freebsd.org/bugzilla/> References: <bug-196678-8047@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196678 Jakob Alvermark <jakob@alvermark.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakob@alvermark.net --- Comment #43 from Jakob Alvermark <jakob@alvermark.net> --- I have a Lenovo Thinkpad Yoga 12 (Broadwell) with touchscreen and stylus. The stylus works fine with the wacom driver. The touchscreen is detected as SYNAPTICS Synaptics Touch Digitizer V04 It does not work with the synaptics driver, but almost with the evdev drive= r. To override the synaptics driver I have this in my xorg.conf: Section "InputClass" Identifier "touch" Driver "evdev" MatchUSBID "06cb:*" EndSection I can touch the screen and drag things around, but about half the time ther= e is no ButtonRelease event when I lift my finger off the screen. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196678-8047-zllMGbNwtb>