Last active
September 2, 2021 15:45
-
-
Save signed-log/65f6f0ac000089b0e3e269f8bdb7acce to your computer and use it in GitHub Desktop.
Udev rules for n-link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is a copy of the udev rules in the https://lights0123.com/n-link/ page, as such this is licensed under the GPLv3 | |
# TI-Nspire | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e012", ENV{ID_PDA}="1" | |
# TI-Nspire CX II | |
SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e022", ENV{ID_PDA}="1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment