MIHIRA Sanpei Yoshiro
54de08a963
Add new device ids.
...
Buffalo (Melco Inc.) WLI-UC-G
PR: 141777
2010-11-29 15:08:18 +00:00
Gavin Atkinson
f6fa0b2b95
Support the Falcom Twist USB GSM/GPRS modem in uftdi(4)
...
PR: usb/151862
Submitted by: Alessandro de Manzano <demanzano dqmicro.it>
MFC after: 1 week
2010-11-29 08:17:44 +00:00
Nick Hibma
294fe04afc
Make the Huawei E1820 work (Emile Coetzee).
...
Shorten the descriptive strings for Huawei devices. The vendor or
operator name should not be included in the device name.
Submitted by: Emile Coetzee
MFC after: 3 days
2010-11-23 08:15:14 +00:00
Andrew Thompson
fcc8d2e17b
Add the Sierra MC8700.
2010-11-15 02:27:01 +00:00
Dima Dorfman
b2e7926915
Add a special INIT product ID used by some models of the HUAWEI
...
K3765 datacard. After ejecting this device, it reappears using
the normal K3765 ID. It does not switch automatically
Reviewed by: n_hibma
Obtained from: OpenBSD
MFC after: 2 weeks
2010-11-14 23:05:57 +00:00
Nick Hibma
c175c7deff
Add the switch config for the XS Stick.
...
It speaks AT commands on 2 out of 3 serial ports, but it has not been
verified to work at all speaking PPP yet.
2010-11-13 20:45:16 +00:00
Nick Hibma
b38fd2d93c
Bugfix: In rev 213509 Alexander committed a duplicate ID for ZTE STOR
...
based devices (QUALCOMMINC 0x2000). He made it use SCSI eject instead of
ZTE STOR eject. This prevented my ZTE MF626 dongle from switching.
- Apply both eject methods for ZTE STOR based devices. Works on my as
well as mav's device.
- Remove the duplicate.
- Sort the usbdevs entries for Qualcomm so this won't happen again.
- Add bootverbose message displaying the fact that we are ejecting (and
how).
Reviewed by: mav
MFC after: 2 weeks
2010-11-05 21:17:55 +00:00
Hans Petter Selasky
d74698ca2e
Add new USB quirk.
...
Submitted by: Dmitry Luhtionov
Approved by: thompsa (mentor)
2010-11-04 19:05:35 +00:00
Hans Petter Selasky
8908d48d82
Clean up leftover USB device ID after r213856. This fixes:
...
options USB_VERBOSE
Submitted by: Lucius Windschuh
Approved by: thompsa (mentor)
2010-11-03 07:51:33 +00:00
Hans Petter Selasky
f3aa3ca3d8
- Add more USB devices to usbdevs and rename some previously unknown ones.
...
- Add more USB mass storage quirks.
Submitted by: Dmitry Luhtionov
PR: usb/149934, usb/143045
Approved by: thompsa (mentor)
2010-10-14 22:06:52 +00:00
Hans Petter Selasky
6001d01180
- Add more USB devices to usbdevs and rename some previously unknown ones.
...
- Add more USB mass storage quirks.
Submitted by: Dmitry Luhtionov
PR: usb/149934, usb/143045
Approved by: thompsa (mentor)
2010-10-14 21:09:37 +00:00
Alexander Motin
7be95fbbf9
Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem.
...
Reviewed by: hselasky
2010-10-07 09:07:48 +00:00
Gleb Smirnoff
fb7a4d496b
Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs
...
special eject command to reappear as modem. It also requires DIR_IN flag
in the command message, so we supply some dummy data along with the command.
Feedback from X080S owners appreciated. I have not a pure Alcatel/TCTMobile
device, but another one under "Svyaznoy" (Связной) brand, and I didn't yet
managed to get it working. It is successfully recognized, it responds to
AT commands, but it shuts up right after successfull CONNECT response.
Reviewed by: hps
2010-10-06 14:29:00 +00:00
MIHIRA Sanpei Yoshiro
87b6f1855b
Add new device ids.
...
Buffalo (Melco Inc.) LUA3-U2-AGT
Logitec LAN-GTJ/U2A(usb/119981)
PR: usb/119981 and me
Submitted by: "Y.Okabe" <be_works_us at yahoo.com>, hiroo at oikumene.gcd.org
Reviewed by: thompsa
MFC after: 3 days
2010-09-21 22:42:14 +00:00
Nick Hibma
15dba72121
Cleanup white space and typos.
2010-09-18 22:37:47 +00:00
Gavin Atkinson
f5113df97d
Now that the uplcom(4) driver can autodetect the chipset type, sync the
...
list of devices supported by uplcom(4) with the following sources:
NetBSD src/sys/dev/usb/uplcom.c 1.70
OpenBSD src/sys/dev/usb/uplcom.c 1.52
Linux drivers/usb/serial/pl2303.h from kernel 2.6.35
BeOS usb_serial/driver.c 1.32
Give several devices better descriptions, and rename
PROLIFIC2 -> NETINDEX while here to match everybody else.
MFC after: 6 weeks (after r211111)
2010-08-10 19:13:11 +00:00
Gavin Atkinson
4bb3183d46
Add entries for some devices I have locally.
2010-08-09 17:27:27 +00:00
Gavin Atkinson
ce617aca0a
Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSD
...
and BeOS. The devices supported by uslcom(4) are now in sync with:
NetBSD src/sys/dev/usb/uslsa.c 1.11
OpenBSD src/sys/dev/usb/uslcom.c 1.20
Linux source/drivers/usb/serial/cp210x.c from kernel 2.6.35
BeOS usb_serial/driver.c 1.32
Two vendor/product IDs from Linux have not been added to uslcom(4):
SILABS SAEL - This device has special code in u3g to support it
SILABS GSM2228 - I suspect this should also be covered by u3g(4).
MFC after: 1 week
2010-08-07 16:14:40 +00:00
Gavin Atkinson
01a8caf18e
Sort this file a little better: the vendors are supposed to be sorted by
...
vendor ID in the vendor section, and by symbolic name in the product
section. Products are sorted by product ID. While here, get rid of a
duplicate Microsoft Mouse entry, revealed by sorting.
MFC after: 1 week
2010-08-07 16:08:37 +00:00
Tijl Coosemans
317a3ce2c5
Add quirk for Apacer HT202 USB 2.0 Flash Drive.
...
PR: usb/107243
Approved by: kib (mentor)
MFC after: 1 week
2010-07-28 18:56:01 +00:00
Gavin Atkinson
61bb77d415
Provide descriptions for three vendors and four devices in usbdevs. Use
...
the official vendor listed for 0x076b, rather than Omnikey, as in the PR.
PR: usb/123351
Submitted by: Marcin Cieslak <saper SYSTEM.PL>
MFC after: 1 week
2010-07-28 17:38:43 +00:00
Gavin Atkinson
082dbb0d11
Add support for the Corega CG-USBRS232R to uplcom(4)
...
PR: usb/129173
Submitted by: SHIMAOKA Shunsuke <shimaoka.shunsuke gmail.com>
MFC after: 1 week
2010-07-28 16:29:10 +00:00
Gavin Atkinson
4c01dc3e12
Support the Pyramid KBS USB LCD under uftdi(4)
...
PR: usb/129758
Submitted by: joao lima <jlima visionware.pt>
MFC after: 1 week
2010-07-28 08:48:35 +00:00
Andrew Thompson
a6977f4ae4
Fix the entry for the Option ICON452 where an underscore was used instead of
...
whitespace.
Submitted by: Lucius Windschuh
2010-07-27 22:55:24 +00:00
Gavin Atkinson
7dddb455e5
Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS.
...
PR: usb/129251
Submitted by: Andrew D Wiles <adw+gnats avatastic.co.uk>
MFC after: 1 week
2010-07-27 17:07:16 +00:00
Gavin Atkinson
627ab90b2a
Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4)
...
This patch is different to that provided in the PR, due to the changes in
this driver since 7.x.
PR: usb/129945
Submitted by: Antonio Hilario <avahilario gmail.com>
MFC after: 1 week
2010-07-27 12:29:45 +00:00
Gavin Atkinson
46cbe200b5
- Support two devices made by West Mountain Radio in uslcom(4) [1]
...
- Bring in several other devices from OpenBSD while here. Use the
official manufacturer name over the OpenBSD name in the case of
GEMALTO. Reorder list slightly to aid future syncing.
- Remove duplicate SILABS CP2102 define from usbdevs
PR: usb/131912 [1]
Submitted by: Jack Twilley <mathuin gmail.com> [1]
MFC after: 1 week
2010-07-27 07:57:35 +00:00
Gavin Atkinson
c3b40fb7bf
Prevent uhid(4) from attaching to the Gembird Silver Shield remote power
...
plug. Note that the Vendor ID 0x04b4 is officially assigned to Cypress,
so use that instead of adding a second vendor with an identical ID, in the
same way other similar cases are treated in usb/usbdevs.
PR: usb/132785
Submitted by: Dirk-Willem van Gulik <dirkx webweaving.org>
MFC after: 1 week
2010-07-26 21:22:57 +00:00
Gavin Atkinson
7ab53cc48b
Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx Spectrum
...
Analyzer is attached.
PR: usb/134631
Submitted by: Jesse Kempf <jkempf davisvision.com>
MFC after: 1 week
2010-07-26 20:44:29 +00:00
Gavin Atkinson
6d07817641
Give a name to the HTC Wizard Smartphone
...
PR: usb/135575
Submitted by: lioux
2010-07-25 15:14:42 +00:00
Andrew Thompson
21a9d6e706
- Support for Globetrotter iCON 452.
...
- Fixed the interface probe routine to only attach to USB interfaces the driver
actually supports. This allows other drivers to attach to things like
MicroSD slots etc.
- Fixed network interface enumeration to be globally sequential instead of
relying on the USB interface numbers. This make sure the first network
interface always is at uhso0 and the second at usho1 and so on.
- Added a radio kill switch; exposed through sysctl.
- Updated the manual page to be verbose about the number of serial ports and
include iCON 452 in the set of tested hardware.
Submitted by: Fredrik Lindberg
2010-07-20 03:10:22 +00:00
Remko Lodder
d5c7b904ba
Add a 4 and 7 port USB hub from NEC.
...
PR: 148189
MFC after: 1 week
2010-07-13 20:09:14 +00:00
Takanori Watanabe
55fdde371a
One more Prolific serial device ID.
...
Submitted by: Kouichi Hirabayashi on FreeBSD-users-jp
MFC after: 1 week.
2010-07-13 03:49:30 +00:00
Andrew Thompson
33ba3721c9
Add new device id.
...
PR: usb/147190
2010-06-22 21:08:45 +00:00
Andrew Thompson
0f66567792
Add a mass storage quirk.
...
PR: usb/147196
2010-06-22 21:03:13 +00:00
Gleb Smirnoff
f25a8a0150
Add uep(4), driver for USB onscreen touch panel from eGalax.
...
The driver is stub. It just creates device entry and feeds
reassembled packets from hardware into it.
If in future we would port wsmouse(4) from NetBSD, or make
sysmouse(4) to support absolute motion events, then the driver
can be extended to act as system mouse. Meanwhile, it just
presents a /dev/uep0, that can be utilized by X driver, that
I am going to commit to ports tree soon.
The name for the driver is chosen to be the same as in NetBSD,
however, due to different USB stacks this driver isn't a port.
2010-05-25 21:20:56 +00:00
Andrew Thompson
bc77ef90aa
Add new FTDI USB device ID.
...
PR: kern/146483
Submitted by: Andre Albsmeier
2010-05-12 22:58:59 +00:00
Andrew Thompson
c68e91c3a4
Add the ASUS MyPal A730W device id.
...
Submitted by: Dmitry Luhtionov
2010-05-12 22:45:44 +00:00
Andrew Thompson
9f2d3fc5f3
Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device and
...
Samsung YP_U4 music player.
PR: usb/145265, usb/146104
Submitted by: Dmitry Luhtionov, Urankar Mikael, Peter Toth
2010-05-12 22:26:23 +00:00
Kevin Lo
547f27959b
Eliminate duplicate comment
2010-04-14 07:07:43 +00:00
Kevin Lo
cc552e7ed9
The Quanta Q101 modem has a different type of cdrom driver disk,
...
add the product id and use a standard scsi eject.
Reviewed by: thompsa
MFC after: 3 days
2010-04-13 06:27:02 +00:00
Andrew Thompson
b4eb1a01cf
Do not sync cache for the PL2506
...
PR: usb/144915
Submitted by: Monty Hall
2010-03-28 20:09:04 +00:00
Andrew Thompson
208f52dae6
Add a couple of usb product IDs.
...
Submitted by: Dmitry Luhtionov @ gmail.com
2010-03-28 20:02:13 +00:00
Alexander Leidinger
2ac4d1f92f
- add some usb devices (scanner, printer, usb storage)
...
- add quirks for the usb storage
Reviewed by: hselasky
2010-03-26 11:02:01 +00:00
Andrew Thompson
f03fdead6f
Add device ID for the NATURAL4000 keyboard
2010-03-11 22:09:21 +00:00
Andrew Thompson
3707a5e930
- Integrate latest driver code from OpenBSD
...
- Drain our tasks from the ieee80211 taskqueue
- Add more IDs
Submitted by: Akinori Furukoshi
2010-03-11 22:05:12 +00:00
Andrew Thompson
3fed7cb2bd
Add new device ID for the SMC 2514HUB
...
Submitted by: Alexander Best
2010-03-11 21:55:25 +00:00
Andrew Thompson
5914c5bf3a
add new vendor ID for APACER
...
Submitted by: Paul B Mahol
2010-03-11 21:54:23 +00:00
Andrew Thompson
3e4af77774
Add new uvisor(4) device ID.
...
PR: usb/144201
2010-03-11 21:47:25 +00:00
Andrew Thompson
ea67d33c62
Reapply r185998 which was overwritten at some point.
2010-03-11 20:41:21 +00:00
Joel Dahl
7e4b1c0608
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
...
their software.
Obtained from: NetBSD
2010-03-03 10:18:03 +00:00
Andrew Thompson
8bbbf173a2
Add device ID for the FTDI 4232H.
...
PR: usb/143832
Submitted by: UEMURA Tetsuya
2010-02-14 20:10:41 +00:00
Andrew Thompson
2386d71421
Add support for the E1752 3G modem and the required eject command.
...
Submitted by: Milan Obuch
2010-02-14 20:05:12 +00:00
Andrew Thompson
504cfaf891
The ZTE MF633R modem has a different type of cdrom driver disk, add the product
...
ID and use a standard scsi eject.
Reported by: Patrick Lamaiziere
MFC after: 3 days
2010-02-05 01:47:43 +00:00
Andrew Thompson
0988266155
Properly name the 0x0016 ZTE product as MF633R now that its known.
2010-02-04 23:34:35 +00:00
Andrew Thompson
8fa484e2cc
Sync usb products to perforce.
2010-01-29 02:32:18 +00:00
Andrew Thompson
069f1a8056
Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
...
This driver was written for OpenBSD by Damien Bergamini and ported over by
Akinori Furukoshi.
2010-01-28 22:24:54 +00:00
Weongyo Jeong
07f8d9afd2
Product ID of D-Link DWA-120 after loading the firmware is incorrect.
2010-01-19 01:26:40 +00:00
Weongyo Jeong
97ac268fcb
removes a hack to attach TRENDnet TEW-504UB/EU that I think this issue
...
is solved with r202607. Now idProduct of all uath(4) devices should be
decreased after loading the firmware.
2010-01-19 01:11:27 +00:00
Andrew Thompson
9b6ffc1f49
Update to Fredrik's latest uhso driver. This changes port detection, adds
...
comments and other code nits.
Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
2010-01-13 20:54:18 +00:00
Andrew Thompson
941e286383
Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
...
from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than
using PPP over serial. uhsoctl(1) is used to initiate and close the WAN
connection.
Obtained from: Fredrik Lindberg <fli@shapeshifter.se>
2010-01-13 03:16:31 +00:00
Andrew Thompson
e191eb5a50
Add the Globetrotter GE40x.
...
Submitted by: Mike Tancsa
2010-01-11 00:18:40 +00:00
Andrew Thompson
1feda9b418
Add new umass quirks for Western Digital MYBook and JMicron JM20337.
...
PR: usb/142225, usb/142228
Submitted by: Thomas Ward, Yoshikazu GOTO
MFC after: 1 week
2010-01-07 00:30:59 +00:00
Andrew Thompson
87b88f757d
Add new device ID to uipaq driver
...
PR: usb/141936
Submitted by: HASHI Hiroaki
2009-12-31 00:55:50 +00:00
Andrew Thompson
9e6b53136e
Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to make
...
them more compact and readable.
2009-12-26 19:03:28 +00:00
Andrew Thompson
7b360bcc6c
Sync usb vendor/product defines to p4
...
Submitted by: HPS
2009-12-23 01:12:54 +00:00
Andrew Thompson
46e977391b
Add missed usb product define in r200826.
2009-12-22 02:15:36 +00:00
Andrew Thompson
c0e2c17865
Add a bunch of new 3G ids obtained from from various operating systems and
...
Internet sources.
Obtained from: Linux, NetBSD, OpenBSD, etc
2009-12-18 00:34:58 +00:00
Andrew Thompson
4b5437a114
Add a quirk for the Curitel UM175 where setting multiplexing for call
...
management over the data endpoint causes communication to die.
Take this one step further and model it on the existing NetBSD quirk and import
other device IDs from them.
Obtained from: NetBSD
2009-12-11 02:44:15 +00:00
Andrew Thompson
27148a6c72
Add new device ids.
...
PR: usb/140951, usb/140923
Submitted by: Romain Tartiere, Brett Glass
2009-12-09 20:24:49 +00:00
Andrew Thompson
2f5c868874
Add the Curitel UM175 3g device.
2009-11-16 20:35:16 +00:00
Andrew Thompson
11f35cfaa7
Add support for newer WinChipHead CH341 chips, previously in the uch341 driver.
...
Submitted by: HPS
2009-10-19 21:52:02 +00:00
Weongyo Jeong
f8b51ca5e9
updates device entries supported with the product name not magic numbers
...
and sorts entries. WUSB54GCV2 is added.
Obtained from: OpenBSD
2009-10-04 23:30:08 +00:00
Andrew Thompson
30c257f8ae
MFp4
...
Add new usbdev entries for Marvell, FTDI, Option and Western.
2009-09-28 07:57:23 +00:00
Alfred Perlstein
77c33ae7cc
Add mass storage quirks.
...
PR: usb/137138,usb/137226,usb/137789,usb/135372
Submitted by: hps
2009-08-24 05:02:36 +00:00
Weongyo Jeong
aa7eaa2fb6
fixes a typo for DWA120 device ID.
...
Reported by: Alexander Kuznetsov <skritku at gmail.com>
Approved by: re (kib)
2009-07-30 18:53:06 +00:00
Alfred Perlstein
b27b901cb4
USB serial:
...
- add new ID for Huawei
- P4 ID: 166150
PR: usb/136761
Submitted by: hps
Approved by: re
2009-07-30 00:15:17 +00:00
Weongyo Jeong
62dcd8657b
adds DLINK2 DWA120 device.
...
PR: usb/136950
Reported by: Alexander Kuznetsov <skritku at gmail.com>
Approved by: re (kib)
2009-07-27 20:17:20 +00:00
Xin LI
8c9d12305b
Add quirks for Actions MP4 player.
...
Submitted by: John Hixson <john ixsystems com>
Approved by: re (kib)
MFC after: 2 weeks
2009-06-26 21:47:37 +00:00
Remko Lodder
2088cbe832
Add support for the Myson Heden 8813.
...
Note that I also added the usbdev to the list, because the 8813 version
is not yet known there. I might have twisted the sorting there but because
8813 comes before 8818, I added it before that (with _8813 to differentiate)
the item.
PR: 135628
Submitted by: Yoshikazu GOTO <goto at on-link dot jp>
Approved by: imp (mentor, implicit)
2009-06-21 11:21:16 +00:00
MIHIRA Sanpei Yoshiro
738e0afd67
Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC.
...
Obtained from: NetBSD usbdevs rev.1.418
2009-06-13 11:18:47 +00:00
Daniel Eischen
b1e4b9fcc4
Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2
...
part identified as Sunplus Technology Inc. This
happens to sit in a Rosewill RX81U-ES-25A 2.5" SATA
to USB 2.0 external enclosure.
Reviewed by: Hans Petter Selasky
2009-05-31 14:48:51 +00:00
Weongyo Jeong
e257fff483
adds new device IDs.
...
PR: usb/135009
Submitted by: Bill Squire <billsf at 2600.COM>
2009-05-29 10:10:23 +00:00
Andrew Thompson
df05202dd5
Add Sharp WILLCOM03 ipaq and Option GTHSDPA 3g device ids.
...
Submitted by: Hans Petter Selasky
2009-05-21 17:47:27 +00:00
Sam Leffler
afb8a6b500
add TRENDnet TEW-504UB/EU
...
Submitted by: Lucius Windschuh <lwindschuh@googlemail.com>
2009-05-17 19:51:08 +00:00
Andrew Thompson
3a67e91430
Sync to P4
...
Add umass quirks for Alcor AU6390, Cypress PATA 6830XX and MPMan MPF400.
Submitted by: Hans Petter Selasky
2009-05-13 18:03:23 +00:00
Weongyo Jeong
922f7c5c21
Add WUSB54AG and XM142 entries for upgt(4)
2009-05-12 02:05:42 +00:00
Takanori Watanabe
450a309dfe
Add another FTDI serial converter.
2009-04-21 05:06:31 +00:00
Kevin Lo
2da462e383
Add another rum(4) device found in
...
http://www.fit-pc.com/new/whats-new.html
2009-03-31 07:40:36 +00:00
Renato Botelho
102bad657b
- Add Sun Type 7 keyboard
...
- Rename Type 6 entry (following NetBSD)
- Add Sun Type 7 Keyboard USB Hub
PR: usb/132811
Reviewed by: thompsa
Approved by: thompsa
2009-03-19 17:16:33 +00:00
Andrew Thompson
d3db083bcc
Add Supertop IDE adapter and Quickcam entries.
2009-03-17 01:38:51 +00:00
Joerg Wunsch
bbb39ba587
Add a couple of more things to the FTDI driver I came across:
...
. Dresden Elektronik "Wireless Handheld Terminal"
. Atmel STK541 "Zigbee Controller"
MFC after: 1 week
2009-03-06 14:53:51 +00:00
Andrew Thompson
dc4b1d1662
Add Mobile Action MA-620 Infrared Adapter.
...
PR: usb/125072
Submitted by: Alexander Logvinov
MFC after: 1 week
2009-03-04 03:47:57 +00:00
Andrew Thompson
750a268260
MFp4 //depot/projects/usb@158015
...
Add support for the Sael M460 3G modem.
Submitted by: Hans Petter Selasky
2009-02-24 05:35:48 +00:00
Andrew Thompson
02ac645488
Move the new USB stack into its new home.
2009-02-23 18:31:00 +00:00
Andrew Thompson
3975e3a1ea
Move usb to a graveyard location under sys/legacy/dev, it is intended that the
...
new USB2 stack will fully replace this for 8.0.
Remove kernel modules, a subsequent commit will update conf/files. Unhook
usbdevs from the build.
2009-02-23 18:16:17 +00:00
Nick Hibma
63573f79e2
Add support for CMOTECH devices (not sure whether this is the correct
...
name) (not sure whether this works correctly, but should be close).
Fix the stub attach phase for some Novatel cards. They expect the CSW
(repsonse to CBW, SCSI eject command) to be fetched before switching to
modem mode.
MFC after: 2 weeks
2009-02-13 19:49:51 +00:00
Andrew Thompson
5f4638f185
Add the Novatel U760.
2009-02-13 18:45:36 +00:00
Kevin Lo
83d78e07da
Add the Buffalo WLI-U2-SG54HG
2009-02-06 15:03:17 +00:00
Andrew Thompson
5a869e681d
Add umass quirk.
...
Submitted by: Hans Petter Selasky
2009-01-26 17:43:58 +00:00
Andrew Thompson
6eba88e901
Add a usb hid quirk.
...
Submitted by: Andre Guibert de Bruet
2009-01-26 17:42:02 +00:00
Weongyo Jeong
d195485267
Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187L
...
chipset.
2009-01-23 05:04:49 +00:00
Joerg Wunsch
cdea919138
Add the dresden elektronik SensorTerminalBoard which uses an FT245.
2009-01-21 20:57:28 +00:00
Andrew Thompson
92346917b1
MFp4: //depot/projects/usb@155748
...
Umass module quirk from Alexander Best
to support Meizu Electronics MiniPlayer.
Submitted by: Hans Petter Selasky
2009-01-13 19:01:25 +00:00
Andrew Thompson
43e2612a8e
Readd the Alcor Transcend device which is referenced in usb2/storage/umass2.c,
...
regenerate the usb2 dev tables for the scanner additions while I am here.
2009-01-09 04:38:22 +00:00
Luigi Rizzo
e051c32c9b
add some USB scanner IDs for recent Epson multifunction devices.
...
Add support to uscanner.c for known-working devices
(the same should be done for uscanner2.c).
Waiting for 7.1 to be released before the merge.
MFC after: 3 weeks
2008-12-31 14:25:14 +00:00
Remko Lodder
05534ba77d
Add support for the HP 4470C scanner.
...
Note that there is no working backend (or at least
that is mentioned in the PR ticket) but the device
is now supported on our end.
PR: 117205
Submitted by: Artem Naluzhnyy <tut at nhamon dot com dot ua>
MFC after: 1 week
2008-12-23 13:09:17 +00:00
Remko Lodder
e39a1e71cd
Add support for the MaxSream USB test carrier.
...
PR: 117546
Submitted by: Daniel J. O'Connor <darius at midget dot dons dot net
dot au>
MFC after: 1 week
2008-12-23 12:44:18 +00:00
Remko Lodder
12ca024e73
Add support for 2 EVDO devices.
...
PR: 119150
Submitted by: lioux
MFC after: 1 week
2008-12-23 12:15:21 +00:00
Andrew Thompson
64b9d31df9
The TWINKLECAM entry is under CHICONY2, remove MICRODIA.
...
Obtained from: NetBSD
2008-12-12 18:34:27 +00:00
Andrew Thompson
5a8bb87f45
Use correct AIPTEK2 name for vendor 0x04fc, now that the PENCAM_MEGA_1_3
...
product is paired with it.
Obtained from: NetBSD
2008-12-12 18:26:08 +00:00
Andrew Thompson
3d2e6ad8b6
Add entries for some Option, Sierra and Stelera 3G cards.
2008-12-11 21:08:14 +00:00
Nick Hibma
a11e5ead6e
- Add the device ID for the HP HS2300 MC8775 clone (michael)
...
- Bugfix: Don't excede static number of ports allowed when iterating
over endpoints within an interface.
- u3g_speeds contains speeds in baud, not bytes per second, so divide
the buffer size by 10.
2008-11-26 17:16:54 +00:00
Giorgos Keramidas
7d4723c325
Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series)
...
The same (vendor, product) tuple is used for aue(4) adapters,
but I am not sure if the quirk is correct. I'm using the USB
device 'release' info to skip aue(4) detection right now, but
if there's a better way to differentiate between USB-LAN and
USB Bluetooth we should update the quirk.
Reviewed by: imp, rink
MFC after: 2 weeks
2008-11-12 13:58:59 +00:00
Colin Percival
94d754a5c7
Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043).
...
PR: usb/128760
Submitted by: Arjan de Vet
2008-11-12 13:32:19 +00:00
Warner Losh
205e85c3e2
Merge some minor deltas from p4 newcard tree:
...
(1) Belkin F5D7050_V4000 was also sold as 'Ativa 802.11g wireless card'
(document)
(2) Add HP Office Jet 4215
2008-11-02 03:00:36 +00:00
Nick Hibma
f0a54b4813
Add the device ID for the mass storage device that appears before the
...
modem appears to facilitate faster switching to modem mode.
2008-10-29 08:08:55 +00:00
Brooks Davis
554fad8449
Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has the
...
same program interface as Microsoft Wireless Notebook Optical Mouse and
needs a quirk.
PR: usb/122712
MFC after: 3 days
2008-10-17 14:37:58 +00:00
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
Lukas Ertl
0ec44eb5e2
Add support for Sitecom USB to serial cable (v2)
...
PR: usb/79230
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
2005-04-08 12:48:05 +00:00
Bernd Walter
1b285e5cce
Add support for FTDI's FT2232C twin channel chip.
...
Tested by: Mike Tancsa <mike@sentex.net>
2005-04-05 22:09:18 +00:00
Maxim Sobolev
c159c9d8bb
Add the following products in preparation for addition of CDCE driver:
...
- G.Mate, Inc's YP3X00 PDA;
- Prolific's PL2501 Host-Host interface;
- Numver of Sharp's Zaurus PDAs.
2005-03-21 08:43:54 +00:00
Ian Dowse
7515d96b78
Add support for the ethernet port in the JVC MP-PRX1 port replicator.
2005-03-14 01:49:00 +00:00
Warner Losh
098ca2bda9
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
Warner Losh
24ea6505cb
First pass at shortening names. Likely more can be done. Generally
...
prefer ethernet and serial to \1 adapter.
2004-12-31 19:10:33 +00:00
Warner Losh
edfffcdb9a
Eliminate the redundant/verbose portion of the company names.
...
Generally omit semiconductor, electronics, inc, corp, pny, ltd and the
like.
This saves almost 3k for the usb module.
2004-12-31 18:59:38 +00:00
Warner Losh
61522a4654
Finish merging usb vendors from NetBSD.
2004-12-31 18:37:49 +00:00
Warner Losh
7fcb3efbe0
Move WINBOND 4 port hub to its proper location in the file. It belongs
...
in a section of its own, not arbitrarily grouped in the hawking section
just because hawking sells it...
2004-12-29 06:21:41 +00:00
David E. O'Brien
51799eec6c
Add the Winbond made Hawking UH104 4-port hub.
...
Add a note where to find the offical USB assigned numbers.
2004-12-29 02:09:19 +00:00
Warner Losh
b2e1ce3c5f
Remove duplicate CHPRODUCTS entry.
...
Use tab religiously in the vendor section.
2004-12-27 06:58:05 +00:00
Warner Losh
255bc0be62
More minor diff reduction against netbsd:
...
ADVANCELOGIC->AVANCELOGIC (nothing in the tree uses it, so safe to do)
sort HAGIWARA vendor entry
sort ACTIONTAR vendor entry
Minor change to SYSTEMTALKS vendor entry.
2004-12-26 07:48:46 +00:00
Warner Losh
37705f86ba
Minor merges from NetBSD (up through 1.388):
...
Add $NetBSD$ in a comment at the top
Update copyright dates
Update header comment
Add some of the entries not present in FreeBSD's usbdevs file
Harmonize some descriptions with NetBSD where NetBSD's were shorter
More work needs to happen here, as there's many conflicting vendor
names. There's also more harmonization that can happen before that
problem is tackled.
This was inspired by recent discussions, but none of the patches
posted were consulted to produce this commit. Other, similar ones
will follow.
2004-12-26 07:14:55 +00:00
Julian Elischer
efba049184
Oops, this one isn't ready
...
back it out until fixed
2004-12-20 21:17:22 +00:00
Julian Elischer
f1e27f62c1
Add a bunch of USB definitions from NetBSD.
...
This is part of an ongoing cycle of commits on all the BSDs to
merge the USB vendor and device defintions..
A merge from OpenBSD is still pending.
Submitted by: barry bouwsma (freebsd-misuser@NOSPAM.dyndns.dk )
Obtained from: NetBSD
MFC after: 1 week
2004-12-20 20:41:55 +00:00
Julian Elischer
b3ea468624
Merge in a bunch of USB device and manufacturer definitions..
...
Submitted by: barry bouwsma (freebsd-misuser@NOSPAM.dyndns.dk )
Obtained from: Dragonfly
MFC after: 3 days
2004-12-20 20:10:57 +00:00
Julian Elischer
0e7470486d
Revert addition of Lide scanner entry..
...
It's a duplicate of an already exisiting entry. (with another name).
2004-12-13 00:25:03 +00:00
Julian Elischer
a09345e6cd
Add support for Cannon LIDE 20 scanner
...
PR: kern/74301
Submitted by: Vlad Manilici <vman@tmok.com>
MFC after: 1 week
2004-12-12 08:35:21 +00:00
Ian Dowse
01a95e0acf
Add support for the TwinMOS Memory Disk IV.
...
PR: kern/73766
Submitted by: Valentin Nechayev
MFC after: 1 week
2004-11-28 21:49:30 +00:00
Ian Dowse
104f472f30
Add the device ID for the 3Com 3CRSHEW696 wireless adapter.
...
PR: kern/73286
Submitted by: Daan Vreeken
2004-11-28 21:40:36 +00:00
Ian Dowse
3589f4d21c
Add support for the Trumpion/Comotron C3310 MP3 player.
2004-11-28 21:36:39 +00:00
Lukas Ertl
bdb93b0178
Add support for the B&B Electronics USB->RS422/485 adapter.
...
PR: kern/73178
Submitted by: Scott Price <prices@dflytech.com>
2004-10-30 09:21:44 +00:00
Ralf S. Engelschall
1b0ee80834
Add identifiers for the HP Laserjet 2300d USB
...
printer and the HP ScanJet 4670v USB scanner.
MFC after: 1 week
2004-10-24 11:16:29 +00:00
Lukas Ertl
fb88672937
Add support for the Vodafone Mobile Connect 3G datacard.
2004-10-16 21:27:28 +00:00
MIHIRA Sanpei Yoshiro
e1135559d2
Add device ID for atuwi USB wlan driver,
...
(Atmel at76c503a http://vitsch.net/bsd/atuwi )
o AINCOMM AWU2000B
o ATMEL WL1130USB
PR: kern/72195
Submitted by: Daan Vreeken [PA4DAN] <Danovitsch@Vitsch.net>
MFC after: 1 week
2004-10-03 09:30:09 +00:00
MIHIRA Sanpei Yoshiro
4e526aae71
add '/* Panasonic products */' line(I removed it)
2004-09-20 04:56:13 +00:00
Ian Dowse
abb67fff1c
Add Sitecom's LN-029 USB 2.0 Ethernet adapter.
2004-09-18 19:48:10 +00:00
MIHIRA Sanpei Yoshiro
e7934ccbaa
Add support Western Digital External USB HDD
...
ONSPEC entry are sorted
PR: kern/71031
Submitted by: Johann Hugo <jhugo@icomtek.csir.co.za>
MFC after: 1 week
2004-09-04 07:07:35 +00:00
MIHIRA Sanpei Yoshiro
3785db4f85
Add support Nikon CoolScan LS40 ED
...
PR: kern/71139
Submitted by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr>
MFC after: 1 week
2004-09-03 23:29:01 +00:00
MIHIRA Sanpei Yoshiro
44cf44fbff
Add support Qualcomm CDMA modem
...
PR: kern/71043
Submitted by: Tomas Krivanek <tom@atack.cz>
MFC after: 1 week
2004-09-03 23:19:27 +00:00
MIHIRA Sanpei Yoshiro
42554f699b
add support ELECOM UC-SGT(minor change version)
...
http://www2.elecom.co.jp/products/UC-SGT.html
PR: [FreeBSD-users-jp 80725]
Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
MFC after: 1 week
2004-09-03 22:41:37 +00:00
Dag-Erling Smørgrav
461af901ed
Correct capitalization of DeLorme Publishing.
2004-08-26 16:59:50 +00:00