--- alx-src/branches/alxconf_20060908/functions/config_printers.sh 2009/02/04 20:07:58 546 +++ alx-src/branches/alxconf_20060908/functions/config_printers.sh 2009/02/04 20:14:36 547 @@ -54,6 +54,9 @@ com2) port="serial:/dev/ttyS1?baud=9600+bits=8+parity=none+flow=none" ;; + usb1) + port="usb:/dev/usb/lp0" + ;; lpd) port="lpd://${ALX_IP[${i}]}/${ALX_SHARE[${i}]}" ;;