Date: Tue, 17 Mar 2009 01:46:40 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_dev.c usb_dev.h usb_device.h src/sys/dev/usb/image uscanner.c src/sys/dev/usb/serial ulpt.c Message-ID: <200903170146.n2H1knr2047363@repoman.freebsd.org>
index | next in thread | raw e-mail
thompsa 2009-03-17 01:46:40 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usb_dev.c usb_dev.h usb_device.h
sys/dev/usb/image uscanner.c
sys/dev/usb/serial ulpt.c
Log:
SVN rev 189906 on 2009-03-17 01:46:40Z by thompsa
MFp4 //depot/projects/usb 159225,159241,159292
Fix regression issue in the USB file system interface.
- Use cdev_privdata pointer as indicator of correct file handle.
- Remove redundant FIFO opened flags.
Don't send ZLP at close for ulpt and uscanner devices as this causes some
models to stop working. This reverts back to the USB1 behaviour.
Submitted by: Hans Petter Selasky
Revision Changes Path
1.4 +1 -1 src/sys/dev/usb/image/uscanner.c
1.5 +3 -3 src/sys/dev/usb/serial/ulpt.c
1.9 +62 -52 src/sys/dev/usb/usb_dev.c
1.4 +4 -2 src/sys/dev/usb/usb_dev.h
1.6 +0 -2 src/sys/dev/usb/usb_device.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903170146.n2H1knr2047363>
