Lukas Ertl
29d81b7db1
Update URL to HID spec.
...
Obtained from: NetBSD
2004-05-23 17:09:07 +00:00
Lukas Ertl
b04f1772b7
Update URL to HID spec.
...
Obtained from: NetBSD
2004-05-23 16:55:28 +00:00
Maxime Henrion
866a788cc2
We don't need to initialize if_output, ether_ifattach() does it
...
for us.
2004-05-23 16:11:53 +00:00
Lukas Ertl
b113636e68
MFNetBSD 1.80; author: wiz
...
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.
Obtained from: NetBSD
2004-05-23 14:01:23 +00:00
Ian Dowse
eadf519a78
Replace the static "qdat" structure with a per-instance softc field
...
in all USB ethernet drivers. The qdat structure contains a pointer
to the interface's struct ifnet and is used to process incoming
packets, so simultaneous use of two similar devices caused crashes
and confusion.
The if_udav driver appeared in the tree since Daan's PR, so I made
similar changes to that driver too.
PR: kern/59290
Submitted by: Daan Vreeken <Danovitsch@Vitsch.net>
2004-05-23 12:35:25 +00:00
Lukas Ertl
5ac85402da
Diff reduction to NetBSD.
...
MFNetBSD 1.177; author: toshii
Use the correct wValue to get hub desriptors.
Also, make wValue checks of root hub codes less strict.
MFNetBSD 1.178: author: martin
Interrupt descriptors might become invalid while being processed in
uhci_check_intr - so remember their next pointer before calling it.
Patch provided by Matthew Orgass in PR kern/24542.
Obtained from: NetBSD
2004-05-23 11:43:34 +00:00
Lukas Ertl
d0834d4dc8
Add Intel PCI vendor ID.
2004-05-22 14:18:05 +00:00
Lukas Ertl
b2d36e0f30
Fix typos in comments.
...
Submitted by: Gerhard Gonter <gonter@falbala.wu-wien.ac.at>
2004-05-22 09:29:52 +00:00
MIHIRA Sanpei Yoshiro
c970d559f1
Sync to 1.178 of usbdevs
2004-05-21 01:39:38 +00:00
MIHIRA Sanpei Yoshiro
3ee4bca213
add support Kyocera AH-K3001V (cellular phone in Japan)
...
PR: kern/66779
Submitted by: Togawa Satoshi <toga@puyo.org>
MFC after: 1 week
2004-05-21 01:36:48 +00:00
MIHIRA Sanpei Yoshiro
e68f2db9a3
MFNetBSD (umodem.c 1.46):
...
URL updates
2004-05-14 15:16:09 +00:00
MIHIRA Sanpei Yoshiro
c6b0444f5f
fix SONY_CLIE_41 (as PEG-SJ33/U)
...
PR: kern/64968
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
MFC after: 1 week
2004-05-06 13:33:59 +00:00
Mike Silbersack
f71ae83f34
Remove "Scheduling overrun" interrupts from the set of normal interrupts
...
that the OHCI driver uses. Broken OHCI devices (like the controller
in my laptop, apparently) like to set this bit at times. Research
through google shows that this problem has shown up on other systems
as well.
As the scheduling overrun handler doesn't actually do anything, and
the only effect is console spamming, disabling the interrupt seems
to be the right thing to do. (And it is also what linux 2.6 does.)
2004-05-06 09:21:05 +00:00
Josef Karthauser
3e69419a37
Regen
2004-05-05 19:40:03 +00:00
Josef Karthauser
81bf999d56
Add support for the new Zire 31 device.
...
Submitted by: Adriaan de Groot <adridg@cs.kun.nl>
2004-05-05 19:39:24 +00:00
MIHIRA Sanpei Yoshiro
e3433c8b27
Sync to 1.176 of usbdevs
2004-05-04 11:37:26 +00:00
MIHIRA Sanpei Yoshiro
9ea2290de0
fix typo (adapte -> adapter)
...
Submitted by: Daan Vreeken [PA4DAN] <Danovitsch@Vitsch.net>
2004-05-04 11:36:54 +00:00
MIHIRA Sanpei Yoshiro
39b7f9fc17
Sync to 1.175 of usbdevs
2004-05-04 11:23:45 +00:00
MIHIRA Sanpei Yoshiro
5151db7f71
Fix device ID for Linksys USB 2.0 10/100 ethernet controller
...
(use LINKSYS2)
Submitted by: takawata-san
2004-05-04 11:22:09 +00:00
MIHIRA Sanpei Yoshiro
10aee7e1c4
Sync to 1.174 of usbdevs
2004-05-04 09:41:08 +00:00
MIHIRA Sanpei Yoshiro
6183ba9d09
Add some device ID for atuwi USB wlan driver
...
(Atmel at76c503a http://vitsch.net/bsd/atuwi )
Fix ATMEL DWL-120 Wireless adapter product ID.
(I checked http://www.linux-usb.org/usb.ids )
PR: kern/66227
Submitted by: Daan Vreeken [PA4DAN] <Danovitsch@Vitsch.net>
2004-05-04 09:39:44 +00:00
MIHIRA Sanpei Yoshiro
d6f89a0596
Sync to 1.173 of usbdevs
2004-05-02 13:23:25 +00:00
MIHIRA Sanpei Yoshiro
a62da76023
Add support SUNTAC U-Cable type A4 (AS144L4)
...
http://www.sun-denshi.co.jp/scc/products/mobile/as144l4/as144l4.htm (in Japanese)
PR: kern/66144
Submitted by: KURASHINA Hideyuki <rushani@FreeBSD.org>
2004-05-02 13:21:28 +00:00
MIHIRA Sanpei Yoshiro
3fa30d6c9a
Sync to 1.172 of usbdevs
2004-04-27 13:56:39 +00:00
MIHIRA Sanpei Yoshiro
2137eb2fa7
Add support DELL BC02 Bluetooth USB Adapter(TrueMobile 300)
...
PR: kern/65777
Submitted by: Patrick Hurrelmann <outi@bytephobia.de>
2004-04-27 13:55:26 +00:00
MIHIRA Sanpei Yoshiro
6dc98d2539
Sync to 1.171 of usbdevs
2004-04-25 11:24:40 +00:00
MIHIRA Sanpei Yoshiro
e9d1d719e0
Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)
...
Submitted by: KAWAI Kenichi <kawai.kenichi@canon.co.jp>
2004-04-25 11:21:30 +00:00
David E. O'Brien
38974555bd
Add support for the ADMtek AN8513 USB Ethernet adapter.
...
Submitted by: taxman <taxman@freedombi.com>
2004-04-16 05:24:45 +00:00
David E. O'Brien
e5b1e74d89
Correct $FreeBSD$ style.
2004-04-16 05:22:11 +00:00
Ian Dowse
a76d86b892
Use the correct flag for mbuf allocations (M_DONTWAIT, not M_NOWAIT).
2004-04-06 19:32:00 +00:00
Julian Elischer
10030054ac
Do the looping retry trick in the first operation to try to talk
...
with the device, not the second..
Submitted by: ticso@cicely12.cicely.de
2004-04-01 18:55:28 +00:00
Julian Elischer
c8e8e129a5
MFNetBSD Version 1.146
...
various probing and attaching tweeks.
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Obtained from: NetBSD
MFC after: 3 days
2004-03-26 18:56:58 +00:00
Julian Elischer
8737555800
Put the event notification back where it was for freeBSD, after device creation.
...
Since NetBSD doesn't have devfs the order for them doesn't matter..
Reverses one part of 1.60->1.61 NetBSD diff reduction.
Obtained from: Not NetBSD
2004-03-20 07:31:11 +00:00
Julian Elischer
9db42b4960
Diff reduction to NetBSD
...
Bring over sundry small fixes from NetBSD
Obtained from: NetBSD
MFC after: 1 week
2004-03-19 08:19:52 +00:00
Julian Elischer
bb841defc0
Diff reduction to NetBSD
...
Trying to figure out why this only works with SOME EHCI controllers.
Obtained from: NetBSD
MFC after: 1 week
2004-03-19 07:14:23 +00:00
Julian Elischer
4de762365a
Re-enable detach events after adding a bugfix from NetBSD
...
that unbreaks them.
Submitted by: dillon
Obtained from: NetBSD
MFC after: 2 days
2004-03-19 06:15:45 +00:00
Maxim Sobolev
273ac7b968
Regen after 1.169 of usbdevs.
2004-03-18 01:06:28 +00:00
Maxim Sobolev
7dc0ba8937
Add support for Crystalfontz CFA-632, CFA-633 and CFA-634, all of them
...
are based on the same USB->COM bridge, but have different product IDs.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: http://www.tnpi.biz/computing/freebsd/crystalfontz.shtml
MFC after: 3 days
2004-03-18 01:02:46 +00:00
Nate Lawson
5f96beb9e0
Convert callers to the new bus_alloc_resource_any(9) API.
...
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
2004-03-17 17:50:55 +00:00
Josef Karthauser
6909422ddd
Regen.
2004-03-14 21:57:35 +00:00
Josef Karthauser
295964d6a9
Add support for Handspring TREO 600.
...
Submitted by: Tuc <tuc@ttsg.com>
MFC after: 1 week
2004-03-14 21:56:51 +00:00
Matthew N. Dodd
e3bbbec2ca
Announce ethernet MAC addresss in ether_ifattach().
2004-03-14 07:12:25 +00:00
Tim J. Robbins
2a5bb2de6b
Add support for the Epson Perfection 1670 scanner.
2004-03-13 08:45:16 +00:00
Tim J. Robbins
7e035f1e26
Regen
2004-03-13 08:25:51 +00:00
Tim J. Robbins
1df4c96417
Add EPSON Perfection 1670 scanner.
2004-03-13 08:21:22 +00:00
MIHIRA Sanpei Yoshiro
ff89e92686
Sync to 1.166 of usbdevs
2004-03-07 05:34:36 +00:00
MIHIRA Sanpei Yoshiro
b34b7c59ee
Add support 2 devices(USB-DVD-R drives)
...
- Logitec LDR-H443SU2
- IO-DATA DVR-UEH8
PR: kern/63793
Submitted by: Ryuji MATSUMOTO <matumoto@pluto.ai.kyutech.ac.jp>
MFC after: 1 week
2004-03-07 05:33:09 +00:00
Poul-Henning Kamp
7896170112
Implement a crude but functional usbd_ratecheck() to limit the number
...
of "usb0: %d scheduling overruns" messages I have to contend with.
2004-03-04 20:49:03 +00:00
MIHIRA Sanpei Yoshiro
d7bd2883ec
Sync to 1.165 of usbdevs
2004-03-04 07:22:30 +00:00
MIHIRA Sanpei Yoshiro
a439ea6c55
Add support SimpleTech UCF-100 USB CompactFlash reader(OnSpec Electronic, Inc.)
...
PR: kern/63619
Submitted by: Greg Rivers <gcr@sa.fedex.com>
MFC after: 1 week
2004-03-04 07:20:48 +00:00