mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
removed a few unsafe vendor ids
This commit is contained in:
parent
2dfa89eb35
commit
d95df624d9
8
inxi
8
inxi
|
@ -7699,10 +7699,10 @@ sub device_vendor {
|
||||||
my @vendors = (
|
my @vendors = (
|
||||||
# these go first because they are the most likely and common
|
# these go first because they are the most likely and common
|
||||||
['^INTEL','^INTEL','Intel',''],
|
['^INTEL','^INTEL','Intel',''],
|
||||||
# must come befroe samsung MU. NOTE: toshiba can have: TOSHIBA_MK6475GSX: mush: MKNSSDCR120GB_
|
# must come before samsung MU. NOTE: toshiba can have: TOSHIBA_MK6475GSX: mush: MKNSSDCR120GB_
|
||||||
['^(MKN|Mushkin)','^Mushkin','Mushkin',''], # MKNS
|
['^(MKN|Mushkin)','^Mushkin','Mushkin',''], # MKNS
|
||||||
# MU = Multiple_Flash_Reader
|
# MU = Multiple_Flash_Reader too risky: |M[UZ][^L]
|
||||||
['^(SAMSUNG|M[UZ][^L]|MCG[0-9]+GC)','^SAMSUNG','Samsung',''], # maybe ^SM
|
['^(SAMSUNG|MCG[0-9]+GC)','^SAMSUNG','Samsung',''], # maybe ^SM
|
||||||
# NOTE: F[MNETU] not reliable, g.skill starts with FM too:
|
# NOTE: F[MNETU] not reliable, g.skill starts with FM too:
|
||||||
['^(STT)','','Super Talent',''], # must be before seagate, _may_ start with F
|
['^(STT)','','Super Talent',''], # must be before seagate, _may_ start with F
|
||||||
['^(ST|[S]?SEAGATE|X[AFP])','^[S]?SEAGATE','Seagate',''], # real, SSEAGATE Backup+; XP1600HE30002
|
['^(ST|[S]?SEAGATE|X[AFP])','^[S]?SEAGATE','Seagate',''], # real, SSEAGATE Backup+; XP1600HE30002
|
||||||
|
@ -7718,7 +7718,7 @@ sub device_vendor {
|
||||||
# note: 2012: wdc bought hgst
|
# note: 2012: wdc bought hgst
|
||||||
['^(Hitachi|HGST|IC|HT|HU)','^Hitachi','Hitachi',''], # HGST HUA
|
['^(Hitachi|HGST|IC|HT|HU)','^Hitachi','Hitachi',''], # HGST HUA
|
||||||
['^(HP[\s\-])','^HP[\s\-]','HP',''], # vb: VB0250EAVER but clases with vbox
|
['^(HP[\s\-])','^HP[\s\-]','HP',''], # vb: VB0250EAVER but clases with vbox
|
||||||
['^(KINGSTON|SMS|SHS|SUV)','^KINGSTON','Kingston',''], # maybe SHS: SHSS37A SKC SUV
|
['^(KINGSTON|DataTraveler|SMS|SHS|SUV)','^KINGSTON','Kingston',''], # maybe SHS: SHSS37A SKC SUV
|
||||||
['^(LSD|Lexar)','^Lexar','Lexar',''], # mmc-LEXAR_0xb016546c
|
['^(LSD|Lexar)','^Lexar','Lexar',''], # mmc-LEXAR_0xb016546c
|
||||||
# OCZSSD2-2VTXE120G is OCZ-VERTEX2_3.5
|
# OCZSSD2-2VTXE120G is OCZ-VERTEX2_3.5
|
||||||
['^(OCZ|APOC|D2|DEN|DEN|DRSAK|EC188|FTNC|GFGC|MANG|MMOC|NIMC|NIMR|PSIR|TALOS2|TMSC|TRSAK)','^OCZ[\s\-]','OCZ',''],
|
['^(OCZ|APOC|D2|DEN|DEN|DRSAK|EC188|FTNC|GFGC|MANG|MMOC|NIMC|NIMR|PSIR|TALOS2|TMSC|TRSAK)','^OCZ[\s\-]','OCZ',''],
|
||||||
|
|
Loading…
Reference in a new issue