-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
537 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
libasi (1.361) jammy; urgency=medium | ||
|
||
* ASI Rotator CAA SDK 1.0 release | ||
|
||
-- Jasem Mutlaq <[email protected]> Thu, 9 Jan 2024 17:00:00 +0300 | ||
|
||
libasi (1.360) jammy; urgency=medium | ||
|
||
* ASI Camera SDK 1.36 release | ||
|
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 @@ | ||
ACTION=="add", ATTR{idVendor}=="03c3", RUN+="/bin/sh -c '/bin/echo 200 >/sys/module/usbcore/parameters/usbfs_memory_mb'" | ||
ACTION=="add", ATTR{idVendor}=="03c3", RUN+="/bin/sh -c '/bin/echo 1024 >/sys/module/usbcore/parameters/usbfs_memory_mb'" | ||
# All ASI Cameras and filter wheels | ||
SUBSYSTEMS=="usb", ATTR{idVendor}=="03c3", MODE="0666" | ||
# Allow access to unbind/bind | ||
SUBSYSTEM=="usb", ATTR{idVendor}=="03c3", RUN+="/bin/chmod 666 /sys/bus/usb/drivers/usb/bind /sys/bus/usb/drivers/usb/unbind" | ||
# Allow power management | ||
SUBSYSTEM=="usb", ATTR{idVendor}=="03c3", RUN+="/bin/chmod 666 $power{power/level}" | ||
SUBSYSTEM=="usb", ATTR{idVendor}=="03c3", RUN+="/bin/chmod 666 /sys/bus/usb/devices/$kernel/power/level" |
Oops, something went wrong.