Nick Hibma
4f68abd1cb
Rewrite the driver to better support the Huawei devices. It should now support
...
the Sierra and Novatel devices, ignore all umass devices and hide the umass
devices that represent the CD ROM devices (but not the SD card slot in the
Huawei Mobile dongle).
Note: This driver in FBSD7 seems to suffer from memory corruption when used
with an Option GT Quad. The E220 however works flawlessly.
Also add the ID for the Option GTMaxHSUPA, provided by Olivier Fromme.
2008-10-15 21:25:11 +00:00
Andrew Thompson
657197c42e
Remove the 'old' Novatel MC950D entry which was slightly incorrect, NetBSD has
...
already picked up the new name so run with it.
2008-10-14 18:24:40 +00:00
Nick Hibma
5d4bf57eea
Add back in the (incorrect) entry for the MC950D, as requested by Andrew
...
Thompson. They should not be removed in support of 3rd party software.
2008-10-14 15:19:02 +00:00
Nick Hibma
caae4b7f29
- Fix the naming of the MC950D device.
...
- Remove the (unimplemented) U3GFL_EJECT quirk as this won't be implemented in
the u3g driver anyway (most probably as an entry in devd.conf)
2008-10-14 07:45:11 +00:00
Nick Hibma
483b9e4739
Say hello to the u3g driver, implementing support for 3G modems.
...
This was located in the ubsa driver, but should be moved into a separate
driver:
- 3G modems provide multiple serial ports to allow AT commands while the PPP
connection is up.
- 3G modems do not provide baud rate or other serial port settings.
- Huawei cards need specific initialisation.
- ubsa is for Belkin adapters, an Linuxy choice for another device like 3G.
Speeds achieved here with a weak signal at best is ~40kb/s (UMTS). No spooky
STALLED messages as well.
Next: Move over all entries for Sierra and Novatel cards once I have found
testers, and implemented serial port enumeration for Sierra (or rather have
Andrea Guzzo do it). They list all endpoints in 1 iface instead of 4 ifaces.
Submitted by: aguzzo@anywi.com
MFC after: 3 weeks
2008-10-09 21:25:01 +00:00
Poul-Henning Kamp
0072533acb
Quirks for SDS-infrared.com "Hotfind-D" camera.
...
PR: 127943
2008-10-08 13:53:47 +00:00
Kevin Lo
2024887d2f
Add a vendor ID for 3G Green Green Globe Co., Ltd, found in
...
D-Link DPG-1200 remote control.
2008-09-19 09:04:06 +00:00
Andrew Thompson
441a61a08f
Add a bunch of Novatel and Sierra 3G wireless product ids.
...
Obtained from: Hobnob, Inc
2008-09-14 15:21:22 +00:00
Remko Lodder
e2d3226b4c
Add support for the CyberPower CP1500AVRLCD.
...
PR: 126845
Submitted by: gavin
Approved by: imp (mentor, implicit)
MFC after: 1 week
2008-09-09 19:59:51 +00:00
Warner Losh
b1ce3a05ee
Sort products numerically.
2008-09-05 20:45:31 +00:00
Weongyo Jeong
3448d11d50
Add ZyXEL G-202
...
Obtained from: OpenBSD
2008-09-05 11:27:33 +00:00
Remko Lodder
ecf815ecf0
Add support for the Alcor Card Reader (9361)
...
PR: 124656
Submitted by: Vincent Francois <vincentfrancois dot pro at gmail dot com>
Approved by: imp (mentor, implicit)
MFC after: 1 week
2008-08-21 20:37:38 +00:00
Remko Lodder
f0f6980322
Bring in support for the MC8755 Sierra UMTS card.
...
Submitted by: Robert Blacquiere <robert at blacquiere dot nl>
Approved by: imp (mentor, implicit)
MFC after: 1 week
2008-08-20 13:14:58 +00:00
Kevin Lo
ff52952636
Add the D-Link DWA-110
...
Tested by: Jonathan Lee <spamtrap at tczyhatczsche dot eu>
2008-08-19 01:44:56 +00:00
Weongyo Jeong
b3be9d15b4
Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).
...
This driver supports GW3887 based chipsets and works on
x86/powerpc/sparc64. You need upgtfw kernel module before loading
upgt(4). Please see the manpage.
Obtained from: OpenBSD
2008-08-11 03:57:31 +00:00
Henrik Brix Andersen
d09ece9e4e
Add quirks for making uhid(4) ignore the Apple iPhone and iPhone 3G.
...
Reviewed by: sam
Approved by: sam
MFC after: 3 days
2008-08-09 22:25:13 +00:00
Remko Lodder
a2a9fbb490
Add support for the ASUS P535 PDA
...
PR: kern/126097
Submitted by: Anton Kartashev <amokk@seb.org.ua>
Approved by: imp (mentor, implicit)
MFC after: 3 days
2008-08-02 12:15:18 +00:00
Luigi Rizzo
b562fe75e6
Add USB ids for the Epson DX7400 / CX7300 multifunction scanner printer
...
card reader. Tested operation of the scanner part with Sane,
card and printer correctly recognised as /dev/da0 and /dev/ulpt0
MFC after: 3 days
2008-06-27 10:30:08 +00:00
Kevin Lo
34b07c0273
Add the D-Link DWA-111
2008-06-13 02:02:21 +00:00
Attilio Rao
a177319618
Add the support for the Globetrotter Max 3.6 HSDPA Modem.
...
PR: usb/118374
Submitted by: Greg Rivers <gcr at tharned dot org>
2008-06-05 16:56:56 +00:00
Kevin Lo
974d3a246e
Add device IDs for Ricoh R5U870-based OEM cameras
2008-06-04 10:36:24 +00:00
Alexander Kabaev
e476ebf3d5
Add device ID for AnyDATA ADU-500A EV-DO modem.
...
Submitted by: Oleksandr Tatmanyants
PR: 118479
2008-06-03 03:31:53 +00:00
Alexander Kabaev
721234d1f6
Add vendor/device IDs for Novatel U740 repackaged by Dell.
...
Submitted by: David Gilbert
PR: 122803
2008-06-03 03:13:57 +00:00
Remko Lodder
5d6ab21196
Add support for the Epson 4800 scanner.
...
PR: 118391
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com>
Approved by: imp (mentor, implicit)
MFC after: 3 days
Committed at: BSDCan 2008
2008-05-18 03:07:40 +00:00
Remko Lodder
6b8b4a6618
Add support for the Nikon D300 camera
...
PR: usb/118741
Submitted by: Yuri <yuri at tsoft dot com>
Approved by: imp (mentor, implicit)
MFC after: 3 days
2008-05-16 19:47:15 +00:00
Olivier Houchard
1e4ef54501
From the OpenBSD commit log :
...
Add support for the Apple USB Ethernet adapter.
Work around the "latch in at the first working PHY address hack",
that fails for this adapter because it returns 0xffff when reading
from lower PHY addresses. Also add more debugging printfs
Obtained from: OpenBSD
MFC After: 3 days
2008-05-13 14:00:09 +00:00
Xin LI
7ed8ac61e6
Add ID for HTC PPC6700 Modem.
...
Submitted by: Kris Moore <kris pcbsd com>
MFC after: 3 days
2008-05-08 21:22:27 +00:00
Warner Losh
957d0a092d
A couple of cameras that I recently bought
2008-05-03 20:06:15 +00:00
Kai Wang
8319f315be
Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.
...
Reviewed by: imp
(RELENG-7) Tested by: Oliver Herold <oliver@akephalos.de>
PR: usb/121052
MFC after: 1 month
2008-04-30 19:37:54 +00:00
Warner Losh
8c3fa7a2c8
Add Epson DX8400 scanner.
...
PR: 123148
Submitted by: Bill Squire
2008-04-29 00:51:20 +00:00
Warner Losh
f601da1ce8
Add support for the Davicom DM9601.
...
Submitted by: William Grzybowski
2008-04-26 05:46:28 +00:00
Alexander Motin
abf7be003d
Add one more HTC PocketPC device id.
...
Tested on HTC TyTN.
Submitted by: Alexander Logvinov <ports@logvinov.com>
2008-04-20 17:12:11 +00:00
Florent Thoumie
0d06f230fd
Add support for Verizon v740 to ubsa(4).
...
PR: usb/122610
Submitted by: Randi Harper <randi@freebsdgirl.com>
MFC after: 3 days
2008-04-09 22:20:28 +00:00
Rui Paulo
0f16437bd2
Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems.
...
MFC after: 1 week
2008-03-28 14:20:06 +00:00
Sam Leffler
162382facd
add some CDMA modems
...
Submitted by: Jared Go
MFC after: 1 week
2008-03-25 23:35:32 +00:00
Kevin Lo
77ac9b1757
- Add the Corega CG-WLUSB2GL from NetBSD
...
- Add the Corega CG-WLUSB2GPX
2008-03-20 05:05:37 +00:00
Jung-uk Kim
0a84733d04
Add a quirk to ignore ASUS LCM display found on some ASUS laptops.
2008-03-14 15:59:30 +00:00
Rink Springer
2e7328e7cc
Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories
...
CP2101/CP2102 based USB serial adapters.
Reviewed by: imp, emaste
Obtained from: OpenBSD
MFC after: 2 weeks
2008-03-05 14:13:30 +00:00
Remko Lodder
185cd0fd95
Add support for the EPSON CX5400 scanner
...
PR: usb/120980
Submitted by: Christophe Etcheverry <cetcheve at gmail dot com>
MFC after: 3 days
Approved by: imp (mentor, implicit for trivial changes)
2008-02-26 18:19:39 +00:00
Pav Lucistnik
677736aa9c
- Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ
2008-02-26 18:12:32 +00:00
Remko Lodder
03206b569c
Add support for the VIA USB2IDE bridge [1].
...
PR: usb/95173
Submitted by: Goegele Hannes <diazepam@gmx.net>
Ben Kelly <bkelly at vadev dot org>
Tested by: blackend
Approved by: imp (mentor, blanket for simple patches)
X-MFC-After: 1 week
2008-02-21 19:07:08 +00:00
Kevin Lo
0b119ae588
Add the SparkLAN RT2573, found in HP s3200n
...
Obtained from: OpenBSD
2008-01-07 09:14:37 +00:00
David Xu
f5ae94753b
Add quirks for Netac Onlydisk 2000 USB disk.
2007-12-11 06:41:38 +00:00
John Birrell
1b655ceb37
Add Dell's Photo AIO Printer 926.
2007-11-26 05:47:15 +00:00
Sam Leffler
28aba29eb9
- add the Planex GW-US54GXS adapter
...
Submitted by: Weongyo Jeong <weongyo.jeong@gmail.com>
Obtained from: openbsd
MFC after: 3 days
2007-11-23 05:44:29 +00:00
Henrik Brix Andersen
419f6676c3
Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.
...
PR: usb/116057
Approved by: imp, erwin (mentor)
2007-11-11 20:57:08 +00:00
Sam Leffler
d8e40e35ce
correct entry
2007-11-03 19:11:35 +00:00
Alexander Motin
11bfc2922d
Add one of HTC Smartphone/PocketPC device IDs.
...
Tested with Qtek S200 (HTC Prophet).
2007-10-22 08:28:24 +00:00
Takanori Watanabe
02c788a24e
Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.
...
I tested it on cheap serial converter.(Only costs 980JPY.)
2007-10-18 10:51:06 +00:00
Takanori Watanabe
5e6c8da764
Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)
2007-10-12 08:45:55 +00:00