summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umsm.c
AgeCommit message (Collapse)Author
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
OK yuo, fkr, jsg
2010-08-21Match the Huawei E1820, from David Zeillinger.Jonathan Gray
2010-06-26add HUAWEI E182 (aka Emobile D31HW)Yojiro Uo
2010-06-15various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for ↵Felix Kronlage
proper initialization, old ones still work with DEV_UMASS5 as well. This enables a whole bunch of newer huawei devices to work. Also reported on misc@ by David Zeillinger. discussed with jsg@ and mpf@ ok mpf@
2010-06-14attach CNU-680 to umsm(4)Felix Kronlage
ok jsg@
2010-05-20add mode change command to support ZTE 3G modem (MF633 etc)Yojiro Uo
ok jsg@
2010-04-25Novatel MC760 bits from Ted Roby <ted.roby@gmail.com>.Jonathan Gray
2010-04-14add support for Quanta Q101.Kevin Lo
ok jsg@
2010-04-03Add support for Nokia Internet Stick CS-15.Marco Pfatschbacher
Device and initial diff from Patrick Wildt. Thanks. OK jsg@
2010-03-27add mode switch code for Huawei K3765; much help from & ok jsg@Otto Moerbeek
2010-02-22Rename QUALCOMM3 to ZTE.Marco Pfatschbacher
Add support for ZTE MF637. OK jsg@
2010-02-08Add ZTE K3565-Z USB MSM modem.Marco Pfatschbacher
OK jsg@
2010-01-02When finding certain novatel devices in mass storage modeJonathan Gray
we need to do scsi ejects. One reported/tested by lahrcm@hotmail.com another suggested by David Coppa based on what FreeBSD does.
2009-12-27Huawei 180E, from and tested by Bruce O'Neel.Jonathan Gray
2009-12-17Add support for Huawei E161.Marco Pfatschbacher
OK jsg@, yuo@
2009-11-23add new umsm type modems: Softbank C01SW (Sierra OEM) andYojiro Uo
Emobile H12HW (Huawei OEM) ok jsg@
2009-10-22add Option GT HSUPA 380E, as found in the Acer AspireOne AOA150-BG model.Stuart Henderson
ok mpf@, jsg@
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@.
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
From David Coppa <dcoppa@gmail.com>
2009-09-07Add another umass-to-modem request type which is needed forMarco Pfatschbacher
the Novatel MC950D. Input & ok jsg; ok fkr, deraadt.
2009-08-25Add USB_PRODUCT_NOVATEL_EU870D that can be found in some dell d430Robert Nagy
2009-05-24- rename Audiovox vendor to HyundaiStuart Henderson
- add Pantech UM175 to umsm(4) from Dan Colish on tech@; ok jsg.
2009-05-12add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U)Yojiro Uo
ok @jsg
2009-03-25add new umsm(4) device, Emobile D21LC (longcheer's OEM product)Yojiro Uo
ok jsg@ fgsch@
2009-02-24move AnyDATA ADU-E100H to umsm(4) from ubsa(4) as it uses msm chipset.Yojiro Uo
reported by denis1482
2009-02-18Make the best guesses possible about newer usb modems and in which modesTheo de Raadt
they need to be started up. Some limited discussion with yuo@ and fkr@, who to a large degree I think have punted on even trying to stay ahead of the curve here. Come on guys.
2009-01-19Add support for Novatel Wireless Ovation U727.Jonathan Gray
Tested by Seth Hanford.
2008-12-04move Option GlobeTrotter 3G Quad / 3G Quad Plus and theFelix Kronlage
Vodafone Mobile Connect from ubsa(4) to umsm(4) as these should work better with that driver. discussed with yuo@, jsg@ and deraadt@.
2008-12-01add the Huawei E510 modemMartin Reindl
ok fkr@
2008-11-23umsmdebug should be 0.Felix Kronlage
ok yuo@
2008-11-23move another Option modem from ubsa(4) to umsm(4), as umsm(4) supportsFelix Kronlage
this much better. ok yuo@
2008-11-23correct some typos in the commentsFelix Kronlage
2008-11-21move Option Globetrotter GT Fusion from ubsa(4) to umsm(4) since itFelix Kronlage
does CDC. discussed with yuo@ and jsg@.
2008-11-07same umass dance required for Huawei E169g/E618; Stefan Sperling; ok jsgTheo de Raadt
2008-10-08As the Option N.V. Globetrotter HSDPA Modem is not compatibleYojiro Uo
with ubsa(4), it is moved to umsm(4). ok jsg@, reported by Daniele Pilenga
2008-07-30Add an alternate ID for Sierra Wireless MC5725 modem, foundCan Erkin Acar
in a Lenovo T60, reported by Juan Delgado. ok you@, jsg@ deraadt@
2008-07-28add another 3G modems support to umsm(4).Yojiro Uo
- Option GlobeSuffer ICON7.2 - Option GlobeTrotter HSDPA ICON 225 These modems require special request to change its mode to modem. It is similar with huawei E220, but these modems using UMASS standard query to change mode. tested by pyr@ and ajacoutot@ ok jsg@ and pyr@
2008-07-20Huawei E618 and E620 is not compatible with ubsa(4).Yojiro Uo
This patch moves these device to umsm(4). reported by Aleksander Piotrowski, ok jsg@
2008-07-02fix interrupt pipe processing.Yojiro Uo
many high speed modem devices use CDC-like notify message protocol in there intr pipe rather than ubsa(4) compatible protocol. now umsm(4) interrupt message will be treated as CDC notify. And, this patch contains "verbose message patch" to find incompatible device in umsm(4).
2008-06-02fix kernel freeze when the device unpluged (and the device was still active)Yojiro Uo
ok jsg@ pyr@
2008-05-28Add support for Option GlobeTrotter 3G+ cards as distributed by OrangePierre-Yves Ritschard
in umsm. ok jsg@
2008-05-26Limit to 80 char width and tweak comments for readability.Jonathan Gray
2008-05-26Properly handle usbd_get_interface_descriptor() returning NULL.Jonathan Gray
From Jacek Masiulaniec <jacekm@dobremiasto.net>
2008-05-12If we find an E220 device in umass mode send the magic commandJonathan Gray
to enable the serial portions of the device. From Yojiro UO <yuo@iijlab.net>, tested by bernd@
2008-05-09Add support for NTT DoCoMo A2502.Jonathan Gray
From/tested by Yojiro UO <yuo@iijlab.net>
2008-05-09Increase buffer size to 4k and make use of interrupt endpointJonathan Gray
to increase responsiveness. From Yojiro UO <yuo@iijlab.net>
2008-05-05Make umsm only claim a single interface so it doesn't matchJonathan Gray
on umass interfaces, and add Huawei E220. From rivo nurges <rix@estpak.ee>. And add another device while here.
2008-04-25Another HSDPA MSM.Jonathan Gray
From/tested by giovanni <qgiovanni@gmail.com>. No man page addition as it is unclear who makes it.
2008-02-19Match on AnyDATA ADU-500A.Jonathan Gray
Tested by Sergey Prysiazhnyi <apelsin@atmnis.com>
2007-12-31new productTheo de Raadt