Maxim Sobolev
1f891ff9ef
Add DIVA USB mp3 player.
...
Submitted by: Olexander Kunytsa <kunia@x-telecom.net>
MFC after: 3 days
2001-12-12 15:58:23 +00:00
Sheldon Hearn
06aa84ddfe
Regen from usbdevs rev 1.70: added some AGFA scanners
2001-12-10 11:46:23 +00:00
Sheldon Hearn
56429b663c
Add some AGFA scanners:
...
SnapScan 1236U SnapScan e20
SnapScan e25 SnapScan e26
SnapScan e40 SnapScan e50
SnapScan e52
PR: kern/32649
Submitted by: "Erik H. Bakke" <ebakke@trolltech.com>
2001-12-10 11:40:38 +00:00
Mike Smith
ffb6d5ad8f
The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requires
...
the UFI command set. Even with this patch, it's incredibly slow on my
laptop, but at least now it works.
Note that the drive is reported to CAM with the vendor and device IDs from
the device itself, forcing the user to patch the da(4) quirk table
manually.
2001-12-09 06:02:46 +00:00
Maxim Sobolev
97361ffaab
Regen after addition of the Mustek 1200 CU Plus scanner.
...
Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
2001-11-28 12:38:15 +00:00
Maxim Sobolev
134290641e
Add Mustek 1200 CU Plus scanner.
...
Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
2001-11-28 12:37:04 +00:00
Ian Dowse
1a24ca7a4b
The Olympus C-1 digital camera uses a non-standard BBB command-status
...
signature, but otherwise behaves just like a normal USB mass-storage
device. Add a new quirk to cover this case, and enable it for C-1
cameras. The quirk enables translation from the C-1 signature to
the normal CSWSIGNATURE value.
Reviewed by: n_hibma
2001-11-23 17:35:35 +00:00
Ian Dowse
db54406364
Regen.
2001-11-23 16:36:28 +00:00
Ian Dowse
5cffab225e
Add Olympus C-1.
2001-11-23 16:35:40 +00:00
Munechika SUMIKAWA
9ef912e8ec
Support MELCO LUA2-TX USB ethernet adaptor.
...
Actually this porting supports Pegasus II chip so I guess some other
devices supported by NetBSD also work. But the devices list are not
included because I cannot confirm if they work.
Obtained from: NetBSD
MFC after: 3 weeks
2001-11-19 18:47:49 +00:00
Munechika SUMIKAWA
c9fcd7dde0
Regen.
2001-11-19 18:41:35 +00:00
Munechika SUMIKAWA
b62f13198a
Add Melco LUA2-TX5.
2001-11-19 18:40:17 +00:00
Peter Wemm
da73fe05e1
Add AMD766 OHCI USB controller. Remove unused VENDORID lists.
2001-11-06 23:44:03 +00:00
Peter Wemm
d5f6245f80
Add ICH3 (82801CA/CAM) and 460GX
2001-11-03 05:03:00 +00:00
Nick Hibma
9965784733
Regen.
2001-10-23 22:44:36 +00:00
Nick Hibma
2b97142db8
Add Olympus C-700
2001-10-23 22:44:03 +00:00
Poul-Henning Kamp
602150cc70
Set ulptusein = 0 so that the machine doesn't hang solid after a
...
printjob.
There is probably a better fix, but this at least makes USB printing
working again.
2001-10-12 11:05:58 +00:00
Jonathan Lemon
b256187110
Do not call mii_polltick() immediately after mii_tick().
...
Poiinted out by: wpaul
2001-09-29 19:31:29 +00:00
Alfred Perlstein
e93d0738f5
This driver can talk to the Rio600 as well, make it happen.
...
Hardware (and patience) provided by: Andrew J Caines <A.J.Caines@halplant.com>
2001-09-27 06:01:20 +00:00
John Baldwin
ed01445d8f
Use the passed in thread to selrecord() instead of curthread.
2001-09-21 22:46:54 +00:00
Nick Hibma
dc9c72345c
Regen.
2001-09-18 22:30:02 +00:00
Nick Hibma
55c883cea3
Update the header of the file with a comment on how to regenerate
...
the usbdevs* file correctly.
Suggested by: phantom
2001-09-18 22:27:41 +00:00
Julian Elischer
b40ce4165d
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00
Bill Paul
0af4c6d09f
regenerate this file too (forgotten after last usbdevs update)
2001-09-09 17:00:32 +00:00
Doug White
7b832f6f75
Add support for the Accton USB320-EC Ethernet adapter.
...
MFC after: 14
2001-09-09 03:08:30 +00:00
Doug White
a6ac38c5f6
Regen.
2001-09-09 03:07:32 +00:00
Doug White
884896fa2f
Add entry for Accton USB320-EC Ethernet adapter.
...
MFC after: 14
2001-09-09 03:07:15 +00:00
Nick Hibma
aa75eeda2f
Only clear endpoint stall if status was USBD_STALLED.
...
This avoids panicing the system by unplugging a hub. The interrupt transfer
would sometimes arrive after the driver had been removed.
2001-09-02 09:26:14 +00:00
Nick Hibma
d7e53003ef
First check whether the USB transfer was cancelled before starting to
...
use the data structures related to that keyboard.
2001-09-01 09:38:45 +00:00
Nick Hibma
2ce5d19515
Regen.
2001-09-01 09:35:46 +00:00
Nick Hibma
c2d98eeaca
Spelling nit.
2001-09-01 09:33:15 +00:00
Nick Hibma
f3dfa83f4f
Add safety belts. A control endpoint doesn't have an endpoint descriptor.
2001-08-30 21:45:28 +00:00
Peter Wemm
1ef4734b8a
Do not printf when we get called as a result of a pci shared interrupt,
...
and add a comment to that effect.
2001-08-23 01:16:10 +00:00
Peter Wemm
dae6dcff3f
Revert part of the last commit, as suggested by Nick. This is expected,
...
it is part of the way PCI shared interrupts work.
2001-08-23 01:12:35 +00:00
Peter Wemm
1408f3e993
Make these depend on the usb module so they can use its symbols if they
...
are loaded as seperate .ko files
2001-08-22 05:33:57 +00:00
Nick Hibma
83429be9b0
Find spurious interrupts.
2001-08-21 22:39:04 +00:00
Nick Hibma
e940cef54f
Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)
...
PR: 27792
2001-08-21 22:20:50 +00:00
Nick Hibma
6e155c1b96
Add support for the HP 4300C scanner.
...
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-08-21 22:16:44 +00:00
Nick Hibma
4817ad7e09
Support for the HP 8200e CD writer. (commented out)
...
Submitted by: Heath Nielson <heath@cs.byu.edu>
2001-08-21 22:03:18 +00:00
Nick Hibma
d815b123a2
Add support for the Microtech CameraMate.
...
Submitted by: Phil Knaack <pknaack1@netscape.net>
Submitted by: Jim Bryant <kc5vdj@yahoo.com>
2001-08-21 21:47:08 +00:00
Nick Hibma
924be33dc3
Deconfuse a debugging message.
2001-08-21 21:41:15 +00:00
Nick Hibma
9a9a00ec47
Regen.
...
National BearPaw 1200 has changed name USB_PRODUCT_NATIONAL_BEARPAW1200.
2001-08-21 21:36:58 +00:00
Nick Hibma
ff3863b777
Add Mustek, National and Ultima scanners.
...
Submitted by: Henning Meier-Geinitz <hmg@gmx.de>
PR: 29777
MFC after: 1 week
2001-08-21 21:35:40 +00:00
Julian Elischer
d05a918fc3
Do NOT allocate a 1K buffer on the kernel stack.
...
Found by: Smashed u-area and hardware watch points.
MFC after: 1 week
2001-08-10 17:32:11 +00:00
Peter Wemm
8e5003b0ea
Add the Rio 800 USB device IDs
...
Submitted by: Wesley Morgan <morganw@chemikals.org>
2001-08-08 23:04:31 +00:00
Kazutaka YOKOTA
764952572b
Return consistent key action codes at key press and release
...
events. Otherwise you would see unexpected results if shift or
locking keys are defined to give different actions depending
on other shift/locking keys' state.
Please keep the ukbd module and the kernel in sync, otherwise
the USB keyboard won't work after this change.
MFC after: 10 days
2001-07-20 13:05:57 +00:00
Benno Rice
beefc79739
Set vendor string correctly for the Apple KeyLargo.
...
Forgotten by: benno
Spotted by: n_hibma
2001-07-05 12:04:19 +00:00
Nick Hibma
55e6acd71b
Pull in the current version of NetBSD's ulpt.c, supporting bidirectional
...
communication with printers.
2001-07-05 10:15:37 +00:00
Nick Hibma
48405163d9
Regen.
2001-07-05 10:14:40 +00:00
Nick Hibma
e1f5734cbe
Pull in the most recent version of usb_quirks.h and propagate the necessary
...
changes to the various files.
Also, pull in most of the current usb_subr.c file.
2001-07-05 10:12:59 +00:00