You need to verify that the call functions PCSC owners is allowed by setting to 1 bit 0 (rightmost), without changing the other bits that may be necessary for some readers.
Code:
<key> ifdDriverOptions </ key>
<string> 0x0001 </ string>
Add references to your player from information collected from lsusb. The first value is the identifier of the manufacturer, the second is the identifier of the model. This information should be added in three lists in the same position, for example, top of the list.
Code:
<key> ifdVendorID </ key>
<string> 0x1E0D </ string>
<key> ifdProductID </ key>
<string> 0x1003 </ string>
<key> ifdFriendlyName </ key>
<string> Neowave Weneo-Moneo </ string>
Bookmarks