mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-02 08:34:26 +08:00
Fix minor class decoding of the peripheral major class
This commit is contained in:
parent
693d345b0c
commit
cebcc0af94
@ -443,7 +443,7 @@ static char *get_minor_device_name(int major, int minor)
|
||||
return "Keyboard";
|
||||
case 32:
|
||||
return "Pointing device";
|
||||
case 64:
|
||||
case 48:
|
||||
return "Combo keyboard/pointing device";
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user