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.
lsusb
andlsusb -v
to return that information (and detail) for all USB ID's on the system? – Galle