Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 65156 | Differences between
and this patch

Collapse All | Expand All

(-)foo2zjs/hplj1000.org (+4 lines)
Lines 133-138 Link Here
133
    #
133
    #
134
    # Sniff around for printers that need a firmware download
134
    # Sniff around for printers that need a firmware download
135
    #
135
    #
136
    if [ -e /dev/.udev ]; then
137
    	log "Udev detected, waiting for udev to create device nodes"
138
	sleep 20
139
    fi
136
    usblps=`find /dev/usb -name lp*`" "`find /dev -name usblp*`
140
    usblps=`find /dev/usb -name lp*`" "`find /dev -name usblp*`
137
    for dev in $usblps; do
141
    for dev in $usblps; do
138
	status=`$USBID $dev 2>/dev/null | grep "hp LaserJet $MODEL"`
142
	status=`$USBID $dev 2>/dev/null | grep "hp LaserJet $MODEL"`

Return to bug 65156