Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40883 Details for
Bug 65156
Ebuild for foo2zjs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/hp-printer-udev.patch
hp-printer-udev.patch (text/plain), 767 bytes, created by
Stefan Schweizer (RETIRED)
on 2004-10-01 11:39:33 UTC
(
hide
)
Description:
files/hp-printer-udev.patch
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2004-10-01 11:39:33 UTC
Size:
767 bytes
patch
obsolete
>--- foo2zjs/hplj1000.org 2004-04-11 02:35:04.000000000 +0200 >+++ foo2zjs/hplj1000 2004-09-28 14:18:46.511318136 +0200 >@@ -133,6 +133,24 @@ > # > # Sniff around for printers that need a firmware download > # >+ if [ -e /dev/.udev ]; then >+ log "Udev detected, waiting for udev to create device nodes" >+ >+ HPDEV="/dev/usb/lp0" >+ COUNT=0 >+ while [ ! -c ${HPDEV} -a ${COUNT} -lt 20 ]; >+ do >+ sleep 1 >+ COUNT=`expr ${COUNT} + 1` >+ done >+ >+ if [ ! -c ${HPDEV} ]; >+ then >+ log "Udev failed to initialise device ${HPDEV}" >+ else >+ log "Udev created ${HPDEV} node after ${COUNT} seconds" >+ fi >+ fi > usblps=`find /dev/usb -name lp*`" "`find /dev -name usblp*` > for dev in $usblps; do > status=`$USBID $dev 2>/dev/null | grep "hp LaserJet $MODEL"`
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 65156
:
40264
|
40265
|
40266
|
40316
|
40317
|
40604
|
40605
|
40606
| 40883 |
42700
|
44146
|
44147