File: 0comments

package info (click to toggle)
pcsc-lite 1.2.9-beta7-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,840 kB
  • ctags: 2,245
  • sloc: sh: 14,061; ansic: 13,933; cpp: 649; lex: 326; makefile: 288
file content (23 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Configuration file for pcsc-lite Debian package
# Ludovic Rousseau <rousseau@debian.org>
#
# Do NOT edit this file directly but use update-reader.conf(8) instead.
#
# If the driver you use support debconf (for example libgempc410 does) use
#  'dpkg-reconfigure package-name' (dpkg-reconfigure libgempc410)

# If the driver you use DO NOT create a NEW file under
# /etc/reader.conf.d/ that will contain something like (without comment):

# FRIENDLYNAME   Any name
# DEVICENAME     device filename used by the reader:
#                /dev/ttyS0 for the first serial port
#                or /dev/null if this is not used by the driver
# LIBPATH        Location of the driver library for your reader
# CHANNELID
#             0x0103F8 or 1 for /dev/ttyS0 (COM1)
#             0x0102F8 or 2 for /dev/ttyS1 (COM2)
#             0x0103E8 or 3 for /dev/ttyS2 (COM3)
#             0x0102E8 or 4 for /dev/ttyS3 (COM4)
#