Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-18 | huawei: Import Huawei rules | Florian Steinel | 1 | -1/+298 | |
From 10-Huawei-Datacard.rules (Linux Driver 4.08.01.108.tar.gz) | |||||
2010-06-17 | hfp: Use bluetooth_parse_properties | Denis Kenzior | 1 | -91/+11 | |
Instead of the local version | |||||
2010-06-17 | bluetooth: Rename & expose parse_properties | Denis Kenzior | 2 | -3/+2 | |
2010-06-17 | hfp: Use the bluetooth_send_with_reply | Denis Kenzior | 1 | -85/+26 | |
Instead of send_method_call_with_reply | |||||
2010-06-17 | bluetooth: Rename send_method_call_with_reply | Denis Kenzior | 2 | -3/+10 | |
2010-06-17 | Remove send_method_call from hfp.c | Gustavo F. Padovan | 1 | -40/+33 | |
2010-06-17 | Move create_path() to bluetooth plugin | Gustavo F. Padovan | 3 | -24/+26 | |
2010-06-17 | Add parse properties stuff to bluetooth.c | Gustavo F. Padovan | 1 | -0/+84 | |
2010-06-17 | Add send_method_call_with_reply to bluetooth.c | Gustavo F. Padovan | 1 | -0/+53 | |
2010-06-17 | Add bluetooth plugin skeleton. | Gustavo F. Padovan | 3 | -6/+119 | |
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..) | |||||
2010-06-15 | Remove all voice related atoms from MBM modem support | Marcel Holtmann | 1 | -23/+4 | |
2010-06-13 | Add nasty quirk to allow HSO devices to read network code length | Marcel Holtmann | 1 | -1/+2 | |
The AT+CRSM=192 commands are failing on HSO devices and thus it might be needed to return its details from a predefined database. Start with testing this for reading the network code length. | |||||
2010-06-13 | Use Qualcomm quirk for CBS on HSO devices | Marcel Holtmann | 1 | -1/+2 | |
2010-06-09 | Enable Qualcomm specific CBS quirk for Novatel and Huawei devices | Marcel Holtmann | 2 | -2/+4 | |
2010-06-07 | huawei: Rework huawei plugin | Denis Kenzior | 1 | -90/+42 | |
- Use the PCUI (event) port for all commands unrelated to ppp - Use the Modem port for ppp | |||||
2010-06-07 | udev: Fixup Huawei detection | Denis Kenzior | 2 | -44/+65 | |
2010-06-07 | udev: Add support for Huawei E176 | Florian Steinel | 2 | -40/+46 | |
2010-06-07 | Reopen the GPRS context channel when the modem closes it after PPP | Marcel Holtmann | 1 | -46/+56 | |
2010-06-06 | Use event channel for SMS, CBS and USSD with Huawei devices | Marcel Holtmann | 1 | -9/+8 | |
2010-06-06 | Enable CBS and USSD for Huawei modems | Marcel Holtmann | 1 | -2/+6 | |
2010-06-06 | Fix detection of Huawei E220 and E270 modems | Marcel Holtmann | 1 | -1/+1 | |
2010-06-06 | Move AT_ODO quirk into HSO driver instead of network registration | Marcel Holtmann | 1 | -2/+19 | |
2010-06-06 | Use hsomodem instead of hso for Option HSO GPRS atom driver | Marcel Holtmann | 1 | -1/+1 | |
2010-06-06 | Enable Option specific radio settings | Marcel Holtmann | 1 | -0/+4 | |
2010-06-06 | Set Novatel quirk also for the GPRS atom | Marcel Holtmann | 1 | -2/+4 | |
2010-06-06 | Check the supported technologies for Novatel devices on startup | Marcel Holtmann | 1 | -0/+4 | |
2010-06-06 | Enable Novatel specific radio settings | Marcel Holtmann | 1 | -0/+4 | |
2010-06-05 | Add disconnect callback handling to Novatel plugin | Marcel Holtmann | 1 | -0/+16 | |
2010-06-04 | Use secondary port for everything besides GPRS with Novatel devices | Marcel Holtmann | 1 | -65/+58 | |
If a Novatel device allows to enable a secondary AT command based channel, then use that for device information, SIM handling, network registration etc. and only leave the GPRS context setup to the first command port. | |||||
2010-06-04 | Rename Novatel ports into Primary and Secondary | Marcel Holtmann | 2 | -39/+40 | |
2010-06-04 | Enable CBS and USSD for Option HSO based devices | Marcel Holtmann | 1 | -0/+4 | |
2010-06-03 | Add Option specific SMS quirk since ack pdu is broken | Marcel Holtmann | 1 | -1/+1 | |
2010-06-03 | Enable USSD and CBS support for Novatel based devices | Marcel Holtmann | 1 | -0/+4 | |
2010-06-03 | Enable SMS support for Novatel based devices | Marcel Holtmann | 1 | -0/+3 | |
The important part here is that the SMS atom needs to be on the second AT command port since the main port doesn't handle sending correctly. It never returns any success or error after the submission of the PDU. | |||||
2010-06-03 | Use new Novatel quirk for network registration | Marcel Holtmann | 1 | -5/+4 | |
2010-06-02 | Add GPRS support for Novatel based devices | Marcel Holtmann | 1 | -7/+145 | |
2010-06-02 | Fix debug channel prefix strings for Huawei plugin | Marcel Holtmann | 1 | -2/+2 | |
2010-06-02 | Add support for detecting second port of Novatel devices | Marcel Holtmann | 1 | -9/+19 | |
2010-06-01 | atgen: Don't use sim polling | Denis Kenzior | 1 | -3/+4 | |
Some modems get confused by the CSIM commands and reply with an error, which we treat as sim not inserted. | |||||
2010-05-26 | Fix: set correct local address for phonet on PCs | Pessi Pekka (Nokia-D/Helsinki) | 1 | -1/+1 | |
2010-05-25 | huawei: remove voicecall support | Kalle Valo | 1 | -1/+0 | |
These modems don't support voicecall anyway. Recommended by Denis. | |||||
2010-05-25 | huawei: send a prefix with AT commands | Kalle Valo | 1 | -4/+8 | |
2010-05-25 | huawei: properly notify sim state to ofono | Kalle Valo | 1 | -21/+23 | |
Instead of using ofono_modem_set_powered(), use ofono_sim_inserted_notify() which is the proper way to notify about sim state changes. Now the problem is that voicecall commands fail with my Huawei E1552: ofonod[12395]: > AT+CRC=1\r ofonod[12395]: src/sim.c:ofono_sim_add_state_watch() 0x1bf8e50 ofonod[12395]: src/sim.c:ofono_sim_add_state_watch() 0x1bf8e50 ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: > AT+CLIP=1\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: > AT+COLP=1\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: > AT+CCWA=1\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n ofonod[12395]: drivers/atmodem/voicecall.c:at_voicecall_initialized() voicecall_init: registering to notifications ofonod[12395]: src/sim.c:ofono_sim_add_state_watch() 0x1bf8e50 ofonod[12395]: > AT^SYSINFO\r ofonod[12395]: < \r\n^SYSINFO:0,0,0,0,255,,0\r\n\r\nOK\r\n ofonod[12395]: > AT+CGMI\r ofonod[12395]: < \r\nhuawei\r\n\r\nOK\r\n ofonod[12395]: EventChannel: < \r\n^STIN:0,0,0\r\n ofonod[12395]: > AT+CLCC\r ofonod[12395]: < \r\n+CME ERROR: SIM busy\r\n But as I can't make voice calls with this modem anyway, I don't worry about them right now. | |||||
2010-05-25 | huawei: use g_at_result_iter_skip_next() | Kalle Valo | 1 | -5/+5 | |
2010-05-25 | Some minor cleanups for the Huawei plugin | Marcel Holtmann | 1 | -13/+14 | |
2010-05-25 | huawei: follow sim state change notifications | Kalle Valo | 1 | -3/+73 | |
With Huawei E1552 I got sim busy errors when I plugged in the modem and ofono was already running: May 24 17:02:04 tukki ofonod[7619]: > AT+CRC=1\r May 24 17:02:04 tukki ofonod[7619]: < \r\n+CME ERROR: SIM busy\r\n May 24 17:02:04 tukki ofonod[7619]: > AT+CLIP=1\r May 24 17:02:04 tukki ofonod[7619]: < \r\n+CME ERROR: SIM busy\r\n Fix this by following sim state changes with ^SIMST notification and only enable modem after SIM is ready. In case SIM is already ready and we miss the notification for some reason, also use AT^SYSINFO to check the state during enable phase. Also change huawei_enable() to return -EINPROGRESS to make sure that ofono modem is not powered too early. I believe this was a bug. | |||||
2010-05-19 | huawei: add gprs context | Kalle Valo | 1 | -1/+60 | |
Tested with Huawei E1552 HSDPA USB stick using a finnish Saunalahti prepaid SIM. | |||||
2010-05-19 | huawei: detect possible secondary device | Kalle Valo | 2 | -22/+106 | |
2010-05-19 | Add network time support | Aki Niemi | 1 | -0/+84 | |
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example. | |||||
2010-05-17 | Configure phonet link in usbpnmodem | Pekka Pessi | 1 | -0/+7 | |