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
Nick Hibma
b74562cf03
Make the string argument a const.
2001-07-05 10:09:22 +00:00
Nick Hibma
c077cffc2e
Update with NetBSD version
...
Remove duplicates
NOTE: USB_PRODUCT_SANDISK_IMAGEMATE has changed to
USB_PRODUCT_SANDISK_SDDR05A
2001-07-05 09:35:46 +00:00
Benno Rice
e5a44502dd
Add device ID for the OHCI controller in the Apple KeyLargo chip.
2001-07-02 14:03:25 +00:00
Nick Hibma
0a40173c0c
Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.
...
PR: kern/28537
Submitted by: Hiroyuki Aizu <aizu@navi.org>
MFC after: 5 days
2001-06-30 13:49:17 +00:00
Nick Hibma
0bea5808a1
Don't free memory that has been freed already.
...
Null the pointer after freeing the memory.
PR: 27370
Submitted by: Alec Barea <alec@barea.org>
MFC after: 5 days
2001-06-30 10:57:37 +00:00
Kazutaka YOKOTA
6c726162da
Add the device resume method to keyboard drivers.
...
MFC after: 4 weeks
2001-06-30 10:02:32 +00:00
Peter Wemm
1d63bf5236
Fix warning: 128: warning: initialization makes pointer from integer
...
Note: this file has lots of #if __FreeBSD__ >= 4 etc which needs to be
changed to __FreeBSD_version >= 400000 etc.
2001-06-15 00:26:41 +00:00
Peter Wemm
7b77e0fa50
Activate the kthread mechanism for doing usb bus discovery. This means
...
that device add/remove will work without usbd running. usbd is still
used for execing stuff, but that is all now. Ideally it could be replaced
by a devd some day. Until now, usbd had to be running so that the
USB_DISCOVER ioctl could be called to walk the tree when an attachment
status change was noticed.
Among the changes:
- when a detach happens, remove any pending 'attach' messages or the system
suffers from whiplash from exec moused / kill moused loops if you do lots
of attach/detach and later start usbd.
- tweaks related to kthread differences
- disable the select handler for the old interface (never return success).
I have not removed it yet or old usbd's will abort. That can get removed
later once usbd is cleaned up and things have stabilized for a few weeks.
- get Giant in the kthread.
- a couple of minor potential bug fixes (usb_nevents vs malloc failure etc)
Pre-approved by: n_hibma (ages and ages ago)
2001-06-06 22:00:03 +00:00
Poul-Henning Kamp
3b6c05fa7f
Remove the empty uscannerioctl() and use noioctl() instead.
2001-05-23 17:51:43 +00:00
Jun Kuriyama
da76f18bc6
Add description for 82801BA controller.
...
MFC after: 1 week
2001-05-21 01:24:14 +00:00
Mark Murray
fb919e4d5a
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
...
other "system" header files.
Also help the deprecation of lockmgr.h by making it a sub-include of
sys/lock.h and removing sys/lockmgr.h form kernel .c files.
Sort sys/*.h includes where possible in affected files.
OK'ed by: bde (with reservations)
2001-05-01 08:13:21 +00:00
Nick Hibma
d309bc7f71
Regen.
2001-04-30 17:38:57 +00:00
Nick Hibma
eb9c76a9f0
Add 4300C Id
...
Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
2001-04-30 17:37:11 +00:00
Nick Hibma
be971a7240
Regen.
2001-04-17 15:53:35 +00:00
Nick Hibma
177f46f166
Add the HP scanner 3400C
2001-04-17 15:53:20 +00:00
Nick Hibma
e47670c92d
Regen.
2001-04-17 15:34:44 +00:00
Nick Hibma
dacb51ca16
Lexar jumpSHOT Id.
...
Submitted by: gshapiro
2001-04-17 15:34:22 +00:00
Nick Hibma
1470e6aaeb
Regen.
2001-04-12 11:08:59 +00:00
Nick Hibma
47a9ad6b89
TDK ids
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
2001-04-12 11:04:08 +00:00
Nick Hibma
426128e90b
From NetBSD
2001-04-12 10:59:30 +00:00
Nick Hibma
e796578c40
Rege.
2001-04-09 18:45:32 +00:00
Nick Hibma
053a2f773b
Again an ID that has been reused. Update description.
2001-04-09 18:45:02 +00:00
Nick Hibma
6e4a2c5638
Add the Abocom URE 450 ethernet adapter.
...
Submitted by: dima@bog.msu.su
2001-04-09 18:44:11 +00:00
Nick Hibma
d6bbfa7387
Regen.
2001-04-09 18:26:18 +00:00
Nick Hibma
5224ce264a
Update the description for the EPSON PID 0x010a. It seems to be reused in
...
the 8700 series.
2001-04-09 18:22:20 +00:00
Nick Hibma
0ec85a1de5
Regen.
2001-04-09 18:19:41 +00:00
Nick Hibma
b0477600ef
Add the Omni 56K Plus modem
...
Submitted by: kazarov@izmiran.rssi.ru
2001-04-09 18:19:20 +00:00