Date: Sat, 12 Nov 2005 17:39:32 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ulpt.c Message-ID: <200511121739.jACHdWrF028802@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2005-11-12 17:39:32 UTC
FreeBSD src repository
Modified files:
sys/dev/usb ulpt.c
Log:
Fix a > 1 year old typo that caused the ulpt driver to try reading
from the printer and discarding the data even if the ulpt device
was opened for reading. This resulted in crashes because two
conconcurrent read transfers were using the same transfer structure.
PR: usb/88886
Reported By: Alex Pivovarov
MFC after: 1 week
Revision Changes Path
1.68 +1 -1 src/sys/dev/usb/ulpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511121739.jACHdWrF028802>
