/[pkgs]/rpms/linuxwacom/F-10/10-linuxwacom.fdi
ViewVC logotype

Contents of /rpms/linuxwacom/F-10/10-linuxwacom.fdi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Tue Oct 28 00:13:03 2008 UTC (12 months, 3 weeks ago) by whot
Branch: MAIN
CVS Tags: linuxwacom-0_8_0_3-7_fc10, linuxwacom-0_8_0_3-4_fc10, F-10-split, F-10-start, linuxwacom-0_8_0_3-6_fc10, linuxwacom-0_8_0_3-8_fc10, HEAD
Changes since 1.3: +12 -0 lines
* Tue Oct 28 2008 Peter Hutterer <peter.hutterer@redhat.com> 0.8.0.3-4
- 10-linuxwacom.fdi: specify "stylus" as default type. (#465349)
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!-- this is probably a bit imprecise -->
3 <deviceinfo version="0.2">
4 <device>
5 <match key="info.capabilities" contains="input">
6 <match key="info.product" contains="Wacom">
7 <merge key="input.x11_driver" type="string">wacom</merge>
8 <!-- Wacom isn't yet suited well for hotplugging, as we need three
9 devices off one kernel device, but HAL only reports this device
10 once. This needs fixing in the driver.
11 Use stylus by default for this single device, if you want erasor
12 or cursor, specify in the line below. -->
13 <merge key="input.x11_options.Type" type="string">stylus</merge>
14 </match>
15 </match>
16 </device>
17 <!-- Match the Wacom Bluetooth A5 pen tablet -->
18 <device>
19 <match key="info.capabilities" contains="input.mouse">
20 <match key="info.product" contains="WACOM">
21 <match key="info.product" contains="Tablet">
22 <merge key="input.x11_driver" type="string">wacom</merge>
23 <!-- Wacom isn't yet suited well for hotplugging, as we need three
24 devices off one kernel device, but HAL only reports this device
25 once. This needs fixing in the driver.
26 Use stylus by default for this single device, if you want erasor
27 or cursor, specify in the line below. -->
28 <merge key="input.x11_options.Type" type="string">stylus</merge>
29 </match>
30 </match>
31 </match>
32 </device>
33 </deviceinfo>

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2