-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from ap--/sr2-support
SR2 support
- Loading branch information
Showing
4 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# udev rules file for Ocean Optics, Inc. spectrometers | ||
# ==================================================== | ||
# | ||
# version: 2.4 | ||
# version: 2.5 | ||
# updated: 2023-04-15 | ||
# maintainer: Andreas Poehlmann <[email protected]> | ||
# | ||
|
@@ -14,6 +14,7 @@ | |
# $ seabreeze_os_setup | ||
# | ||
# Changes: | ||
# - [2.5] added support for SR2 spectrometer | ||
# - [2.4] added support for SR4 spectrometer | ||
# - added support for HDX spectrometer | ||
# - added support for QE-PRO class of OceanOptics spectrometers | ||
|
@@ -85,9 +86,11 @@ ATTR{idVendor}=="0547", ATTR{idProduct}=="2235", SYMLINK+="ezUSB-FX-%n", MODE:=" | |
ATTR{idVendor}=="04b4", ATTR{idProduct}=="8613", SYMLINK+="ezUSB-FX2-%n", MODE:="0666" | ||
# Ocean Insight Inc. HDX spectrometer | ||
ATTR{idVendor}=="2457", ATTR{idProduct}=="2003", SYMLINK+="oceanhdx-%n", MODE:="0666" | ||
# Ocean Insight Inc. SR4 spectrometer | ||
ATTR{idVendor}=="0999", ATTR{idProduct}=="1002", SYMLINK+="sr4-%n", MODE:="0666" | ||
# Ocean Insight Inc. ST spectrometer | ||
ATTR{idVendor}=="0999", ATTR{idProduct}=="1000", SYMLINK+="st-%n", MODE:="0666" | ||
# Ocean Insight Inc. SR4 spectrometer | ||
ATTR{idVendor}=="0999", ATTR{idProduct}=="1001", SYMLINK+="sr2-%n", MODE:="0666" | ||
# Ocean Insight Inc. SR4 spectrometer | ||
ATTR{idVendor}=="0999", ATTR{idProduct}=="1002", SYMLINK+="sr4-%n", MODE:="0666" | ||
|
||
LABEL="oceanoptics_rules_end" |
This file contains 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 contains 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