https://bugzilla.kernel.org/show_bug.cgi?id=199715 --- Comment #33 from Richard Neumann (mail@xxxxxxxxxxxxxxxxxx) --- @Hans "work" is a relative term here. They are all recognized and started. Going into details would go beyond the scope of this thread, I think. dmesg excerpt: [ 10.855774] amd-sfh-pci 0000:04:00.7: Sensor mask: 0x80007 [ 10.856054] hid-generic 0018:03FE:0001.0002: hidraw1: I2C HID v0.01 Device [accelerometer] on AMD Sensor Fusion Hub (PCIe) [ 10.856325] hid-generic 0018:03FE:0001.0003: hidraw2: I2C HID v0.01 Device [gyroscope] on AMD Sensor Fusion Hub (PCIe) [ 10.856614] hid-generic 0018:03FE:0001.0004: hidraw3: I2C HID v0.01 Device [magnetometer] on AMD Sensor Fusion Hub (PCIe) [ 10.856893] hid-generic 0018:03FE:0001.0005: hidraw4: I2C HID v0.01 Device [ambient light sensor] on AMD Sensor Fusion Hub (PCIe) I am only *using* the accelerometer, so a mask of "1" or "0x1" respectively would suffice. Testing the other sensors is non-trivial. I branched my refactored version of the driver to extend it with an API to allow for reverse-engineering the PCI device to detect other sensors. But again, this maybe something to discuss in another place (or write a paper about :p). -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.