Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-08 | add following devices | Yojiro Uo | |
- IODATA WN-G54/US (11bg) - MELCO WLI-U2-KAMG54 (11abg) | |||
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray | |
Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus <Marcus@Merighi.AT> | |||
2008-05-29 | add a third MSI bluetooth device | Robert Nagy | |
2008-05-28 | Add support for Option GlobeTrotter 3G+ cards as distributed by Orange | Pierre-Yves Ritschard | |
in umsm. ok jsg@ | |||
2008-05-24 | USB LCD+keyboard panel | Chris Kuethe | |
2008-05-14 | Remove the duplicate Billionton product id named SnapPort which is | Brad Smith | |
the same as the USB2AR product id and was placed separately further down. | |||
2008-05-14 | Add the CONWISE Technology vendor id and the CW6622 product id. | Brad Smith | |
From Jason George | |||
2008-05-11 | Add the USB id for the Melco (Buffalo) LUA-U2-GT Ethernet adapter. | Brad Smith | |
From the Linux ASIX driver | |||
2008-05-09 | NTT DoCoMo A2502. | Jonathan Gray | |
From Yojiro UO <yuo@iijlab.net> | |||
2008-05-08 | Add support for yet another exotic Microsoft Mouse, this time the | Miod Vallat | |
``Microsoft Notebook Optical Mouse 3000 Model 1049''. From FreeBSD. | |||
2008-05-06 | Add Apple USB Ethernet. | Marco Pfatschbacher | |
2008-05-06 | someone making usb keyboards.. for oems.. owned by vladas.urbonas | Theo de Raadt | |
2008-05-06 | another omron usb that must be ugen; vladas.urbonas@gmail | Theo de Raadt | |
2008-05-05 | Another msm. | Jonathan Gray | |
Reported on misc@ by Denis Doroshenko <denis.doroshenko@gmail.com> | |||
2008-04-25 | Another HSDPA MSM. | Jonathan Gray | |
From giovanni <qgiovanni@gmail.com> | |||
2008-04-13 | add my logitech camera | Chris Kuethe | |
"add the product id to usbdevs" robert@ | |||
2008-04-07 | add D-Link KVM-221 | Oleg Safiullin | |
ok deraadt | |||
2008-04-02 | add another vendor id for Qualcomm as well as one of their modems. | Felix Kronlage | |
from freebsd. ok jsg@ | |||
2008-04-01 | Corega CG-WLUSB2GPX | Jonathan Gray | |
2008-03-22 | Add a bunch of uslcom devices found in the Linux driver. | Jonathan Gray | |
2008-03-18 | IRZ MC35pu GSM Terminal | Jonathan Gray | |
From Sergey Prysiazhnyi <apelsin@atmnis.com> | |||
2008-03-18 | Bring in some changes from DragonFly: | Jonathan Gray | |
- New matching logic so we don't need to check against vid/pid to figure out which kind of chip we have - Match list in a struct instead of messy if statement (hurrah!) - More generic dual port handling - Insane amount of device additions, mostly found in Linux driver (aue included as a usb vendor got renamed) Tested by ckuethe@, 'looks super sensible' deraadt@ | |||
2008-03-03 | Palm 700WX from todd@. | Jonathan Gray | |
discussed with deraadt@. | |||
2008-03-03 | Two more rum devices from Ralink driver via sephe@dragonfly. | Jonathan Gray | |
2008-02-26 | support EPSON CX5400 scanner; Christophe Etcheverry <cetcheve at gmail dot com> | Theo de Raadt | |
2008-02-26 | Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ; | Theo de Raadt | |
from Pav Lucistnik <pav@FreeBSD.org> | |||
2008-02-23 | SiSPM devices are like belkin ups; do not attach as uhid, pr#5719 | Theo de Raadt | |
2008-02-22 | Simon Dick in FreeBSD PR 96714 | Jonathan Gray | |
* Fossil Abacus Wrist PDA Thorsten Trampisch in FreeBSD PR 113384 * Expert ISDN Control * RS232 OptoBridge Jonathan Charest in FreeBSD PR 110992 * Several Tactrix OpenPort (ECU) devices. Y.Okabe in FreeBSD PR 119981 * Logitec LAN-GTJ/U2 Ethernet HAGIMORI 'buggy' Masashige in FreeBSD PR 115933 * RATOC REX-USB60F serial | |||
2008-02-22 | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. | Jonathan Gray | |
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. | |||
2008-02-19 | AnyDATA ADU-500A | Jonathan Gray | |
2008-01-22 | add Y.C. Cable USB vendor | Okan Demirmen | |
ok jsg@ | |||
2008-01-21 | add SMC SMCWUSBT-G2 | Jonathan Gray | |
2008-01-20 | Add one more device which could work. Fix comment typo in usbdevs while | Marcus Glocker | |
there. | |||
2008-01-05 | SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.ua | Theo de Raadt | |
rum vs ural determination done by jsg | |||
2007-12-31 | new umsm product | Theo de Raadt | |
2007-12-20 | add another variant of the Sierra Wireless MC8755 3G/UMTS/HSDPA modems found ↵ | Felix Kronlage | |
in x61 laptops from lenovo | |||
2007-12-17 | Differ between identical device strings until we find the correct model | Marcus Glocker | |
number. | |||
2007-12-17 | Add upgt USB 2.0 device IDs as seen on prism54.org. | Marcus Glocker | |
2007-12-16 | Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devices | Marcus Glocker | |
based on the GW3887 chipset (b/g). We are able to communicate more or less reliable with DS1 (1Mbps) yet. Tested on i386 and macppc. Short term TODOs: - Find out how to set TX rates. - Fix device hangup while high RX load. - Improve device reset (reload firmware on init, watchdog, etc.). - Fill man page with supported devices (need reports). - Add AMRR rate control. - Add HostAP mode. - Add IBSS mode. - Add LED support. - ... Long term TODOs: - Support the USB 1.0 devices (NET2280, ISL3880, ISL3886 chipsets). OK deraadt@, OK laurent@ | |||
2007-12-07 | shorted names | Theo de Raadt | |
2007-12-07 | add a bunch of ralink rt2870 ids (3 new vendors / 38 new products) | Damien Bergamini | |
from ralink linux driver. | |||
2007-12-07 | more zydas versions, collected from various places | Theo de Raadt | |
2007-12-05 | add Gude Expert mouseCLOCK USB II MSF, fix typo for HBG | Stuart Henderson | |
"yes, but only if you know how to do this properly" mbalmer | |||
2007-12-04 | new device; graeme@omni.net.au | Theo de Raadt | |
2007-11-25 | add CNU550pro; from iss @ e-sky.ru | Theo de Raadt | |
2007-11-21 | add Logitech QuickCam Pro 5000 | Robert Nagy | |
2007-11-18 | add the Planex GW-US54GXS adapter. | Brad Smith | |
From the Linux ZyDAS driver. ok dlg@ | |||
2007-11-17 | fix uath entry. | Damien Bergamini | |
from FreeBSD | |||
2007-11-15 | more devices... all the time | Theo de Raadt | |
2007-11-14 | CCU-550 EVDO; Alexey Vatchenko | Theo de Raadt | |