Vendor string for FSF added.
FossilOrigin-Name: 784ea8c14b320fd8970e5f8580a166fe630144d31747daf9d49efe271ed8a59a
This commit is contained in:
parent
65ee914c54
commit
149b9cc63d
@ -6,6 +6,8 @@ const char * cw_ianavendoridtostr(int id){
|
|||||||
switch(id){
|
switch(id){
|
||||||
case 890:
|
case 890:
|
||||||
return "ZyXEL Communications Corp.";
|
return "ZyXEL Communications Corp.";
|
||||||
|
case 11591:
|
||||||
|
return "Free Software Foundation";
|
||||||
default:
|
default:
|
||||||
return "Unknown";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user