Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libsbig/LinuxDevKit/release/udev/52-sbig-suse-debian.rules_blocked
Дата изменения: Tue Sep 27 21:20:36 2011
Дата индексирования: Thu Feb 27 23:03:50 2014
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п
# Name: 10-sbig.rules
# Version: 1.4
# Author: Jan Soldan (JS) jsoldan AT asu DOT cas DOT cz
# Author: Roland B. Roberts (RR) roland AT astrofoto DOT org

# Description: This script defines the udev rules for SBIG USB CCD cameras.

# History:

# 2007-11-04: revison.
# 2007-08-01: tested with KUbuntu 7.04, works fine.
#
# 2007-05-10: pure udev only, tested on Suse 10.2 & 10.1.
#
# 2006-08-23: Simplified according to Roland B. Roberts recommendation and
# talk to Matt Longmire (stfga.bin gate array for ST-402 family
# cameras).
#
# File locations for all distributions of Linux kernels 2.6:
# ============================================================
# 1) /usr/local/lib/libsbigudrv.so
# 2) All *.hex & *.bin files in: /lib/firmware
# 3) Attention:
# ----------
# JS still needs the following line inside the /etc/fstab
# for Suse 10.1 & 10.2:
# usbfs /proc/bus/usb/ usbfs defaults 0 0
#
# Note for ST-402 family cameras - SBIG ST-402/1603/3200 cameras:
# ============================================================
# We have moved the stfga.bin file to the recommended /dev/firmware
# directory. If not there, the ST-402 family cams. will not work
# properly. There may be a lot of RX_TIMEOUT errors during the readout
# of the CCD chip! You have to hear sound of several shutter clicks
# when you establish link to the camera for the _first_ time.
# If not, the stfga.bin gate array was not uploaded!
#
# 2006-08-20: The version 1.0 released.
#
#================================
# 1. Pre-renumeration device IDs:
#================================

# SBIG ST-7/8/9/10/2K cameras
ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0d97", ATTRS{idProduct}=="0001", \
RUN+="/sbin/fxload -I /lib/firmware/sbigucam.hex -D $env{DEVNAME}"

# SBIG ST-L cameras
ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0d97", ATTRS{idProduct}=="0002", \
RUN+="/sbin/fxload -I /lib/firmware/sbiglcam.hex -D $env{DEVNAME}"

# SBIG ST-402/1603/3200 cameras
ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0d97", ATTRS{idProduct}=="0003", \
RUN+="/sbin/fxload -I /lib/firmware/sbigfcam.hex -D $env{DEVNAME} -t fx2"

#=================================
# 2. Post-renumeration device IDs:
#=================================

# For Suse 10.0 & 10.1, kernels 2.6.13, 2.6.16, ST2K, ST-1603XME (JS):
BUS=="usb", ACTION=="add", SYSFS{idVendor}=="0d97", SYSFS{idProduct}=="0101", \
RUN +="/lib/firmware/sbig_dev_permission.py %k"

# STX and ST-i cameras
BUS=="usb", SYSFS{idVendor}=="0d97", SYSFS{idProduct}=="0102", RUN +="/lib/firmware/sbig_dev_permission.py %k"