#!/bin/sh # load the firmware into Tascam USB devices (FPGA design), # start appropriate control application. prefix=/usr exec_prefix=/usr LOADER=/usr/bin/usx2yloader CONTROLLER=NOTUSED if [ -x $LOADER ]; then if [ -x /usr/bin/logger ]; then /usr/bin/logger -t $0 "calling $LOADER for $DEVICE" fi $LOADER else if [ -x /usr/bin/logger ]; then /usr/bin/logger -t $0 "missing $LOADER for $DEVICE" fi fi case $PRODUCT in 1604/8001/*) CONTROLLER=/usr/bin/us428control ;; 1604/8005/*) CONTROLLER=/usr/bin/us428control ;; *) ;; esac if [ $CONTROLLER != NOTUSED ]; then if [ -x $CONTROLLER ]; then if [ -x /usr/bin/logger ]; then /usr/bin/logger -t $0 "starting $CONTROLLER for $DEVICE" fi $CONTROLLER & else if [ -x /usr/bin/logger ]; then /usr/bin/logger -t $0 "missing $CONTROLLER for $DEVICE" fi fi fi if [ -x /usr/bin/logger ]; then /usr/bin/logger -t $0 "leaving" fi exit 0
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
hwdb.d | Folder | 0755 |
|
|
rules.d | Folder | 0755 |
|
|
accelerometer | File | 60.82 KB | 0755 |
|
ata_id | File | 48.06 KB | 0755 |
|
cdrom_id | File | 56.09 KB | 0755 |
|
collect | File | 31.54 KB | 0755 |
|
kdump-udev-throttler | File | 1.41 KB | 0755 |
|
mtd_probe | File | 10.9 KB | 0755 |
|
phys-port-name-gen | File | 1.18 KB | 0755 |
|
rename_device | File | 15.04 KB | 0755 |
|
scsi_id | File | 56.86 KB | 0755 |
|
tascam_fpga | File | 913 B | 0755 |
|
tascam_fw | File | 1.1 KB | 0755 |
|
udev-kvm-check | File | 15.12 KB | 0755 |
|
v4l_id | File | 23.3 KB | 0755 |
|