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
Luigi Rizzo
cf1a10e8c0
Add entries for Epson multifunction scanner/printer/card readers,
...
with all functions supported. This is done adding usb device IDs
to the table of recognised devices (because there is no standard
'scanner' class, so no other way to recognise them), and with
a small change to the uscanner attach routine that prevents
reconfiguring the whole USB device while we are dealing only with
one of its USB interfaces.
The latter part has been suggested by Steinar Hamre in
http://www.freebsd.org/cgi/query-pr.cgi?pr=107665 , i have
only added a bit of explaination to the code.
I have personally tried this on the Epson DX-5050 and DX-6000
devices (on the US market they have different names, CX-something).
I have good reasons to think that, possibly with the mere addition
of more USB ids to the table in uscanner.c, this should work with
all Epson multifunction devices in that family (from DX-3800 to
DX-7000 - these units are in the 50-120$ price range).
More details on related topics (SANE configuration, OCR, etc.)
at http://info.iet.unipi.it/~luigi/FreeBSD/dx5050.html
Manpage updates coming soon.
Approved by: re, imp
MFC after: 3 days
2007-10-05 07:26:39 +00:00
Warner Losh
4c2b0b2a5e
Add devices for the forthcoming zyd driver, ported from NetBSD, by
...
Weongyo Jeong.
Submitted by: Weongyo Jeong
Approved by: re@
2007-08-29 21:00:57 +00:00
Warner Losh
6dc2dedb7a
Start to converge on standard ways of saying some things like
...
Ethernet and Adapter.
Obtained from: NetBSD (kinda)
Approved by: re (blanket)
2007-07-25 07:11:08 +00:00
Warner Losh
944f82cd4f
Change new Wi-Spy device name to Wi-Spy 2.4x.
...
Submitted by: Brix Andersen
Approved by: re@ (blanket)
PR: 114807
2007-07-22 18:29:18 +00:00
Warner Losh
7e23029ae6
Add some additional devices.
...
Submitted by: HPS hselasky at c2i dot net
Approved by: re (blanket)
2007-07-22 03:45:35 +00:00
Warner Losh
36fef1500d
Add additional product id and quirks entry for MetaGeek Wi-Spy
...
Submitted by: Robert Noland
PR: 114481
Approved by: re@ (blanket)
2007-07-10 21:00:10 +00:00
Warner Losh
bb900be1fe
Fix duplicates that crept in at the last minute :-(.
...
Noticed by: Ian Freislich
Approved by: re@ (blanket)
2007-07-09 14:26:08 +00:00
Warner Losh
66807691fe
Further diff reduction against the proposed merged usbdevs: Add a few
...
more vendors, use slightly more standardized names.
No md5 chagnes for !USBVERBOSE kernels
Approved by: re@ (blanket)
2007-07-09 06:20:07 +00:00
Warner Losh
dc950f0469
More vendors from the merged list.
...
Sort NETGEAR list per convention.
Swap QUALCOMM and QUALCOMM2.
Add a few vendor products.
no md5 changes with this file (except when USBVERBOSE is enabled)
Approved by: re@ (blanket)
2007-07-09 05:47:32 +00:00
Warner Losh
f1d2cc831c
Trivial differences with the proposed merged BSD usbdevs file merged
...
in. These are exclusively in the name of the company for this round.
No new devices have been added, but the MITEL entry has been
eliminated because nothing uses it. You won't see any difference
unless you have USBVERBOSE defined for the kernel.
Approved by: re@ (blanket)
2007-07-06 20:05:39 +00:00
Warner Losh
8705c3d30b
Add quirks, derived from the linux quirks table for:
...
o Adonics Cable 205
o Aiptek PocketCAM 3Mega
o Belkin USB2SCSI
o Casio QV DigiCam
o CCYU EasyDisk ED1064
o Desknote UCR-61S2B
o Epson Stylus Photo 875DC Card Reader
o Epson Stylus Photo 895 Card Reader
o Feiya 5-in-1 Card Reader
o Hitachi Dvd-CAM DZ-MV100A Camcorder
o HP CD-WRiter+ CD-4e
o Insystem Storage Adapter v2
o Kyocera Finecam S3x
o Kyocera Finecam S4
o Kyocera Finecam S5
o Kyocera Finecam L3
o Lexar USB CF Reader
o MindAtWork Digital Wallet
o Minolta Dimage F300
o Minolta Dimage E223
o Minsumi USB Fdd
o Netac USB-CF-Card
o NetChip USB Clik! 40
o Onspec MDCFE-B USB CF Reader
o Onspec SIIG/Datafab Memory Stick + CF Reader/Writer
o Onspec Datafab-based Reader
o Onspec PNY/Datafab CF+SM Reader
o Onspec SimpleTech/Datafab CF+SM Reader
o Onspec MDSM-b Reader
o Onspec USB To CF + SM Combo (LC1)
o Onspec ImageMate SDDR55
o Panasonic LS-120 Camera
o Samsung Techwin Digimax 410
o Shuttle eUSB SmartMedia / CompactFlash Adapter
o Skanhex MD 7425 Camera
o Skanhex SX 520z Camera
o Sony Memorystick NW-MS7
o Sony Portable USB Hardrive V2
o Sony Memorystick PEG N760c
o Sony Memorystick MSC-U03
o TREK/IBM USB memory key
o Trumpion T33520 USB Flash Card Controller
o Trumpion MP3 Player
o Vivtar Vivicam 35Xx
o WinMaxGroup USB Flash Disk 64M-C
o Zoran Digital Camera EX-20 DSC
and maybe a few others...
Submitted by: Vaidas Damosevicius and flz
PR: 79893
Reviewed by: njl, flz
Approved by: re (blanket)
2007-07-05 05:26:08 +00:00
Warner Losh
e196c772a8
Add support for Western Digital MyBook external enclosures. They need
...
this quirk to work.
Submitted by: Dierk Sacher
PR: usb/99419
Approved by: re (blanket)
2007-07-05 04:05:51 +00:00
Warner Losh
bf21ee8d91
WD Firewire/USB Combo hangs under load on USB interface. Fix with
...
these quirks.
Submitted by: John Pettitt
PR: 79140
Approved by: re@ (blanket)
2007-07-02 04:55:56 +00:00
Warner Losh
ad416b7abe
umass quirk: Samsung YP-U2 USB MP3/Ogg Player
...
Submitted by: Ulrich Spoerlein
PR: 114154
Approved by: re@ (blanket)
2007-06-30 14:53:44 +00:00
Warner Losh
439ebffe8d
quirk for CENTURY EX35QUAT disk enclosure
...
Submitted by: Daniel Hartmeier
PR: 94132
Approved by: re (blanket)
2007-06-30 04:58:35 +00:00
Warner Losh
a72de103a1
Fix cheapy Myson USB-IDE adapter
...
Submitted by: Arno J. Klaassen
PR: 88939
Approved by: re@ (blanket)
2007-06-30 04:42:29 +00:00
Warner Losh
3995a80fd6
Add support for various MS Wirless usb mice. the patch is from
...
Hellmuth with some refinements by myself and flz@. It works for me
with my non-MS mice, so nothing should be broken by it.
Submitted by: Hellmuth Michaelis
PR: 90162
Approved by: re (blanket)
2007-06-29 21:07:41 +00:00
Warner Losh
67c4e28638
Partially updated usbdevs from OpenBSD's usbdevs. Also, some sorting
...
of the file numerically for vendors and then each product numerically
by vendor (with all the foo2's sorting after the foo's). Someday, all
the usbdevs will be merged, I hope, but until then, we have these
mega-merges.
This also finishes the LINKSYS4 -> CISCOLINKSYS rename.
Approved by: re@ (blanket)
2007-06-26 05:29:27 +00:00
Warner Losh
a272617c67
For USBVERBOSE case, we can't have " in any of the names.
...
Submitted by: Flemming Jacobsen
Approved by: re (blanket)
2007-06-23 16:50:46 +00:00
Warner Losh
aca96341db
Drag in another device: The Surecom RT2570.
...
Obtained from: OpenBSD
Approved by: re@ (blanket for device IDs)
2007-06-23 06:52:56 +00:00
Warner Losh
0b204f9c17
Add a boatload of devices from OpenBSD and NetBSD to kue and cdce.
...
Obtained From: OpenBSD/NetBSD
Approved by: re (blanket)
2007-06-23 06:47:43 +00:00
Warner Losh
1331348cb7
Merge some device IDs from OpenBSD for aue. Minor sorting of usbdevs
...
to fix disorder.
Obtained from: OpenBSD
Approved by: re@ (blanket)
2007-06-23 05:52:12 +00:00
Warner Losh
c199bfa6cb
Add support for Garmin iQue 3600
...
Submitted by: Lapo Luchini
PR: 113324
Approved by: re (kensmith, blanket)
2007-06-22 06:02:19 +00:00
Warner Losh
30d52b75e4
add support for Option GlobeTrotter 3G+
...
(PR says this may be from OpenBSD)
Submitted by: Simun Mikecin
PR: 111710
Approved by: re (kensmith, blanket)
2007-06-22 05:56:05 +00:00
Warner Losh
e5be70a464
Tactrix Openport support
...
Submitted by: Jonathan Charest
PR: 110992
Approved by: re (kensmith, blanket)
2007-06-22 05:53:05 +00:00
Warner Losh
54a25dd338
add Benq 3300U/4300U support
...
Submitted by: Denis Sadykov
PR: 110477
Approved by: re (kensmith, blanket)
2007-06-22 05:49:12 +00:00
Warner Losh
dffc4a655f
Crystalfontz CFA-635 20x4 USB LCD
...
(plus minor sorting)
Submitted by: John Wilson
PR: 107526
Approved by: re (kensmith, blanket)
2007-06-22 05:44:41 +00:00
Warner Losh
c0a4ed889c
Update uvisor to support the Fossil Abacus Wrist PDA
...
Submitted by: Simon Dick
PR: 96714
Approved by: re (kensmith, blanket)
2007-06-22 05:33:20 +00:00
Warner Losh
b1aafdf7af
USB Ethernet Adaptor "ELECOM LD-USB20"
...
PR: 86195
Submitted by: kato <redzonemiata@yahoo.co.jp>
Approved by: re (kensmith)
2007-06-22 05:20:11 +00:00
Warner Losh
21bf93883e
USL101 Host-to-Host bridge support
...
PR: 82436
Submitted by: Maxim M. Kazachek
Approved by: re (kensmith)
2007-06-22 05:14:27 +00:00
Warner Losh
638c640a71
Add support for YANO external USB-HDD.
...
Submitted by: Norihiro TANAKA
PR: 94742
Approved by: re (kensmith blanket)
2007-06-21 20:13:07 +00:00
Warner Losh
c2861c84f6
Fix two PRs by adding vendor IDs:
...
PR 108097: ADMtek 851X USB-to-LAN adapter
PR 74849: Samsung SPH-i500 does not attach properly as usb modem/Palm device
PR: 108097, 74849
Approved by: re@ (kensmith trivial usb blanket)
2007-06-21 17:55:28 +00:00
Warner Losh
1fdf3b1b35
Add more IDs for the uftdi driver. Slight tweaks to patch by me.
...
Submitted by: Thorsten Trampisch
PR: 113384
2007-06-05 21:06:17 +00:00
Warner Losh
965f1e2a4a
Add more devices from the hps tree. These appear to have come from
...
OpenBSD's if_ral.c.
I didn't make the LINKSYS4 -> CISCOLINKSYS name change, nor did I
include the RALINK RT2573 that's supported by the rum(4) driver. I
didn't merge any code changes either.
2007-05-29 20:05:13 +00:00
Maxim Konovalov
717d7ba708
o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.
...
PR: usb/95803
Submitted by: Jindrich Fucik
Tested by: R.Mahmatkhanov
MFC after: 2 weeks
2007-05-08 18:51:40 +00:00
Kevin Lo
0738dfc386
Add support for Ralink Technology RT2501USB/RT2601USB devices.
...
Reviewed by: sam, sephe
Obtained from: OpenBSD
2007-05-06 10:07:21 +00:00
Takanori Watanabe
0f23397d3f
Add MELCO PC-OP-RS Universal remote ID.
2007-04-30 16:15:19 +00:00
Maxim Konovalov
b274ce9ef2
o Extend the list of supported CDMA-2000 terminals.
...
Submitted by: R.Mahmatkhanov
MFC after: 10 days
2007-04-13 18:15:07 +00:00
Maxim Konovalov
d986a9f435
o A quirk for Sagem USB-Serial controller.
...
PR: usb/109613
Submitted by: Mayr Gerald
MFC after: 1 month
2007-03-24 09:27:58 +00:00
Maxim Konovalov
bbb4f3ad1e
o Add several CDMA-2000 terminals.
...
PR: usb/109838
Submitted by: R.Mahmatkhanov
MFC after: 1 month
2007-03-24 09:25:56 +00:00
Warner Losh
9995cc7a29
Entries sorted by id number, not name
2007-02-27 22:27:53 +00:00
Lukas Ertl
c24406ad47
Add support for Huawei Technologies Mobile card (3G).
...
Submitted by: Thorsten Schroeder <ths_AT_dev.io>
MFC in: 3 days
2007-02-09 15:59:28 +00:00
Lukas Ertl
92fb2d84f5
Add support for another 3G card and update man page accordingly.
...
The patch from the PR was a little outdated w/regards to the
Vodafone vendor string.
PR: kern/106033
Submitted by: Volker Werth <volker_AT_vwsoft.com>
MFC in: 3 days
2007-02-04 22:14:18 +00:00
Takanori Watanabe
224b9013e8
Add some vendor IDs mainly from NetBSD.
2007-01-28 10:46:32 +00:00
Florent Thoumie
454cb2de5b
Add a quirk for devices recognized as usb keyboards not to be hooked by
...
ukbd(4).
PR: usb/105669
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
MFC after: 1 week
2006-11-28 21:13:07 +00:00
Doug Barton
ea69d32d60
Write the short vendor name in ALL CAPS, since it will become
...
a #define.
Submitted by: brooks
2006-11-27 20:33:13 +00:00
Poul-Henning Kamp
a5d7a1aed7
Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as found
...
in http://www.mini-box.com/Mini-Box-M200-LCD
2006-11-26 11:07:37 +00:00
Doug Barton
4b15724254
I mistakenly committed the wrong version of my patch (sorry).
...
s/O2/O2Micro, as that's how they seem to prefer it, and remove
what is now one blank line too many.
2006-11-24 06:51:49 +00:00
Doug Barton
e3e0cf8246
Add a vendor ID for O2Micro, obtained from
...
http://www.usb.org/developers/tools
Add a product ID for the Dell TrueMobile 350 Bluetooth USB Adapter
obtained from NetBSD's usbdevs file.
2006-11-23 00:58:40 +00:00
Sam Leffler
0a0b5b012d
add codes for Atheros USB devices; shuffle one ural code to
...
avoid conflict
Obtained from: openbsd
MFC after: 1 month
2006-11-23 00:50:48 +00:00
Maxim Konovalov
9aab0d96da
o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serial
...
adapters.
Submitted by: Alex Rodin
Obtained from: OpenBSD
Reviewed by: -usb
MFC after: 6 weeks
2006-11-15 09:13:25 +00:00
Florent Thoumie
a47ca15be9
Fix USB printer Xerox WorkCentre M15 adding a quirk to bypass
...
reported bidirectional functionality.
PR: usb/104704
Submitted by: Eygene <rea-fbsd@codelabs.ru>
X-MFC after: 6.2-RELEASE
2006-11-11 23:53:25 +00:00
Kevin Lo
127ce9bca0
Add support for Option GT 3G/3G quad datacard in ubsa.
...
Approved by: cognet
2006-10-31 02:27:24 +00:00
Florent Thoumie
f45164d8b1
Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.
...
PR: usb/81073
Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
MFC after: 3 days
2006-10-07 20:08:37 +00:00
Florent Thoumie
bff4edd817
Add a USB quirk for CMOTECH CDMA USB modem.
...
PR: usb/97948
Submitted by: Alexei Volkov <kot@kotzone.ru>
MFC after: 3 days
2006-10-07 19:42:45 +00:00
Florent Thoumie
b804b1868e
Add a USB quirk for Motorola A41x/V32x USB phones.
...
PR: usb/97512
Submitted by: Mark Diekhans <markd@kermodei.com>
MFC after: 3 days
2006-10-07 19:27:53 +00:00
Florent Thoumie
bd4029713f
Add support for Novatech NV902 wireless NIC in ural(4).
...
PR: usb/102852
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:18:40 +00:00
Florent Thoumie
774b7afefb
Add support for Epson Stylus CX4200 in uscanner(4).
...
PR: usb/102851
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:09:27 +00:00
Florent Thoumie
cfa3f4d8ab
Add support for Psion Gold Port Ethernet USB NIC.
...
PR: usb/102296
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 18:03:39 +00:00
Florent Thoumie
d25cbeac2c
Add support for Netgear FA101 ethernet USB NIC.
...
PR: usb/102286
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 17:58:50 +00:00
Florent Thoumie
be1bd380c5
Add a quirk for the Belkin FC6550-AVR UPS.
...
PR: usb/102260
Submitted by: David Grochowski <grocho98@students.rowan.edu>
MFC after: 3 days
2006-10-07 17:47:16 +00:00
Florent Thoumie
0c56f2bcd6
Add support for Familiar Linux powered iPaq handhelds to cdce(4).
...
PR: usb/103865
Submitted by: Alexey Roslyakov <internetworking@mail.ru>
MFC after: 3 days
2006-10-07 17:35:37 +00:00
Florent Thoumie
6d28d23bb9
Add quirk for Logitech iFeel MouseMan USB mouse.
...
PR: usb/101066
Submitted by: Heiko Przybyl <zuxez@uni.de>
MFC after: 3 days
2006-10-07 17:16:48 +00:00
Florent Thoumie
da9b42184b
- Add support for Epson USB Scanners (3590 [1] and 4990 [2]).
...
- Add entries in the uscanner.4 man page (along with missing 3500).
PR: usb/100957 [1], usb/100992 [2]
Submitted by: Jim Teresco <terescoj@teresco.org> [1],
Walter C. Pelissero <walter.pelissero@iesy.net> [2]
MFC after: 3 days
2006-10-07 16:00:59 +00:00
Bruce M Simpson
d180698897
Add identifier for the Epson CX3650 all-in-one scanner function.
...
This enables the scanner function on these devices to be detected
and probed by uscanner(4), but only when ulpt is not loaded.
PR: usb/92462
Submitted by: Friedrich Volkmann
MFC after: 30 days
2006-08-06 12:01:42 +00:00
Warner Losh
dbde02fe74
Add a few more devices to the supported list. Specifically, the PHAROS and
...
the silly dongly I just bought at Radio Shack.
2006-07-24 19:47:00 +00:00
Takanori Watanabe
bc5f8a4e55
Willcom WSIM DD support.
2006-06-29 06:17:48 +00:00
Alexander Leidinger
8cc6aade65
Add support for the Aceeca Mez1000 RDA.
...
PR: 82839
Submitted by: Mike Durian <durian@shadetreesoftware.com>
2006-06-18 17:55:29 +00:00
Alexander Leidinger
04cb71301e
Add support for:
...
- Curitel PC5740 Wireless Modem (Verizon's PCMCIA card)
- Sierra MC5720 Wireless Modem (Built in to Thinkpad X60s)
The scanner in the PR is already supported.
PR: 98908
Submitted by: Michael Collette <metrol@metrol.net>
2006-06-18 17:43:38 +00:00
Alexander Leidinger
4e93c5c41e
Add Epson Perfection 1270 scanner. All other scanners in the PR are already
...
detected, but with a different name.
PR: 98106
Submitted by: Lars Engels <lars.engels@0x20.net>
2006-06-18 17:29:16 +00:00
Warner Losh
f4d167bdda
Don't use ", but instead use ' instead. I suppose I could have also
...
used \". When compiling with USB_VERBOSE, this causes syntax issues.
Noticed by: Hans Petter Selasky
2006-04-27 17:33:25 +00:00
Florent Thoumie
e79417e5d4
- Add support for the Acer Acerscan 640BT.
...
- Add documentation bits.
PR: usb/95616
Submitted by: Matthieu Guegan <lesaint@gcu.info>
Approved by: cperciva (mentor)
MFC after: 3 days
2006-04-11 10:44:31 +00:00
Florent Thoumie
281f5eff33
- Add support for the Epson RX425 scanner.
...
PR: usb/95346
Submitted by: Matthieu Guegan <lesaint@gcu.info>
Approved by: cperciva (mentor)
MFC after: 3 days
2006-04-10 10:21:09 +00:00
Ian Dowse
564d760afe
Add the Tripp-Lite U209-000-R serial adapter.
...
PR: usb/78543, usb/93347
MFC after: 1 week
2006-02-27 01:01:27 +00:00
Ian Dowse
199a2380fe
Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stall
...
operation when a pipe is opened, and add an entry for the ST Micro
biometric CPU.
Submitted by: Fredrik Lindberg
MFC after: 1 week
2006-02-19 14:48:02 +00:00
Warner Losh
da8341a31a
Update the keyspan product list from NetBSD.
2006-02-11 03:27:57 +00:00
Warner Losh
01538a58fd
ADDON is registered as 0x0d7d, not PNY. Don't confuse the two as we
...
try to use the registrant for numbers in this file, not the OEM that
put their label on it. Use PNY's real number 0x154b. Add another PNY
atachmate with quirks from a PR filed a while ago, but that I can't
seem to find now...
2006-01-31 19:09:38 +00:00
Florent Thoumie
b308457205
- Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.
...
Reported by: anders on freebsd-usb@
Tested by: anders
Approved by: ssouhlal
MFC after: 3 days
2006-01-30 20:27:44 +00:00
Florent Thoumie
fa9d414d41
Add Product IDs :
...
- Sandisk Cruzer Micro 128MB [5]
- DANE-ELEC zMate 512MB USB flash drive [7]
- Attache 256MB USB 2.0 Flash Drive [8]
- Sandisk Cruzer Micro 256MB [9]
Add scsi_da.c quirks :
- Samsung USB key 128Mb [1]
- Kingston DataTraveler 2.0 [2]
- Creative MuVo Slim [3]
- United MP 5512 Portable MP3 Player [4]
- Sandisk Cruzer Micro 128MB [5], [9]
- PNY USB Flash keys [6], [7], [8]
Add umass.c quirks :
- Sandisk Cruzer Micro 128MB [5]
- DANE-ELEC zMate 512MB USB flash drive [7]
- Attache 256MB USB 2.0 Flash Drive [8]
- Sandisk Cruzer Micro 256MB [9]
PR: usb/90081 [1],
usb/89196 [2],
kern/86131 [3],
usb/80487 [4],
usb/75970 [5],
usb/75578 [6],
usb/72344 [7],
usb/65436 [8],
usb/70835 [9]
Submitted by: Henri-Pierre CHARLES <hpc@prism.uvsq.fr> [1],
Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [2],
Erich Rickheit KSC <rickheit-fbp@numachi.com> [3],
tnu@chania.di.uoa.gr [4],
Bram Abbekerk <bram@abbekerk.demon.nl> [5],
Thomas Pornin <pornin@bolet.org> [6],
parv <parv@pair.com> [7],
Peter D. Quilty <pdquilty@adelphia.net> [8],
Raymundo M. Vega <rvega@ms-smtp-03-eri0.socal.rr.com> [9]
Approved by: iedowse
MFC after: 3 days
2006-01-26 00:35:54 +00:00
Damien Bergamini
1749c2163b
Add two new ural(4) product ids.
...
Obtained from: OpenBSD
2006-01-21 09:53:11 +00:00
Alexander Leidinger
b85f5cf149
Add support for Canon CanoScan D660U.
...
PR: 87395
Submitted by: Eirik Mikkelsen <eirik@bsdbox.org>
2006-01-08 14:17:04 +00:00
Florent Thoumie
d908e8fa84
Add Product ID for Acerscan 1240u and the corresponding entry in uscanner.c.
...
PR: usb/91466
Submitted by: Cameron Lerch <cam@zarya.org>
MFC after: 3 days
Approved by: ssouhlal
2006-01-08 01:43:00 +00:00
Maxime Henrion
bc184556bf
Add a new vendor ID for Personal Cummunication Systems. They make a nice
...
USB HID device that allows to plug two PS2 controllers. This specific
device doesn't work yet but will as soon as we support devices with
multiple report IDs.
MFC after: 3 days
2005-12-31 04:41:17 +00:00
Maxime Henrion
092dbdfb4c
Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has a
...
broken report descriptor. While I'm here, make all the other report
descriptors const to match the newly added one.
Obtained from: NetBSD
MFC after: 1 week
2005-12-31 04:38:50 +00:00
Warner Losh
3fc2d9dbe5
Add a bunch of ipod entries, one as suggested by Bryan Liesner. We
...
should likely fix this better...
Submitted by: Bryan Liesner (ipod mini)
2005-12-30 05:06:26 +00:00
Alexander Leidinger
d677792c20
Add support for the HP 8200C/8250C/8290C scanners.
...
PR: 90467
Submitted by: Adam McDougall <mcdouga9@egr.msu.edu>
2005-12-29 18:25:25 +00:00
Alexander Leidinger
1b4c44fb4c
Add support for the Canon CanoSvan LIDE 25.
...
PR: 89509
Submitted by: David Gilbert <dgilbert@daveg.ca>
2005-12-29 18:15:03 +00:00
Alexander Leidinger
247eac7f18
Add support for Epson 2480 scanner.
...
PR: 86094
Submitted by: Erik Norgaard <norgaard@locolomo.org>
2005-12-29 17:38:03 +00:00
Florent Thoumie
333051eeb3
Add a hid blacklist quirk.
...
PR: usb/80383
Submitted by: Lonnie Mendez <lmendez19@austin.rr.com>
Tested by: Adam Kropelin <akropel1@rochester.rr.com>, thierry, fenner
Approved by: pjd
MFC after: 1 week
2005-12-27 23:35:38 +00:00
Pav Lucistnik
f651aa2d2f
- Ignore incorrect CSW signatures on my PURE PocketDab 2000 player
...
Approved by: ssouhlal
MFC after: 1 week
2005-12-20 16:21:17 +00:00
Pawel Jakub Dawidek
ef5d77f464
Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.
...
PR: usb/89889
Submitted by: Wojciech A. Koszek <dunstan@freebsd.czest.pl>
MFC after: 1 week
2005-12-19 03:27:28 +00:00
Florent Thoumie
949565fb05
- Add ProductID for the iPod Nano.
...
Reported by: Nathan Kay <mcnate@numenor.net>
Approved by: ssouhlal
MFC after: 3 days
2005-12-18 22:25:43 +00:00
Florent Thoumie
645cf3805a
- Add Product IDs for iPod 3G and iPod Video.
...
- Add an USB quirk for iPods, da(4) devices are now successfully created.
Approved by: ssouhlal
MFC after: 1 week
2005-12-05 01:51:28 +00:00
Bruce A. Mah
71ddfdfb45
Recognize the Sony Clie PEG-TJ37.
...
Tested on: My PEG-TJ37 and my RELENG_6 workstation
MFC after: 1 week
2005-12-04 07:34:19 +00:00
Hajimu UMEMOTO
9fa7087a67
add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.
...
Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net>
MFC after: 2 days
2005-09-28 19:41:25 +00:00
David E. O'Brien
c679d15b66
Note that Keyspan is also InnoSys Inc.
2005-09-12 03:32:46 +00:00
Sam Leffler
025afcf2d5
update ural ids
...
Reviewed by: damien
Approved by: re (scottl)
Obtained from: openbsd
2005-07-08 16:28:24 +00:00
Hiroki Sato
c88f124134
Add support for IODATA USB-RSAQ3 USB-Serial Adapter.
...
Reported by: Tomokazu Hirai
Approved by: re (scottl)
MFC after: 3 days
2005-07-03 23:51:16 +00:00
Damien Bergamini
3dde707f68
Add another ural(4) device (Belkin F5D7050)
...
Reviewed by: silby (mentor)
Approved by: re (scottl)
2005-07-03 15:34:32 +00:00
Damien Bergamini
ceaec73d40
Initial import of ipw, iwi, ral and ural drivers:
...
ipw - Intel PRO/Wireless 2100
iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG
ral - Ralink Technology RT2500
ural - Ralink Technology RT2500USB
Approved by: silby (mentor)
2005-04-18 18:47:38 +00:00