On 2016/05/05 12:54, Mark Kettenis wrote: > > > > Sounds good to me though you don't seem to have mids for > > any of the cards I have, only one of the emmc devices. > > > > I wonder if it is worth skipping the product if it is > > all '0'/' ' > > > > 0x03 SanDisk > > 0x1b Samsung > > 0x28 Lexar (Micron) > > 0x45 SanDisk > > Already added the 0x45 SanDisk one. Would like some sort of > confirmation on the others. The label on the card doesn't always > correspond to the actual manufacturer of the card. > > > sandisk 4GB SD > > unknown MID 0x3 > > sd1 at scsibus2 targ 1 lun 0: <SD/MMC, SD04G, 0080> SCSI2 0/direct fixed > > sd1: 3781MB, 512 bytes/sector, 7744512 sectors > > Although this one probably is genuine SanDisk. >
0x28 matches the list in Linux mmc-utils for Lexar. http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/tree/lsmmc.c#n86 For 0x1b mmc-utils says Transcend, but https://sd2snes.de/blog/card-list has Samsung, and Samsung seems more likely as an actual manufacturer. Details from some more cards at http://softgun.sourceforge.net/sdcard.shtml It looks like there is an OEM field as well as MID (2 ascii bytes), e.g. SD=SanDisk, TM=Toshiba (Toshiba seem to use MID 0x2).
