Last active
August 29, 2015 14:17
-
-
Save xseignard/752e4ed266c6fbdb4543 to your computer and use it in GitHub Desktop.
99-myrules.rules
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
| KERNEL=="ttyUSB*", KERNELS=="2-1.3.6", SYMLINK+="printer1" | |
| KERNEL=="ttyUSB*", KERNELS=="2-1.3.7", SYMLINK+="printer2" | |
| KERNEL=="ttyUSB*", KERNELS=="2-1.3.1", SYMLINK+="printer3" | |
| KERNEL=="ttyUSB*", KERNELS=="2-1.3.5", SYMLINK+="printer4" | |
| KERNEL=="ttyUSB*", KERNELS=="2-1.3.4", SYMLINK+="printer5" | |
| KERNEL=="ttyUSB*", KERNELS=="2-1.3.3", SYMLINK+="printer6" | |
| KERNEL=="ttyUSB*", KERNELS=="2-1.3.2", SYMLINK+="printer7" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment