File: driver.xml

package info (click to toggle)
libchipcard2 2.1.9-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 7,052 kB
  • ctags: 3,761
  • sloc: ansic: 53,628; xml: 11,689; sh: 8,909; makefile: 1,394; cpp: 400
file content (50 lines) | stat: -rw-r--r-- 1,048 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

<driver name="o2micro_ctapi" type="ctapi">
  <short>Driver for the O2Micro PCMCIA Smartcardbus Reader</short>
  <manufacturer>
    <name>Unknown</name>
    <url>unknown/</url>
  </manufacturer>

  <lib>
    <names>
      <name>lib_OZSCR.so</name>
    </names>
    
    <locations>
      <loc>/lib</loc>
      <loc>/usr/lib</loc>
      <loc>/usr/local/lib</loc>
      <loc>/usr/local/o2micro</loc>
      <loc>/usr/o2micro</loc>
    </locations>
    
    <downloads>
      <url>http://www.linuxnet.com/drivers/readers/files/</url>
      <filename>O2Micro_PCMCIA_SCR_202_Linux_Kernel26_OpenSource.tar.gz</filename>
    </downloads>
  </lib>

  <readers>
    <reader name="o2micro" busType="pcmcia"
            vendor="0x0000" product="0x0000" >
      <short>O2Micro (PCMCIA)</short>

      <autoport>
        <mode>fixed</mode>
      </autoport>

      <ports>
        <port value="8">PCMCIA</port>
        <port value="8">pcmcia-fixed</port>
      </ports>
      <flags>
      </flags>
      <image></image>
    </reader>

  </readers>


</driver>