Skip to content

Instantly share code, notes, and snippets.

@egore
Last active September 14, 2021 03:51
Show Gist options
  • Select an option

  • Save egore/d295f9ebebe4d3abe0f37e9fe32fa40f to your computer and use it in GitHub Desktop.

Select an option

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

Konfekt commented Sep 7, 2021

Copy link
Copy Markdown

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

MaCXyLo commented Sep 12, 2021

Copy link
Copy Markdown
  •   <string>0x04E6</string>
    
  •   <string>0x5292</string>
    
  •   <string>SCL011 RFID Reader</string>
    

<- i must add the following lines.

@Konfekt

Konfekt commented Sep 13, 2021

Copy link
Copy Markdown

@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

MaCXyLo commented Sep 13, 2021

Copy link
Copy Markdown

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

@Konfekt

Konfekt commented Sep 14, 2021

Copy link
Copy Markdown

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