Skip to content

Commit

Permalink
Add rf IDEAS USB CCID
Browse files Browse the repository at this point in the history
The same idProduct is used for different readers:
- RDR-80x86AKU WAVE ID® Plus
- RDR-7x16AKU WAVE ID® Nano Reader (USB-A)
- RDR-7xU6AKU  WAVE ID® Nano USB-C Reader
  • Loading branch information
LudovicRousseau committed Dec 14, 2023
1 parent 79abc35 commit 61d3a60
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
57 changes: 57 additions & 0 deletions readers/rf_IDEAS_USB_CCID.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
idVendor: 0x0C27
iManufacturer: rf IDEAS
idProduct: 0xCCDA
iProduct: USB CCID
bcdDevice: 1.00 (firmware release?)
bLength: 9
bDescriptorType: 4
bInterfaceNumber: 1
bAlternateSetting: 0
bNumEndpoints: 3
bulk-IN, bulk-OUT and Interrupt-IN
bInterfaceClass: 0x0B [Chip Card Interface Device Class (CCID)]
bInterfaceSubClass: 0
bInterfaceProtocol: 0
bulk transfer, optional interrupt-IN (CCID)
Can't get iInterface string: LIBUSB_ERROR_INVALID_PARAM
CCID Class Descriptor
bLength: 0x36
bDescriptorType: 0x21
bcdCCID: 1.10
bMaxSlotIndex: 0x00
bVoltageSupport: 0x07
5.0V
3.0V
1.8V
dwProtocols: 0x0000 0x0003
T=0
T=1
dwDefaultClock: 4.800 MHz
dwMaximumClock: 4.800 MHz
bNumClockSupported: 0 (will use whatever is returned)
IFD does not support GET CLOCK FREQUENCIES request: LIBUSB_ERROR_PIPE
dwDataRate: 12903 bps
dwMaxDataRate: 106000 bps
bNumDataRatesSupported: 0 (will use whatever is returned)
IFD does not support GET_DATA_RATES request: LIBUSB_ERROR_PIPE
dwMaxIFSD: 254
dwSynchProtocols: 0x00000000
dwMechanical: 0x00000000
No special characteristics
dwFeatures: 0x000204BE
....02 Automatic parameter configuration based on ATR data
....04 Automatic activation of ICC on inserting
....08 Automatic ICC voltage selection
....10 Automatic ICC clock frequency change according to parameters
....20 Automatic baud rate change according to frequency and Fi, Di params
....80 Automatic PPS made by the CCID
..04.. Automatic IFSD exchange as first exchange (T=1)
02.... Short APDU level exchange
dwMaxCCIDMessageLength: 271 bytes
bClassGetResponse: 0xFF
echoes the APDU class
bClassEnvelope: 0xFF
echoes the APDU class
wLcdLayout: 0x0000
bPINSupport: 0x00
bMaxCCIDBusySlots: 1
3 changes: 3 additions & 0 deletions readers/supported_readers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,9 @@
0x0C4B:0x0580:REINER SCT cyberJack one
0x0C4B:0x9102:REINER SCT cyberJack RFID basis

# rf IDEAS
0x0C27:0xCCDA:rf IDEAS USB CCID

# Rocketek
0x14CD:0x8166:Rocketek RT-SCR1

Expand Down

0 comments on commit 61d3a60

Please sign in to comment.