summaryrefslogtreecommitdiff
path: root/plugins/nokia
AgeCommit message (Expand)AuthorFilesLines
2021-07-13plugins: AT/QCDM/GPS port type hints only applicable to TTY portsAleksander Morgado1-13/+13
2021-03-04base-modem: explicitly say if NET or TTY data ports are supportedAleksander Morgado1-0/+3
2020-08-28api,sim: new 'Active' propertyAleksander Morgado1-0/+1
2020-04-08plugins: use logging module name as plugin nameAleksander Morgado2-2/+2
2020-04-08nokia: no logging in pluginAleksander Morgado3-3/+0
2020-01-31port-probe: MMPortProbeAtCommand always has constant command stringsAleksander Morgado2-6/+6
2020-01-31nokia: fix warnings with -Wdiscarded-qualifiersAleksander Morgado2-6/+6
2018-08-10base-modem: load AT port type hints when adding portAleksander Morgado1-34/+0
2018-08-10plugins: consolidate ID_MM_PORT_TYPE_AT_* flag namesAleksander Morgado2-15/+15
2018-06-02udev: add tags also on bind actionAleksander Morgado1-1/+1
2017-10-07nokia: port load_access_technologies to use GTaskBen Chan1-40/+19
2017-10-07nokia: port enabling_modem_init to use GTaskBen Chan1-30/+26
2016-09-29core: use the kernel device object in the port object and the plugin interfaceAleksander Morgado1-3/+1
2016-09-29core: new kernel device object instead of an explicit GUdevDeviceAleksander Morgado1-3/+3
2016-09-29core: allow identifying devices by a user-provided 'uid'Aleksander Morgado2-4/+4
2016-09-18udev: fix tagging per interface numberAleksander Morgado1-13/+14
2016-09-18udev: fix SUBSYSTEMS and ATTRS{idVendor} checksAleksander Morgado1-3/+4
2016-08-06nokia,udev: simplify single vendor checkAleksander Morgado1-5/+2
2016-08-06udev: replace ENV{.MM_USBIFNUM} conditions with ATTRS{bInterfaceNumber}Aleksander Morgado1-14/+13
2016-05-28plugin-manager: protect mm_plugin_{major,minor}_versionTing-Yuan Huang2-4/+4
2015-01-16nokia: 20s for CSCS=? test commandAleksander Morgado1-0/+39
2014-07-06sim: rename 'MMSim' to 'MMBaseSim'Aleksander Morgado3-22/+22
2014-06-23port: store parent sysfs path in each MMPortAleksander Morgado1-0/+1
2014-02-13ports: rename 'MMAtSerialPort' to 'MMPortSerialAt'Aleksander Morgado2-5/+5
2014-01-26udev: apply udev rules upon 'move' events as wellAleksander Morgado1-1/+1
2013-06-05api,introspection: 'SupportedModes' is now a list of possible combinationsAleksander Morgado1-41/+0
2013-05-31nokia: CS-12 appears to only accept PPP on USB interface 3Dan Williams1-0/+2
2013-05-06broadband-modem-nokia: load access technology with *CNTI if possibleDan Williams1-0/+124
2013-05-06broadband-modem-nokia: N900 doesn't disable echo unless explicitly doneDan Williams1-0/+2
2013-02-26udev: update all udev rules to always match both VID/PID togetherAleksander Morgado1-13/+12
2013-02-26plugins: log about all port type hints received from udevAleksander Morgado1-2/+9
2013-02-18ports: add port initialization sequences instead of iface-modem's modem_init()Aleksander Morgado1-43/+34
2013-02-18broadband-modem: new step during 'enabling_started' to initialize the modemAleksander Morgado1-10/+100
2013-01-11core,plugins: remove initial power down sequenceAleksander Morgado1-2/+0
2013-01-11nokia: ignore initial power state loadingAleksander Morgado1-0/+2
2012-10-22nokia,icera: setup custom AT probing as in the generic Nokia pluginAleksander Morgado1-0/+11
2012-10-22nokia: run vendor string probing, in order to grab Bluetooth DUN devicesAleksander Morgado1-6/+8
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado3-3/+6
2012-10-01nokia: ensure we skip power down during initAleksander Morgado1-0/+2
2012-08-24api,introspection: report list of drivers, not just oneAleksander Morgado4-7/+7
2012-08-23nokia: fix SIM object creationAleksander Morgado1-1/+1
2012-08-09nokia: implement custom supported modes loadingAleksander Morgado1-0/+42
2012-08-06nokia: no need specific port grabbingAleksander Morgado1-35/+0
2012-08-06nokia-icera: new plugin to handle Icera-based Nokia modemsAleksander Morgado2-0/+147
2012-08-06nokia: don't support Icera-based modemsAleksander Morgado1-0/+1
2012-08-06trivial: comment spelling fixDan Williams1-1/+1
2012-08-06plugin: renamed `custom-init' property to `custom-at-probe'Aleksander Morgado1-3/+3
2012-08-06port-probe: rename _get_port() to _peek_port() as there is no ownership transferAleksander Morgado1-1/+1
2012-08-06core: merge `MMPluginBase' and `MMPlugin'Aleksander Morgado2-15/+15
2012-08-06core: compile all ports before creating the modem objectAleksander Morgado1-42/+31