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