aboutsummaryrefslogtreecommitdiff
path: root/data/sdcard.ids
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2020-05-09 18:37:09 -0700
committerLeandro Pereira <leandro@hardinfo.org>2020-05-09 18:39:11 -0700
commit99866467da395f141788654952f2964d3106c9f0 (patch)
tree9b0c4bbb63c6ce6aef58c6aca246feeaf94e79ea /data/sdcard.ids
parent2dbe79d105e7898ee2594e2038052150436eb207 (diff)
Make more data files updatable by moving them to data/
Diffstat (limited to 'data/sdcard.ids')
-rw-r--r--data/sdcard.ids48
1 files changed, 48 insertions, 0 deletions
diff --git a/data/sdcard.ids b/data/sdcard.ids
new file mode 100644
index 00000000..08dfc49b
--- /dev/null
+++ b/data/sdcard.ids
@@ -0,0 +1,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 Information # "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"