Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-01 | sim: Fix crash due to uninitialized spn_watch | Denis Kenzior | 1 | -0/+8 | |
2012-01-25 | btio: Remove the default security level from btio | Vinicius Costa Gomes | 1 | -1/+0 | |
The default value of sec_level when setting *any* option using bt_io_set() was BT_SECURITY_MEDIUM. This was causing the security procedure being started in some situations that it should not. | |||||
2012-01-25 | btio: Add support for getting the Encryption Key Size via btio | Vinicius Costa Gomes | 2 | -0/+20 | |
Some profiles specify some restriction depending on the length of the key used to encrypt the link, this adds an way to retrieve that value from the kernel. | |||||
2012-01-23 | sim: Make SPN change atomic for consumers | Oleg Zhurakivskyy | 1 | -15/+15 | |
Due to new spn watch semantics, ofono_sim_get_spn() will report the absence of SPN while reading it, which is probably incorrect. | |||||
2012-01-20 | Release 1.3 | Marcel Holtmann | 2 | -1/+7 | |
2012-01-18 | TODO: Mark Handsfree interface task as done | Denis Kenzior | 2 | -11/+12 | |
2012-01-18 | TODO: Mark GPRS provisioning task as done | Denis Kenzior | 2 | -8/+12 | |
2012-01-18 | TODO: Mark SAP task as done | Denis Kenzior | 2 | -8/+8 | |
2012-01-18 | modem: Use __ofono_atom_find | Denis Kenzior | 1 | -9/+3 | |
Also remove defunct comment about registered status | |||||
2012-01-18 | stk: find_atom only returns registered atoms | Denis Kenzior | 1 | -9/+4 | |
This seems to be an oversight from an earlier refactoring. | |||||
2012-01-18 | sms: Don't need the sim member now | Denis Kenzior | 1 | -4/+4 | |
2012-01-18 | cbs: finding SIM atom seems to not necessary now | Denis Kenzior | 1 | -7/+2 | |
2012-01-18 | stk: Use __ofono_atom_find | Denis Kenzior | 1 | -73/+28 | |
2012-01-18 | gprs: Use __ofono_atom_find | Denis Kenzior | 1 | -16/+10 | |
2012-01-18 | cdma-connman: Use __ofono_atom_find | Denis Kenzior | 1 | -4/+2 | |
2012-01-18 | voicecall: Use __ofono_atom_find | Denis Kenzior | 1 | -6/+3 | |
2012-01-18 | ussd: Use __ofono_atom_find | Denis Kenzior | 1 | -6/+4 | |
2012-01-18 | emulator: Use __ofono_atom_find | Denis Kenzior | 1 | -5/+2 | |
2012-01-18 | call-forwarding: Use __ofono_atom_find | Denis Kenzior | 1 | -6/+2 | |
2012-01-18 | sms: Use __ofono_atom_find | Denis Kenzior | 1 | -16/+10 | |
2012-01-18 | cbs: Use __ofono_atom_find macro | Denis Kenzior | 1 | -10/+3 | |
2012-01-18 | network: Use __ofono_atom_find macro | Denis Kenzior | 1 | -5/+2 | |
2012-01-18 | message-waiting: Use __ofono_atom_find macro | Denis Kenzior | 1 | -5/+2 | |
2012-01-18 | ofono: Add __ofono_atom_find macro | Denis Kenzior | 1 | -0/+8 | |
2012-01-18 | network: Access SPN directly from the sim atom | Oleg Zhurakivskyy | 1 | -11/+7 | |
2012-01-18 | sim: Add ofono_sim_get_spn() implementation | Oleg Zhurakivskyy | 1 | -0/+8 | |
2012-01-18 | include: Add ofono_sim_get_spn() declaration | Oleg Zhurakivskyy | 1 | -0/+1 | |
2012-01-18 | network: Optimize away one unneeded assignment | Denis Kenzior | 1 | -3/+2 | |
2012-01-18 | network: Use sim SPN watch API | Oleg Zhurakivskyy | 1 | -148/+18 | |
2012-01-18 | gprs: Trivial code reflow | Denis Kenzior | 1 | -8/+8 | |
2012-01-18 | gprs: Use sim SPN watch API | Oleg Zhurakivskyy | 1 | -40/+31 | |
2012-01-17 | btio: Remove support for hciX source addresses | Marcel Holtmann | 1 | -6/+1 | |
2012-01-17 | btio: Fix byte order conversion when getting L2CAP CID | Santiago Carot-Nemesio | 1 | -1/+1 | |
The L2CAP CID is passed and received in little endian byte order through the socket interface so a conversion is in place before passing it onwards. | |||||
2012-01-17 | btio: Fix byte order conversion when getting L2CAP PSM | Santiago Carot-Nemesio | 1 | -1/+1 | |
The L2CAP PSM is passed and received in little endian byte order through the socket interface so a conversion is in place before passing it onwards. | |||||
2012-01-17 | btio: Fix errno handling convention | Anderson Lizardo | 1 | -6/+8 | |
Variables which are assigned to the errno variable (usually called "err") should be negative, and "-err" should be used where a positive value is needed. | |||||
2012-01-17 | btio: add BT_IO_OPT_PRIORITY option | Luiz Augusto von Dentz | 2 | -4/+44 | |
BT_IO_OPT_PRIORITY uses SO_PRIORITY to set the priority of the socket | |||||
2012-01-17 | udev: Limit ZTE port selection to specific product identifiers | Marcel Holtmann | 1 | -3/+9 | |
2012-01-17 | udev: Keep vendor and product identifiers around | Marcel Holtmann | 1 | -4/+19 | |
2012-01-15 | sim: Add SPN watch capability | Oleg Zhurakivskyy | 2 | -0/+250 | |
2012-01-15 | sim: Minor style fixes | Oleg Zhurakivskyy | 1 | -12/+12 | |
2012-01-13 | build: Add support for providing provision database location | Marcel Holtmann | 1 | -8/+16 | |
2012-01-13 | udev: Add detection support for SIM COM modems | Marcel Holtmann | 1 | -0/+47 | |
2012-01-11 | AUTHORS: Mention Renat's contributions | Denis Kenzior | 1 | -0/+1 | |
2012-01-11 | doc: SIM900 driver usage documentation | Renat Zaripov | 1 | -0/+12 | |
Adding a short description for usage of SIM900 plugin | |||||
2012-01-11 | udev: Add SIMCOM SIM900 detection support | Renat Zaripov | 1 | -0/+15 | |
This allows for detection of SIM900 modem module in case of appropriate driver specified in udev rules. Example rule: KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim900" | |||||
2012-01-11 | plugins: Add support for sim900 by SIMCOM | Renat Zaripov | 2 | -0/+263 | |
This patch add support for SIM900 GSM module http://wm.sim.com/Sim/FrontShow_en/wireless/detail.aspx?cid=6&nid=770 | |||||
2012-01-11 | atmodem: Add SIMCOM vendor quirk | Renat Zaripov | 2 | -0/+2 | |
Adding vendor quirk for SIMCOM SIM900 modem module. | |||||
2012-01-12 | huaweimodem: Reset errors for USSD cancel operation | Marcel Holtmann | 1 | -0/+8 | |
2012-01-12 | huawei: Select USSD atom driver based on firmware mode | Marcel Holtmann | 1 | -8/+8 | |
2012-01-12 | huaweimodem: Add support for USSD 8-bit PDU mode | Marcel Holtmann | 4 | -0/+221 | |
The Huawei devices support a special 8-bit PDU mode for USSD that is by default selected (AT^USSDMODE=1). It avoids the complicated logic for character set selection and conversion. |