Fix laptop and monitor device type strings
This commit is contained in:
parent
fbb7d16039
commit
221f5007ab
1 changed files with 4 additions and 0 deletions
|
|
@ -2207,6 +2207,10 @@ std::string device_type_to_str(device_type type)
|
||||||
return "Accessory";
|
return "Accessory";
|
||||||
case DEVICE_TYPE_KEYPAD:
|
case DEVICE_TYPE_KEYPAD:
|
||||||
return "Keypad";
|
return "Keypad";
|
||||||
|
case DEVICE_TYPE_LAPTOP:
|
||||||
|
return "Laptop";
|
||||||
|
case DEVICE_TYPE_MONITOR:
|
||||||
|
return "Monitor";
|
||||||
default:
|
default:
|
||||||
return "Unknown";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue