Skip to content

Instantly share code, notes, and snippets.

@egore
Last active September 14, 2021 03:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egore/d295f9ebebe4d3abe0f37e9fe32fa40f to your computer and use it in GitHub Desktop.
Save egore/d295f9ebebe4d3abe0f37e9fe32fa40f to your computer and use it in GitHub Desktop.
--- /usr/lib/pcsc/drivers/SCLGENERIC.bundle/Contents/Info.plist 2011-01-17 12:02:25.000000000 +0100
+++ /usr/lib/pcsc/drivers/SCLGENERIC.bundle/Contents/Info.plist 2019-01-09 20:35:49.299937762 +0100
@@ -34,6 +34,7 @@
<string>0x04E6</string>
<string>0x04E6</string>
<string>0x04E6</string>
+ <string>0x04E6</string>
</array>
<key>ifdProductID</key>
@@ -42,6 +43,7 @@
<string>0x5291</string>
<string>0x5290</string>
<string>0x5293</string>
+ <string>0x5292</string>
</array>
<key>ifdFriendlyName</key>
@@ -50,6 +52,7 @@
<string>SCL010 Contactless Reader</string>
<string>SCR331CL-NTTCom</string>
<string>SCL011G Contactless Reader</string>
+ <string>SCL011 Contactless Reader</string>
</array>
</dict>
@Konfekt
Copy link

Konfekt commented Sep 7, 2021

Thank you for publishing the exact changes needed to this file to make the card reader SCL011 work under Linux with the manufacturer's drivers. I summarized the steps taken here. Do you have an idea where the repo to reverse engineer the driver has gone?

@MaCXyLo
Copy link

MaCXyLo commented Sep 12, 2021

  •   <string>0x04E6</string>
    
  •   <string>0x5292</string>
    
  •   <string>SCL011 RFID Reader</string>
    

<- i must add the following lines.

@Konfekt
Copy link

Konfekt commented Sep 13, 2021

@MaCXyLo : You want to say that in your case the string Contactless Reader did not work, but instead had to replace it by RFID Reader? It does not seem critical. In my case, it was SCM Microsystems, Inc. SCL011 RFID reader. In any case, you put what lsub shows you.

@MaCXyLo
Copy link

MaCXyLo commented Sep 13, 2021

sorry, my mistake.
misinterpreted the ifdFriendlyName key.
whatever, here is my lsusb:
image

@Konfekt
Copy link

Konfekt commented Sep 14, 2021

Dear @MaCXyLo, I guess we both have the very same device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment