File: 20-olpc-kbdshim.fdi

package info (click to toggle)
olpc-kbdshim 27-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 276 kB
  • ctags: 203
  • sloc: ansic: 2,388; sh: 236; makefile: 93
file content (31 lines) | stat: -rw-r--r-- 1,339 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.product" contains_not="olpc-kbdshim">
      <match key="info.capabilities" contains="input.keys">
        <!--  NOTE: whitespace must match between this setting and the one
              below, otherwise hal will start two copies.  -->
        <prepend key="info.addons.singleton" type="strlist">
            olpc-kbdshim-hal -l -f
                -R /var/run/olpc-kbdshim_command
                -A /var/run/powerevents
                -r /usr/bin/olpc-rotate
                -V /usr/bin/olpc-volume
                -b /usr/bin/olpc-brightness </prepend>
      </match>
      <match key="info.addons.singleton" contains_not="olpc-kbdshim-hal">
        <match key="info.capabilities" contains="input.mouse">
          <!--  NOTE: whitespace must match between this setting and the one
              above, otherwise hal will start two copies.  -->
          <prepend key="info.addons.singleton" type="strlist">
            olpc-kbdshim-hal -l -f
                -R /var/run/olpc-kbdshim_command
                -A /var/run/powerevents
                -r /usr/bin/olpc-rotate
                -V /usr/bin/olpc-volume
                -b /usr/bin/olpc-brightness </prepend>
        </match>
      </match>
    </match>
  </device>
</deviceinfo>