Skip to content

Commit

Permalink
Add ZWO CAA SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 9, 2025
1 parent e700d39 commit 380b281
Show file tree
Hide file tree
Showing 10 changed files with 537 additions and 5 deletions.
6 changes: 6 additions & 0 deletions debian/libasi/changelog
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
Expand Down
4 changes: 2 additions & 2 deletions libasi/99-asi.rules
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"
Loading

0 comments on commit 380b281

Please sign in to comment.