Fix GCC -static-libstdc++.
[nethome.git] / src / wheel-disable.fdi
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <deviceinfo version="0.2">
3   <!-- http://bugs.freedesktop.org/show_bug.cgi?id=16726 -->
4   <!-- /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdihal -->
5   <!-- /etc/hal/fdi/information/whell-disable.fdi -->
6   <device>
7     <match key="info.capabilities" contains="input.mouse">
8       <merge key="input.x11_driver" type="string">mouse</merge>
9       <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
10              string="Linux">
11         <merge key="input.x11_driver" type="string">evdev</merge>
12         <merge key="input.x11_options.ButtonMapping" type="string">1 2 3 0 0</merge>
13       </match>
14     </match>
15   </device>
16 </deviceinfo>