- Timestamp:
- 08/21/07 07:06:18 (17 months ago)
- Files:
-
- 1 modified
-
trunk/etc/openct_usb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/openct_usb.in
r985 r991 13 13 if test -e $DEVICE 14 14 then 15 if test -z "$PRODUCT" 16 then 17 V="`echo $MODALIAS |sed -e "s/.*v\(....\).*/\1/g"` 18 P="`echo $MODALIAS |sed -e "s/.*p\(....\).*/\1/g"` 19 D="`echo $MODALIAS |sed -e "s/.*d\(....\).*/\1/g"` 20 PRODUCT="$V/$P/$D" 21 fi 22 15 23 # if you see two ifdhandlers for one device, then you can 16 24 # either comment out the next line here ...
