~ubuntu-branches/ubuntu/natty/xf86-input-wacom/natty

« back to all changes in this revision

Viewing changes to debian/local/10-wacom.conf

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2010-03-31 07:20:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100331072020-kme2simx91izo45u
Tags: 1:0.10.5-0ubuntu1
* Merge from debian.
* rules: Run xsfclean on clean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Section "InputClass"
 
2
        Identifier "Wacom class"
 
3
        MatchProduct "Wacom|WALTOP|WACOM"
 
4
        MatchDevicePath "/dev/input/event*"
 
5
        Driver "wacom"
 
6
EndSection
 
7
 
 
8
Section "InputClass"
 
9
        Identifier "Wacom serial class"
 
10
        MatchProduct "Serial Wacom Tablet"
 
11
        Driver "wacom"
 
12
        Option "ForceDevice" "ISDV4"
 
13
EndSection
 
14
 
 
15
# N-Trig Duosense Electromagnetic Digitizer
 
16
Section "InputClass"
 
17
        Identifier "Wacom N-Trig class"
 
18
        MatchProduct "HID 1b96:0001"
 
19
        MatchDevicePath "/dev/input/event*"
 
20
        Driver "wacom"
 
21
EndSection