home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / usr / share / hal / fdi / policy / 10osvendor / 10-keyboard-policy.fdi < prev    next >
Extensible Markup Language  |  2006-11-29  |  442b  |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5.   <device>
  6.     <match key="info.capabilities" contains="input.keyboard">
  7.       <append key="info.addons" type="strlist">hald-addon-keyboard</append>
  8.       <append key="info.capabilities" type="strlist">button</append>
  9.       <merge key="button.type" type="string"></merge>
  10.       <merge key="button.has_state" type="bool">false</merge>
  11.     </match>
  12.   </device>
  13.  
  14. </deviceinfo>
  15.