augustss
|
ab875c9c5c
|
Some minor fixes from FreeBSD.
|
2002-02-26 02:00:16 +00:00 |
augustss
|
97e6cc6f72
|
Fix an uninitilized request. From Alfred Perlstein <bright@mu.org>.
|
2002-02-25 22:39:01 +00:00 |
augustss
|
306aa99ff8
|
Some portability improvement.
Add define for usb.h version.
|
2002-02-25 00:46:37 +00:00 |
augustss
|
0db3eee7bb
|
Add quirks for Minolta Dimage X.
|
2002-02-20 22:28:54 +00:00 |
augustss
|
dd0cea6baa
|
Regen.
|
2002-02-20 22:28:20 +00:00 |
augustss
|
b1b2559c84
|
Add Minolta Dimage X (very nifty!).
|
2002-02-20 22:27:54 +00:00 |
christos
|
6728d906e9
|
Prefix structure members to protect them against clashes with eg. c++ keywords.
Suggested by Alfred Perlstein, from FreeBSD, ok'd by augustss
|
2002-02-20 20:30:12 +00:00 |
simonb
|
724e595530
|
Regen: Add the Concord Camera Eye Q 3x.
|
2002-02-19 14:13:01 +00:00 |
simonb
|
63e8b06dff
|
Add the Concord Camera Eye Q 3x.
Reverse the Yamaha and Yano entries so they're in alphabetical order.
|
2002-02-19 14:12:02 +00:00 |
simonb
|
72359ec83c
|
Fix indentation botch.
|
2002-02-19 14:07:26 +00:00 |
thorpej
|
58ff6aaf22
|
Regen: Add Genesys Logic GL641USB CompactFlash card reader.
|
2002-02-16 18:18:06 +00:00 |
thorpej
|
bfdbf84cf8
|
Add product ID for the Gensys Logic GL641USB CompactFlash card reader.
|
2002-02-16 18:17:35 +00:00 |
kent
|
46ffcfbf95
|
uaudio_set_params() for mulaw:
Give priority to 16bit again in the case the device has no hardware
support for mulaw.
|
2002-02-14 12:55:51 +00:00 |
jdolecek
|
a2803fa798
|
split the channel stuff into record and play parts, so that this driver is
full duplex, independent
|
2002-02-12 19:52:43 +00:00 |
tron
|
f1a2d1c420
|
Remove obsolete prototype for "udsbr_search".
|
2002-02-12 10:51:49 +00:00 |
mjl
|
253423f1c7
|
Add OnSpec PC-Card reader
|
2002-02-11 21:13:35 +00:00 |
mjl
|
59ff2c4198
|
Regen
|
2002-02-11 21:07:50 +00:00 |
mjl
|
c381ca9def
|
Add Datafab MD1-II
|
2002-02-11 21:05:34 +00:00 |
augustss
|
490beda381
|
Remove an accidental change from last commit.
|
2002-02-11 15:20:23 +00:00 |
augustss
|
319f13f6ef
|
Give usbd_do_request_flags() an extra argument for the timeout.
|
2002-02-11 15:11:49 +00:00 |
augustss
|
5f87e5a984
|
Regen.
|
2002-02-11 15:00:35 +00:00 |
augustss
|
cf31e1b945
|
Add a bunch of mass storage devices.
|
2002-02-11 15:00:17 +00:00 |
augustss
|
e644076000
|
A little const poisoning. (From FreeBSD.)
|
2002-02-11 12:42:48 +00:00 |
augustss
|
6f566032d7
|
Whitespace changes.
|
2002-02-11 11:42:16 +00:00 |
augustss
|
0e66a32e2c
|
Switch to new abort mechanism.
|
2002-02-11 11:41:30 +00:00 |
augustss
|
f8204d29e1
|
Switch to the same abort mechanism as in [eo]hci; it should be more
robust.
|
2002-02-11 11:40:33 +00:00 |
augustss
|
f1274a71dc
|
Some minor fixes from FreeBSD.
|
2002-02-11 10:09:14 +00:00 |
augustss
|
1b221b1c9b
|
Some updates for FreeBSD.
|
2002-02-11 10:04:28 +00:00 |
kent
|
c1b55b61ac
|
uaudio_chan_set_param:
Take care of param->factor.
uaudio_set_params:
Fix a problem of precision matching for mulaw/alaw with 16bit.
|
2002-02-11 07:10:36 +00:00 |
kent
|
4653bffb03
|
uaudio_set_params:
Use slinear16_to_mulaw_le() if ULAW recording is requested and the device
supports neither signed 8bit nor unsigned 8bit and supports 16bit.
|
2002-02-10 06:37:45 +00:00 |
rh
|
c57778753f
|
regen
|
2002-02-09 09:21:24 +00:00 |
rh
|
7236711b7c
|
Add HP Scanjet 5400C
|
2002-02-09 09:20:44 +00:00 |
augustss
|
660b4087dc
|
Add quirks for Minolta S304.
|
2002-02-07 13:53:14 +00:00 |
augustss
|
53a6c27b2e
|
Add quirk for devices without Get Max Lun.
|
2002-02-07 13:52:54 +00:00 |
augustss
|
86c1274c84
|
Regen.
|
2002-02-07 13:52:27 +00:00 |
augustss
|
c801ef4f0d
|
Add Minolta Dimage S304
|
2002-02-07 13:52:08 +00:00 |
augustss
|
d76f24be37
|
OnSpec doesn't like Mode Sense.
|
2002-02-07 13:02:26 +00:00 |
augustss
|
09f2c3182a
|
Regen.
|
2002-02-07 13:00:37 +00:00 |
augustss
|
29f28f51f0
|
Add OnSpec disk controller.
|
2002-02-07 13:00:13 +00:00 |
augustss
|
7f01f1dd6b
|
Some white space fixes from FreeBSD.
|
2002-02-03 18:15:20 +00:00 |
gehenna
|
5306945459
|
Add entry for ELECOM LD-USBL/TX
|
2002-02-02 06:04:46 +00:00 |
gehenna
|
604899daad
|
regen
|
2002-02-02 06:02:26 +00:00 |
gehenna
|
aa93973989
|
Add ELECOM LD-USBL/TX (ethernet adapter)
|
2002-02-02 06:00:56 +00:00 |
augustss
|
c0530aa288
|
Regen.
|
2002-02-02 02:29:49 +00:00 |
augustss
|
9df6e6d623
|
Add PhotoClip USB Camera (from FreeBSD).
|
2002-02-02 02:29:28 +00:00 |
augustss
|
044c8f0a7a
|
Use M_WAITOK instead of M_NOWAIT when allocating extra descriptors.
Spotted by OpenBSD.
|
2002-01-27 23:00:34 +00:00 |
augustss
|
9cdd3fd977
|
Don't dereference NULL pointer when no device attaches.
|
2002-01-27 18:10:34 +00:00 |
augustss
|
a7dea23b26
|
Regen.
|
2002-01-25 22:54:53 +00:00 |
augustss
|
6fd474bf85
|
Fix typo pointed out by Manuel Bouyer.
|
2002-01-25 22:54:34 +00:00 |
ichiro
|
e00f8610ea
|
regen
|
2002-01-22 03:17:28 +00:00 |