Commit Graph

435 Commits

Author SHA1 Message Date
augustss
cdaec29859 A few more purely stylistic changes that I missed in the last round. 1999-11-17 23:00:49 +00:00
augustss
08aacd4e6f Regen. 1999-11-17 22:59:30 +00:00
augustss
206c85df58 Add CATC analyzer. 1999-11-17 22:59:04 +00:00
augustss
ffb29861c2 Add a few more diagnostics. 1999-11-16 22:19:03 +00:00
augustss
70ad5362d4 Fix a pointer test that I got wrong in the big code cleanup. 1999-11-16 22:15:50 +00:00
augustss
c5019ec09a Add a quirk for a buggy Qtronix keyboard. 1999-11-16 12:08:38 +00:00
augustss
b019d68caa Some minor changes from OpenBSD. 1999-11-16 12:04:28 +00:00
augustss
1d1d6b868d Mark an early Altec Lansing speaker as broken. 1999-11-16 11:39:48 +00:00
augustss
982eb1b4e6 Preallocate DMA buffers. Fixes problem reported by Hubert Feyrer. 1999-11-16 10:21:11 +00:00
augustss
aef39844d9 Add quirk for speakers that pretend to support the audio class, but don't.
Add quirk for mice that geberate spurious button up events (XXX fix not fully
implemented).
1999-11-15 22:04:14 +00:00
augustss
5f8274b5a6 Get transfer status right on short transfers. From FreeBSD, Nick Hibma. 1999-11-13 23:58:01 +00:00
mjacob
5f4088eb26 Hide function definition within ifdef's is becomes active in. 1999-11-12 19:11:25 +00:00
augustss
0d2fabdf26 A number of stylistic changes to increase readability (many suggested
by Nick Hibma):
	use NULL not 0
	declare all local definitions static
	rename s/usbd_request/usbd_xfer/ s/reqh/xfer/
	rename s/r/err/
	use implicit test for no err
	KNF
1999-11-12 00:34:57 +00:00
augustss
c8ad47986a Regen. 1999-11-12 00:26:39 +00:00
augustss
505ab77387 Add a modem from ELSA. 1999-11-12 00:26:13 +00:00
augustss
445d6f8e64 Regen. 1999-11-10 19:47:39 +00:00
augustss
f2725f06b8 Add another Quickcam. 1999-11-10 19:46:40 +00:00
matt
391c8e434d regen 1999-11-10 15:56:39 +00:00
matt
805b56adb4 Add Entrega USB Serial->DB9 widget 1999-11-10 15:55:51 +00:00
augustss
8276207b08 Regen. 1999-11-10 12:31:31 +00:00
augustss
8436192416 Add two more devices. 1999-11-10 12:31:01 +00:00
mycroft
105a2438f9 Fix an obvious bug is some diagnostic code; we must lower our spl again... 1999-11-10 04:19:59 +00:00
augustss
e9fc8103ca Make detach wait for interrupts to finish.
Bail out in interrupt routine when device is dying.
1999-11-09 16:52:14 +00:00
augustss
3b576cc6b2 Update. 1999-11-03 12:11:26 +00:00
augustss
b952f8727b Print a little more information when attaching. 1999-11-02 16:54:27 +00:00
augustss
860ebb7a92 Make little endian and big endian version of all functions
that deal with 16 bit samples.  Let the drivers decide which ones
to use.
1999-11-01 18:12:19 +00:00
augustss
9388a61d05 Add a few more tests for safety. 1999-10-28 12:08:38 +00:00
augustss
357dc256c9 Make sure read() and write() fails on the control pipe. 1999-10-28 07:28:51 +00:00
augustss
e33e7aa647 Regen. 1999-10-28 06:41:40 +00:00
augustss
786bc11173 Another device... 1999-10-28 06:41:13 +00:00
augustss
1eb80cc225 Make the SPLUSBCHECK diagnostic test silent durning cold boot. 1999-10-25 10:51:46 +00:00
augustss
0ce4b38e23 Add some code for recording, still untested. 1999-10-25 10:16:49 +00:00
augustss
a28e3fec43 Fix PR8666, to verbose diagnostics. 1999-10-23 00:21:01 +00:00
augustss
a5b6bed471 Add a macro to extract the isoc type. 1999-10-20 21:02:39 +00:00
augustss
afc4d36639 Regen. 1999-10-19 21:16:04 +00:00
augustss
172180cf42 Add an AltecLansing speaker. 1999-10-19 21:15:35 +00:00
augustss
db3b140df8 Handle the (weird) case when the power hook is called with a resume
without a prior suspend.
1999-10-17 15:31:00 +00:00
augustss
d8e5f3ab24 Add a DIAGNOSTIC to check that the polling flag is set when resuming. 1999-10-16 15:35:18 +00:00
augustss
8b18a2785a Regen. 1999-10-15 14:42:17 +00:00
augustss
f8ac09c2e7 Add some Philips speakers (even if mine say Roland on the front :). 1999-10-15 14:41:43 +00:00
augustss
708b8c75d1 Give uaudio its own debug flag. 1999-10-14 01:18:39 +00:00
augustss
f25d1b0a07 Fix a glitch in dequeueing and aborting requests on interrupt pipes. 1999-10-13 23:46:10 +00:00
augustss
3d6e4de045 Format tag and format type tests were interchanged. 1999-10-13 20:13:29 +00:00
augustss
0a020334b9 Regen. 1999-10-13 19:11:07 +00:00
augustss
940b21d891 Add a Telex microphone and a Midiman MIDI port. 1999-10-13 18:55:32 +00:00
augustss
cefd751ca7 Remove FreeBSD tags that got in there by accident.
Add #include <sys/time.h> to usb.h.
1999-10-13 18:52:54 +00:00
augustss
1e35ed7989 Temporarily disable a DIAGNOSTIC. 1999-10-13 14:28:07 +00:00
augustss
8b40b63505 Regen. 1999-10-13 09:00:49 +00:00
augustss
a7fe98f881 Add Sandisk ImageMate. 1999-10-13 09:00:21 +00:00
augustss
03a522d3c1 Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
the USB stack compiles on FreeBSD again.
1999-10-13 08:10:55 +00:00