summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2011-05-11build: add include dir to .gitignoreAleksander Morgado1-0/+1
2010-10-14core: add basic QCDM serial port unit testsDan Williams1-0/+1
Test that a Version Info request/response works as expected, and add a testcase for a bug where specific Sierra CnS responses to the Version Info request do not properly return an error when attempting to parse the response as a QCDM packet. Fix for the second thing forthcoming.
2010-09-02gsm: add GSM 03.38 encoding/decoding functions and testcasesDan Williams1-0/+1
2010-03-12trivial: gitignore updatesDan Williams1-0/+2
2010-03-01Merge remote branch 'origin/master' into qcdmDan Williams1-0/+2
2010-02-27trivial: add policy file to gitignoreDan Williams1-0/+1
2010-02-27core: install correct dbus permissions for with-polkit/without-polkitDan Williams1-0/+1
2010-02-20Merge remote branch 'origin/master' into qcdmDan Williams1-0/+5
2010-02-16build: add intltool support for PolicyKit policy translationsDan Williams1-0/+5
2010-02-08qcdm: add DM protocol utilities and testcasesDan Williams1-0/+2
Bits for CRC calculation and frame escaping/unescaping.
2010-01-27build: update .gitignoreDan Williams1-0/+3
2010-01-27build: update .gitignore file for m4 macrosMichael Biebl1-0/+4
2009-06-18udev: move device probing and detection to udevDan Williams1-0/+2
Get rid of dependency on HAL, using libgudev instead. Fix up the plugin API to no longer use either HAL or udev defines, but let plugins use whatever mechanism they want for getting more information out of the device given the subsystem and device node name. Modems are now defined as "master" devices which "own" a one or more ports. A port could be a serial tty device or a network device or whatever. The plugin figures out whether it supports a given port or not and then assigns it to a new or existing modem. Modems now have a 'valid' property that should be set to TRUE when the modem has enough ports to operate correctly. For devices (ex. 'hso') that use a network device for data transfer, the modem would need to grab at least one TTY and the network device associated with that physical device to be 'valid'. Also move the generic modem support code to a plugin like other modem plugins, and change the I-support-this-device mechanism to return a number indicating the level of support. For example, the generic plugin would return a quite low number if the device indicates via probing that it can do GSM or CDMA, but a more specific plugin can indicate better support for the device, and thus the more specific plugin would win control.
2008-09-16Add marshallers so that RegistrationInfo signal can be enabled.Tambet Ingo1-1/+2
2008-07-31Document the public DBus API.Tambet Ingo1-0/+1
2008-07-31Add an example testing program.Tambet Ingo1-0/+1
2008-07-31Add .gitignore.Tambet Ingo1-0/+24