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