hal-info: Branch 'master' - 2 commits

Danny Kukawka dkukawka at kemper.freedesktop.org
Sat Jan 17 05:55:34 PST 2009


 fdi/information/10freedesktop/10-scanner.fdi |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit 8f9b237259ffa4a99c7bdd2bce0d884c02e58a3b
Merge: 85bea00... 6da5d81...
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Sat Jan 17 14:55:17 2009 +0100

    Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/hal-info

commit 85bea003c1f2e7b14814782fc4ae2e3c01fb3f6b
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Sat Jan 17 14:54:06 2009 +0100

    add new fdi file to mark SCSI scanner devices
    
    Added new fdi file to mark SCSI scanner devices with the correct
    info.capabilities property.

diff --git a/fdi/information/10freedesktop/10-scanner.fdi b/fdi/information/10freedesktop/10-scanner.fdi
new file mode 100644
index 0000000..d329480
--- /dev/null
+++ b/fdi/information/10freedesktop/10-scanner.fdi
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- This file is only for generic matches, not for special devices (check Sane for such devices). -->
+
+<deviceinfo version="0.2">
+  <device>
+    <match key="info.category" string="scsi_generic">
+      <match key="@info.parent:scsi.type" string="scanner">
+        <append key="info.capabilities" type="strlist">scanner</append>
+      </match>
+    </match>
+  </device>
+</deviceinfo>


More information about the hal-commit mailing list