Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 12/28/2000 13:56:23
Module Name:	syssrc
Committed By:	augustss
Date:		Thu Dec 28 11:56:23 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: uaudio.c usb_quirks.c usb_quirks.h

Log Message:
Add two more quirks:
  UQ_AU_NO_FRAC for audio devices that cannot handle adjustment for fractional
    sample size.
  UQ_AU_INP_ASYNC for input devices that claim to be adaptive, but are in fact
    asynchronous (an easy mistake to make unless you read the specs carefully :)


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/dev/usb/uaudio.c
cvs rdiff -r1.33 -r1.34 syssrc/sys/dev/usb/usb_quirks.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/usb/usb_quirks.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.