sanpei
343b9c0fdd
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
silby
476aac9d4f
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
joe
6cfca3ab64
Regen
2004-05-05 19:40:03 +00:00
joe
7e16974419
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
sanpei
892b9d0aab
Sync to 1.176 of usbdevs
2004-05-04 11:37:26 +00:00
sanpei
d5d1a5595d
fix typo (adapte -> adapter)
...
Submitted by: Daan Vreeken [PA4DAN] <Danovitsch@Vitsch.net>
2004-05-04 11:36:54 +00:00
sanpei
f76b80de65
Sync to 1.175 of usbdevs
2004-05-04 11:23:45 +00:00
sanpei
6ae923480a
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
sanpei
c1696e146d
Sync to 1.174 of usbdevs
2004-05-04 09:41:08 +00:00
sanpei
7ddb8a48e8
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
sanpei
ffa82b2854
Sync to 1.173 of usbdevs
2004-05-02 13:23:25 +00:00
sanpei
0503162983
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
sanpei
4914ed4734
Sync to 1.172 of usbdevs
2004-04-27 13:56:39 +00:00
sanpei
918e56f8ce
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
sanpei
11d55d3687
Sync to 1.171 of usbdevs
2004-04-25 11:24:40 +00:00
sanpei
ecd2773f0e
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
obrien
dd09fa8865
Add support for the ADMtek AN8513 USB Ethernet adapter.
...
Submitted by: taxman <taxman@freedombi.com>
2004-04-16 05:24:45 +00:00
obrien
e73d1e50f2
Correct $FreeBSD$ style.
2004-04-16 05:22:11 +00:00
iedowse
d39c4df474
Use the correct flag for mbuf allocations (M_DONTWAIT, not M_NOWAIT).
2004-04-06 19:32:00 +00:00
julian
d03618b7cd
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
714a4cc72b
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
7ec9985db2
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
9efe311189
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
14cb41a101
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
1ed00c0897
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
sobomax
5ddc04cafb
Regen after 1.169 of usbdevs.
2004-03-18 01:06:28 +00:00
sobomax
7c365a1241
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
njl
05a1f56fc9
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
joe
f4aa310607
Regen.
2004-03-14 21:57:35 +00:00
joe
83e70ac80c
Add support for Handspring TREO 600.
...
Submitted by: Tuc <tuc@ttsg.com>
MFC after: 1 week
2004-03-14 21:56:51 +00:00
mdodd
5c1fa8d5da
Announce ethernet MAC addresss in ether_ifattach().
2004-03-14 07:12:25 +00:00
tjr
2f91a3fb69
Add support for the Epson Perfection 1670 scanner.
2004-03-13 08:45:16 +00:00
tjr
9d059122ad
Regen
2004-03-13 08:25:51 +00:00
tjr
4c2b39943c
Add EPSON Perfection 1670 scanner.
2004-03-13 08:21:22 +00:00
sanpei
023ccc15a9
Sync to 1.166 of usbdevs
2004-03-07 05:34:36 +00:00
sanpei
6007a613e1
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
phk
ffadc40d66
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
sanpei
94e7c6c5ef
Sync to 1.165 of usbdevs
2004-03-04 07:22:30 +00:00
sanpei
a88951ea76
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
peter
28abf2fd58
Add new Matrix Orbital LCD panel id's so that they are recognized and
...
attached via uftdi->ucom.
2004-03-02 19:03:26 +00:00
peter
7fe91e1dcd
Regen
2004-03-02 19:01:56 +00:00
peter
80ed420253
Add some device id's for Matrix Orbital's newer LCD panels. These use
...
another ftdi usb->serial bridge with different ID's.
2004-03-02 19:01:30 +00:00
ticso
fe22b3cc39
add driver for BWCT console management serials
2004-03-01 02:34:49 +00:00
sanpei
33fa1d295f
Sync to 1.163 of usbdevs
2004-02-28 00:15:08 +00:00
sanpei
feba0af553
add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/100 PHY)
...
- Corega FEther USB-TXC
PR: kern/62932
Submitted by: HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp>
Obtained from: NetBSD
2004-02-28 00:12:47 +00:00
jhb
f00d012895
Fix a problem with the USB keyboard driver not properly handling key
...
rollover resulting in duplicate keypress events.
PR: 57273
PR: 63171
Submitted by: plasma <plasma at freebsd.sinica.edu.tw>
Submitted by: Brian Candler <B.Candler at pobox.com>
MFC after: 1 week
2004-02-23 15:36:40 +00:00
phk
ad925439e0
Device megapatch 4/6:
...
Introduce d_version field in struct cdevsw, this must always be
initialized to D_VERSION.
Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing
four D_NOGIANT flags and adding 145 D_NEEDGIANT flags.
2004-02-21 21:10:55 +00:00
phk
fcf7e634fb
Device megapatch 3/6:
...
Add missing D_TTY flags to various drivers.
Complete asserts that dev_t's passed to ttyread(), ttywrite(),
ttypoll() and ttykqwrite() have (d_flags & D_TTY) and a struct tty
pointer.
Make ttyread(), ttywrite(), ttypoll() and ttykqwrite() the default
cdevsw methods for D_TTY drivers and remove the explicit initializations
in various drivers cdevsw structures.
2004-02-21 20:41:11 +00:00
phk
df397dedea
Device megapatch 1/6:
...
Free approx 86 major numbers with a mostly automatically generated patch.
A number of strategic drivers have been left behind by caution, and a few
because they still (ab)use their major number.
2004-02-21 19:42:58 +00:00
wilko
f2c24e9bc6
Make uscanner recognise EPSON Perfection 3200. Tested with xsane.
...
PR: kern/63041
MFC after: 3 days
2004-02-19 22:05:10 +00:00