On Sun, 2025-01-05 at 11:16 +0100, Christian Mayer wrote:I resent the patches with the requested changes (v2)
<snip>
On Wed, 2025-01-01 at 15:11 +0000, Christian Mayer wrote:
Yes that's mandatory to get raw_events from the device.+ if (sd->quirks & STEELSERIES_ARCTIS_9) {
+ ret = hid_hw_open(hdev);
Is this needed? If so, this probably needs to be added as a
separate
commit, for all headsets rather than just this one.
I thought about adding this to all headsets, but i was not sure if
this
breaks anything for the Arctis 1 headset.
But i can add this for all headsets, that's fine with me.
Would you like me to create a completely separate patch for this or
should i submit this with the preparation patch which refactors
steelseries_headset_fetch_battery?
Please send a patch that does it for both headsets, and I'll test it
locally.