Subject: CVS commit: [netbsd-1-6] src/sys/dev/usb
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 01/26/2003 11:31:38
Module Name: src
Committed By: jmc
Date: Sun Jan 26 09:31:38 UTC 2003
Modified Files:
src/sys/dev/usb [netbsd-1-6]: ustir.c
Log Message:
Pullup revisions 1.2-1.3 and 1.9-1.10 (requested by dsainty in ticket #1078)
This device has a single FIFO shared by both incoming and outgoing data.
If a series of outputs are delivered to the device before the kernel
thread has polled for input data, any input data will be lost. As a
counter measure, always force an input check between outputs.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.6.1 src/sys/dev/usb/ustir.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.