kevlo
b60c275a70
Eliminate duplicate comment
2010-04-14 07:07:43 +00:00
kevlo
57fe219200
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
thompsa
9b74cb340c
Do not sync cache for the PL2506
...
PR: usb/144915
Submitted by: Monty Hall
2010-03-28 20:09:04 +00:00
thompsa
22feab9e70
Add a couple of usb product IDs.
...
Submitted by: Dmitry Luhtionov @ gmail.com
2010-03-28 20:02:13 +00:00
netchild
019a98ec0a
- 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
thompsa
e495f4a394
Add device ID for the NATURAL4000 keyboard
2010-03-11 22:09:21 +00:00
thompsa
748891203d
- 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
thompsa
8212d0c4c4
Add new device ID for the SMC 2514HUB
...
Submitted by: Alexander Best
2010-03-11 21:55:25 +00:00
thompsa
944bbb0639
add new vendor ID for APACER
...
Submitted by: Paul B Mahol
2010-03-11 21:54:23 +00:00
thompsa
8b639ada23
Add new uvisor(4) device ID.
...
PR: usb/144201
2010-03-11 21:47:25 +00:00
thompsa
0d30d732e5
Reapply r185998 which was overwritten at some point.
2010-03-11 20:41:21 +00:00
joel
9fc9548250
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
thompsa
26efa77f97
Add device ID for the FTDI 4232H.
...
PR: usb/143832
Submitted by: UEMURA Tetsuya
2010-02-14 20:10:41 +00:00
thompsa
d8c073ca3a
Add support for the E1752 3G modem and the required eject command.
...
Submitted by: Milan Obuch
2010-02-14 20:05:12 +00:00
thompsa
6d2c821afe
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
thompsa
014ad16359
Properly name the 0x0016 ZTE product as MF633R now that its known.
2010-02-04 23:34:35 +00:00
thompsa
ffaf0026ac
Sync usb products to perforce.
2010-01-29 02:32:18 +00:00
thompsa
47c70728c0
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
ef112603d3
Product ID of D-Link DWA-120 after loading the firmware is incorrect.
2010-01-19 01:26:40 +00:00
weongyo
c8645fecc0
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
thompsa
6bc4650616
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
thompsa
38619cd970
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
thompsa
f2455d2b2d
Add the Globetrotter GE40x.
...
Submitted by: Mike Tancsa
2010-01-11 00:18:40 +00:00
thompsa
9b6b3618fe
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
thompsa
590b19662d
Add new device ID to uipaq driver
...
PR: usb/141936
Submitted by: HASHI Hiroaki
2009-12-31 00:55:50 +00:00
thompsa
d773670226
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
thompsa
ed59f46762
Sync usb vendor/product defines to p4
...
Submitted by: HPS
2009-12-23 01:12:54 +00:00
thompsa
86013601ae
Add missed usb product define in r200826.
2009-12-22 02:15:36 +00:00
thompsa
dbcf74654e
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
thompsa
a0f1e04064
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
thompsa
2ea239b976
Add new device ids.
...
PR: usb/140951, usb/140923
Submitted by: Romain Tartiere, Brett Glass
2009-12-09 20:24:49 +00:00
thompsa
89688495fe
Add the Curitel UM175 3g device.
2009-11-16 20:35:16 +00:00
thompsa
f097addf93
Add support for newer WinChipHead CH341 chips, previously in the uch341 driver.
...
Submitted by: HPS
2009-10-19 21:52:02 +00:00
weongyo
8b48b37175
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
thompsa
f0ee409396
MFp4
...
Add new usbdev entries for Marvell, FTDI, Option and Western.
2009-09-28 07:57:23 +00:00
alfred
d30306640e
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
f92b9dfb98
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
fee3a28989
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
b8f5502ca8
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
delphij
d24984ad15
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
3b006b3918
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
sanpei
02e2af660d
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
deischen
30a553aba0
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
be2772a684
adds new device IDs.
...
PR: usb/135009
Submitted by: Bill Squire <billsf at 2600.COM>
2009-05-29 10:10:23 +00:00
thompsa
769263d124
Add Sharp WILLCOM03 ipaq and Option GTHSDPA 3g device ids.
...
Submitted by: Hans Petter Selasky
2009-05-21 17:47:27 +00:00
sam
5f2df6ce18
add TRENDnet TEW-504UB/EU
...
Submitted by: Lucius Windschuh <lwindschuh@googlemail.com>
2009-05-17 19:51:08 +00:00
thompsa
267747117b
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
c633da9044
Add WUSB54AG and XM142 entries for upgt(4)
2009-05-12 02:05:42 +00:00
takawata
7d3982ec96
Add another FTDI serial converter.
2009-04-21 05:06:31 +00:00
kevlo
3bbf35abb1
Add another rum(4) device found in
...
http://www.fit-pc.com/new/whats-new.html
2009-03-31 07:40:36 +00:00