acshk / acsccid

acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd).
GNU Lesser General Public License v2.1
104 stars 19 forks source link

Extra slot on ACR1281 1S #4

Closed nmikhailov closed 8 years ago

nmikhailov commented 8 years ago

My ACR1281 1S Dual Reader vid: 072f pid: 2224 reports invalid number of slots:

`% pcsc_scan
PC/SC device scanner
V 1.4.26 (c) 2001-2011, Ludovic Rousseau <ludovic.rousseau@free.fr>
Compiled with PC/SC lite version: 1.8.16
Using reader plug'n play mechanism
Scanning present readers...
0: ACS ACR1281 1S Dual Reader 00 00
1: ACS ACR1281 1S Dual Reader 00 01
2: ACS ACR1281 1S Dual Reader 00 02

Sat Apr 23 22:33:45 2016
Reader 0: ACS ACR1281 1S Dual Reader 00 00
  Card state: Card removed,
Reader 1: ACS ACR1281 1S Dual Reader 00 01
  Card state: Card removed,
Reader 2: ACS ACR1281 1S Dual Reader 00 02
  Card state: Card inserted, Unresponsive card,

Note reader 2 which is always in state Card inserted, Unresponsive card which is annoying

godfreychung commented 8 years ago

The result is normal. The 3rd slot is a SAM slot in the reader.

nmikhailov commented 8 years ago

ok, thanks for the info