File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
code/components/jomjol_helper Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -806,11 +806,21 @@ struct SDCard_Manufacturer_database sd_database[] = {
806
806
.id = 0x03 ,
807
807
.manufacturer = " SanDisk" ,
808
808
},
809
+ {
810
+ .type = " sd" ,
811
+ .id = 0x05 ,
812
+ .manufacturer = " Lenovo" ,
813
+ },
809
814
{
810
815
.type = " sd" ,
811
816
.id = 0x08 ,
812
817
.manufacturer = " Silicon Power" ,
813
818
},
819
+ {
820
+ .type = " sd" ,
821
+ .id = 0x09 ,
822
+ .manufacturer = " ATP" ,
823
+ },
814
824
{
815
825
.type = " sd" ,
816
826
.id = 0x18 ,
@@ -894,7 +904,27 @@ struct SDCard_Manufacturer_database sd_database[] = {
894
904
{
895
905
.type = " sd" ,
896
906
.id = 0x89 ,
897
- .manufacturer = " Unknown" ,
907
+ .manufacturer = " Netac" ,
908
+ },
909
+ {
910
+ .type = " sd" ,
911
+ .id = 0x9f ,
912
+ .manufacturer = " Kingston/Kodak/Silicon Power" ,
913
+ },
914
+ {
915
+ .type = " sd" ,
916
+ .id = 0xad ,
917
+ .manufacturer = " Amazon Basics/Lexar/OV" ,
918
+ },
919
+ {
920
+ .type = " sd" ,
921
+ .id = 0xdf ,
922
+ .manufacturer = " Lenovo" ,
923
+ },
924
+ {
925
+ .type = " sd" ,
926
+ .id = 0xfe ,
927
+ .manufacturer = " Bekit/Cloudisk/HP/Reletech" ,
898
928
},
899
929
};
900
930
You can’t perform that action at this time.
0 commit comments