Comment 5 for bug 993843

Revision history for this message
Thorsten Merten (thorsten-merten) wrote :

@zwingo (and for reference if somebody wants to tackle this):

Same keyboard here with an MX Master mouse. Both devices (and some other bluetooth devices iiuc) do not indicate a class in `/var/lib/bluetooth/*/*/info`.

However, I think one could grep for Bluetooth Appearance values in addition:

```
APPEARANCE_HID_KEYBOARD 961 --> works for K860 keyboard (Appearance=0x03c1)
APPEARANCE_HID_MOUSE 962 --> works for MX Master (Appearance=0x03c2)
```