FreeBSD Bugzilla – Attachment 165339 Details for
Bug 206086
x11-drivers/xf86-input-wacom: Add new devices, fix hotplug and unplug dealock
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Example Xorg config
53-InputDevice-wacom.conf (text/plain), 1.54 KB, created by
Ivan Rozhuk
on 2016-01-09 23:45:18 UTC
(
hide
)
Description:
Example Xorg config
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2016-01-09 23:45:18 UTC
Size:
1.54 KB
patch
obsolete
># http://linuxwacom.sourceforge.net/wiki/index.php/Xorg.conf.d ># http://sourceforge.net/p/linuxwacom/xf86-input-wacom/ci/master/tree/conf/50-wacom.conf > >Section "InputClass" > Identifier "Wacom USB device class" > MatchUSBID "056a:*" > MatchDevicePath "/dev/input/event*" > Driver "wacom" >EndSection > >Section "InputClass" > Identifier "Wacom PnP device class" > MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9" > MatchDevicePath "/dev/input/event*" > Driver "wacom" >EndSection > >Section "InputClass" > Identifier "Wacom class" > MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" > MatchDevicePath "/dev/input/event*" > Driver "wacom" > #Option "Button2" "2" > #Option "Button3" "3" > Option "KeepShape" "on" >EndSection > >Section "InputClass" > Identifier "Wacom serial class" > MatchProduct "Serial Wacom Tablet" > Driver "wacom" > Option "ForceDevice" "ISDV4" >EndSection > >Section "InputClass" > Identifier "Wacom serial class identifiers" > MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9" > Driver "wacom" >EndSection > ># Hanwang tablets >Section "InputClass" > Identifier "Hanwang class" > MatchProduct "Hanwang" > MatchDevicePath "/dev/input/event*" > Driver "wacom" >EndSection > ># Waltop tablets >Section "InputClass" > Identifier "Waltop class" > MatchProduct "WALTOP" > MatchIsTablet "on" > MatchDevicePath "/dev/input/event*" > Driver "wacom" >EndSection > ># N-Trig Duosense Electromagnetic Digitizer >Section "InputClass" > Identifier "Wacom N-Trig class" > MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense" > MatchDevicePath "/dev/input/event*" > Driver "wacom" > Option "Button2" "3" >EndSection >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
jbeich
:
maintainer-approval-
Actions:
View
Attachments on
bug 206086
:
165334
|
165335
|
165337
| 165339