blob: 8827f6739f98f597900d1e2855d2a1e81970f32f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
#
# https://github.com/bp0/verbose-spork/blob/master/data/sdcard.ids
#
#
# List of known/observed SD card manfid's
#
# Syntax:
# MANFID id manufacturer_name(s)
MANFID 000001 Panasonic
MANFID 000002 Toshiba
MANFID 000003 SanDisk
MANFID 00001b Samsung
MANFID 00001d ADATA
MANFID 000027 Phison
MANFID 000028 Lexar
MANFID 000031 Silicon Power
MANFID 000041 Kingston
MANFID 000074 Transcend Information
MANFID 000076 Patriot Memory
MANFID 000082 Sony
MANFID 00009c Angelbird / Hoodman
#
# List of known/observed SD card oemid's
#
# Syntax:
# OEMID id vendor_name(s)
#
# The id is normally composed of two ascii
# characters read as a big-endian 16-bit
# value.
OEMID 3432 Kingston # "42"
OEMID 4144 ADATA # "AD"
OEMID 4245 Lexar / Angelbird / Hoodman # "BE"
OEMID 4a45 Transcend # "JE"
OEMID 4a54 Sony # "JT"
OEMID 4a60 Transcend Information # "J`"
OEMID 5041 Panasonic # "PA"
OEMID 5048 Phison # "PH"
OEMID 5054 SanDisk # "PT"
OEMID 5344 SanDisk # "SD"
OEMID 534d Samsung # "SM"
OEMID 534f Angelbird / Hoodman # "SO"
OEMID 5350 Silicon Power # "SP"
OEMID 544d Toshiba # "TM"
|