Skip to content
New issue

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

New udev rule for USB-TischAmpel4 #8

Closed
markus-meissner opened this issue Nov 16, 2023 · 1 comment · Fixed by #9
Closed

New udev rule for USB-TischAmpel4 #8

markus-meissner opened this issue Nov 16, 2023 · 1 comment · Fixed by #9

Comments

@markus-meissner
Copy link

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

joshuarost added a commit that referenced this issue May 22, 2024
@joshuarost
Copy link
Owner

I'm sorry for the late response. Thank you for the information. Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants