hal/fdi/policy/10osvendor 10-toshiba-buttons.fdi, NONE, 1.1 Makefile.am, 1.13, 1.14

Richard Hughes hughsient at kemper.freedesktop.org
Fri Mar 3 09:48:13 PST 2006


Update of /cvs/hal/hal/fdi/policy/10osvendor
In directory kemper:/tmp/cvs-serv12317/fdi/policy/10osvendor

Modified Files:
	Makefile.am 
Added Files:
	10-toshiba-buttons.fdi 
Log Message:
2006-03-03  Richard Hughes <richard at hughsie.com>
 * hald/linux2/addons/addon-acpi-buttons-toshiba.c, hald/linux2/addons/Makefile.am: Build hald-addon-acpi-buttons-toshiba. When the acpi->input patches get sent to the kernel, and HAL has a dependency on this new kernel version, this addon can probably be removed. Seeing as this may be years away, adding the addon is a good thing to do as it makes the Fn keys on Toshiba work.
 * fdi/policy/10osvendor/10-toshiba-buttons.fdi, fdi/policy/10osvendor/Makefile.am: Launch the toshiba acpi addon for toshiba laptops only.


--- NEW FILE: 10-toshiba-buttons.fdi ---
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">

  <!-- Only launch the addon for Toshiba laptops. -->
  <device>
    <match key="smbios.system.manufacturer" string="TOSHIBA">
      <match key="system.formfactor" string="laptop">
        <append key="info.addons" type="strlist">hald-addon-acpi-buttons-toshiba</append>
        <append key="info.capabilities" type="strlist">button</append>
      </match>
    </match>
  </device>

</deviceinfo>

Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/fdi/policy/10osvendor/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am	9 Feb 2006 16:32:24 -0000	1.13
+++ Makefile.am	3 Mar 2006 17:48:11 -0000	1.14
@@ -4,6 +4,7 @@
 dist_fdi_DATA = 			\
 	10-keyboard-policy.fdi		\
 	10-power-mgmt-policy.fdi	\
+	10-toshiba-buttons.fdi		\
 	10-laptop-panel-mgmt-policy.fdi	\
 	15-storage-luks.fdi		\
 	20-storage-methods.fdi




More information about the hal-commit mailing list