summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/cellular_card.pm
Commit message (Expand)AuthorAgeFilesLines
* help perl_checker (increase SNR)Thierry Vignaud2013-04-271-0/+1
* (get_tty_device) fix device path for "cdc_acm" (mga#3841)Thierry Vignaud2012-09-061-1/+1
* perl_checker cleanupsThierry Vignaud2012-03-201-6/+6
* revert bogus part of last commitThierry Vignaud2011-11-181-1/+1
* update main catalog (#3371)Thierry Vignaud2011-11-181-1/+1
* minor identation fixesHerton Ronaldo Krzesinski2009-11-121-4/+4
* Cosmetic: use USB_MODEM_INTERFACE instead of USB_INTERFACE environmentHerton Ronaldo Krzesinski2009-11-121-2/+2
* Added patch to support udev-supplied 3g modem parameters (patch byEugeni Dodonov2009-11-091-4/+34
* Removed hack for sierra module (now handled by list_modules.pm).Eugeni Dodonov2009-05-041-2/+1
* Properly detecting Sierra Wireless cards (#48849).Eugeni Dodonov2009-05-041-1/+2
* Always running comgt PIN even if PIN is empty (#48837).Eugeni Dodonov2009-03-281-5/+1
* Added support for 3G connections which do not require PIN number (#48837).Eugeni Dodonov2009-03-251-3/+7
* Backed out fix for 8-digit pins, as comgt backed does not supports itEugeni Dodonov2009-02-171-2/+2
* Support large PIN (up to 8 digits) (#46972).Eugeni Dodonov2009-02-161-1/+1
* detect cellular_card types from ifcfg fileOlivier Blin2008-11-171-0/+5
* add has_unique_network methodOlivier Blin2008-05-281-0/+1
* install hso-rezero for hso devicesOlivier Blin2008-05-231-0/+4
* install dkms-hso if neededOlivier Blin2008-05-231-0/+6
* fix checking for SIM card (adapt to latest comgt output)Olivier Blin2008-05-231-1/+1
* hang when waiting for comgt to finishOlivier Blin2008-05-231-1/+1
* try to use ttyUSB2 as control device firstOlivier Blin2008-05-231-4/+7
* do not incorrectly provide get_networks in network::connectionOlivier Blin2008-05-191-1/+1
* use "comgt PIN" to check cellular cards statusOlivier Blin2008-05-181-1/+1
* split configure_hardware out of check_hardware (for check_hardware to only pr...Olivier Blin2008-05-181-0/+5
* add network::connection::get_networks (so that we can know if a networks prob...Olivier Blin2008-05-181-0/+1
* use ttyUSB1 as control device for usbserial devicesOlivier Blin2008-05-171-1/+5
* add infrastructure to use a control device different from the tty deviceOlivier Blin2008-05-171-2/+7
* more robust check for modules_confOlivier Blin2008-05-171-1/+1
* cosmeticsOlivier Blin2008-05-171-2/+2
* send an empty AT command at the end of the chat session for hso devices (look...Olivier Blin2008-05-151-0/+1
* do not dial for hso drivers, ifup-hso will send special connection commands i...Olivier Blin2008-05-151-0/+2
* do not forget to call SUPER...Olivier Blin2008-05-151-0/+2
* do not set dial number in cellular subclasses, to be factorized in network::c...Olivier Blin2008-05-151-1/+0
* keep context id in selfOlivier Blin2008-05-151-3/+3
* extract set_ppp_settings functions, to be called to apply network selection onlyOlivier Blin2008-05-151-7/+9
* factorize in network::connection::cellularOlivier Blin2008-05-151-1/+0
* write cellular settings later (should not change behavior)Olivier Blin2008-05-151-2/+1
* fix typoOlivier Blin2008-05-151-1/+1
* call comgt instead of gcomOlivier Blin2008-05-151-5/+5
* use hso0 network interface for hso devicesOlivier Blin2008-05-141-1/+7
* use ttyHS0 as modem device for hso devicesOlivier Blin2008-05-141-0/+2
* add suport for cdc_acm USB modems in cellular backendOlivier Blin2008-04-251-1/+4
* zero-pad options to usbserial moduleOlivier Blin2008-03-311-2/+2
* do not enter PIN multiple times in gcom (to prevent wrong PIN from being ente...Olivier Blin2008-03-141-0/+7
* extract the "wrong PIN" error message to be reusedOlivier Blin2008-03-141-1/+3
* check that PIN number is 4 digitsOlivier Blin2008-03-141-0/+9
* report that hardware check is slow for cellular cardsOlivier Blin2008-02-261-0/+1
* detect CDMA cellular cardsOlivier Blin2007-09-261-1/+1
* do not hardcode icon size in get_type_icon implementation, make it optionalOlivier Blin2007-09-191-1/+1
* do not hardcode icon extension and pathOlivier Blin2007-09-101-1/+1