Read CID of SDcard connected to USB-SD Reader under Linux
问题 I can read CID info easily when the card is connected to SDIO interface: stulluk@debian:~$ cat /sys/bus/mmc/devices/mmc0\:0007/cid 0150414a4836344713da8544b3012300 stulluk@debian:~$ But when I connect same card to USB-SDCard reader, I couldn't find any interface to read it in sysfs. Is there such interface in Linux? Or, is there any other way to read from registers of SDcard over USB in Userspace, without modifying Linux Kernel ? Many thanks. 回答1: But when I connect same card to USB-SDCard