add more vendors #76
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ def is_tool(name):
|
||||||
|
|
||||||
def get_vendor(name):
|
def get_vendor(name):
|
||||||
vendors = {
|
vendors = {
|
||||||
|
'PERC': 'Dell',
|
||||||
|
'SANDISK': 'SanDisk',
|
||||||
'DELL': 'Dell',
|
'DELL': 'Dell',
|
||||||
'ST': 'Seagate',
|
'ST': 'Seagate',
|
||||||
'CRUCIAL': 'Crucial',
|
'CRUCIAL': 'Crucial',
|
||||||
|
|
Loading…
Reference in a new issue