https://bugzilla.kernel.org/show_bug.cgi?id=99881 Josh Goebel (me@xxxxxxxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me@xxxxxxxxxxxxxx --- Comment #63 from Josh Goebel (me@xxxxxxxxxxxxxx) --- I have a version 1.0 identifying Apple Magic Keyboard 2. From what I can tell (at a quick glance) it's descriptor does NOT match what the kernel is expecting. The kernel is expecting either 0xFF000003 or 0x00FF0003 for Usage HID. From my reading of the description it seems like it would be: 0xFF010003. Seems we need at add another Usage HID variant? Relevant descriptor dump: ``` Report Count (1), Report Size (1), Logical Minimum (0), Logical Maximum (1), Usage Page (Consumer), ; Consumer (0Ch) Usage (Eject), ; Eject (B8h, one-shot control) Input (Variable), Report Count (1), Report Size (1), Usage Page (FF01h), ; FF01h, vendor-defined Usage (03h), Input (Variable), ``` Sorry if this is formatted terribly. Not matter what I do the Preview looks terrible and this is my first time posting here. -- You are receiving this mail because: You are the assignee for the bug.