diff options
author | 2013-04-29 13:38:35 +0000 | |
---|---|---|
committer | 2013-04-29 13:38:35 +0000 | |
commit | ef4b9242d35322e9198e07ee4310ff7425007e03 (patch) | |
tree | 5da5ee80679004608830fb8d52b273f544e2b8d2 /sys/dev/usb/files.usb | |
parent | add -h to usage(); (diff) | |
download | wireguard-openbsd-ef4b9242d35322e9198e07ee4310ff7425007e03.tar.xz wireguard-openbsd-ef4b9242d35322e9198e07ee4310ff7425007e03.zip |
ulpt(4) depends on firmload since its rev 1.41 when it got support for
uploading HP LaserJet firmwares. From Dennis Lindroos on bugs@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 2885a76a22a..79f47430d39 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.103 2012/09/20 15:10:39 deraadt Exp $ +# $OpenBSD: files.usb,v 1.104 2013/04/29 13:38:35 mpi Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -109,7 +109,7 @@ attach ucycom at uhidbus file dev/usb/ucycom.c ucycom needs-flag # Printers -device ulpt +device ulpt: firmload attach ulpt at uhub file dev/usb/ulpt.c ulpt needs-flag |