We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm using a USB-TischAmpel4 from 2023-10. This one seems to have a new product id:
$ sudo lsusb | grep Cleware Bus 001 Device 002: ID 0d50:0030 Cleware GmbH Multiplexer
I'v change my udev rule accordingly. I think having two rules doesn't harm anything, so I would suggest to update the README.md to:
SUBSYSTEM=="usb", ATTR{idVendor}=="0d50", ATTR{idProduct}=="0008", MODE="660", GROUP="traffic-light" SUBSYSTEM=="usb", ATTR{idVendor}=="0d50", ATTR{idProduct}=="0030", MODE="660", GROUP="traffic-light"
Thanks for maintaining cleware-traffic-light!
Kind regards Markus
The text was updated successfully, but these errors were encountered:
Add new vendor id for V4^
1996ae4
Closes #8
I'm sorry for the late response. Thank you for the information. Done.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
I'm using a USB-TischAmpel4 from 2023-10. This one seems to have a new product id:
$ sudo lsusb | grep Cleware Bus 001 Device 002: ID 0d50:0030 Cleware GmbH Multiplexer
I'v change my udev rule accordingly. I think having two rules doesn't harm anything, so I would suggest to update the README.md to:
Thanks for maintaining cleware-traffic-light!
Kind regards Markus
The text was updated successfully, but these errors were encountered: