You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've a Stream Deck XL (the one with 8*4 = 24 buttons and a big screen). It's not recognized by project.
While finding out the issue, I've stumbled over this:
$ lsusb
[...]
Bus 001 Device 011: ID 0fd9:008f Elgato Systems GmbH Stream Deck XL
So it's clearly not 0x006c but 0x008f. If I change this value, it works.
I wonder if both PID exists (for different, but compatible products). What is the proper way to fix it? Should I add a PID_STREAMDECK_XL_NG here and patch all the places where _XL is used to accept both, or only change the detection part and patch this (so if it finds 0x8f it returns PID_STREAMDECK_XL anyway?)
The text was updated successfully, but these errors were encountered:
We've a Stream Deck XL (the one with 8*4 = 24 buttons and a big screen). It's not recognized by project.
While finding out the issue, I've stumbled over this:
The PID for our device is:
So it's clearly not
0x006c
but0x008f
. If I change this value, it works.I wonder if both PID exists (for different, but compatible products). What is the proper way to fix it? Should I add a
PID_STREAMDECK_XL_NG
here and patch all the places where_XL
is used to accept both, or only change the detection part and patch this (so if it finds 0x8f it returnsPID_STREAMDECK_XL
anyway?)The text was updated successfully, but these errors were encountered: