Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | drivers: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-08-29 | isimodem: Allow network registration automatically | Iiro Kaihlaniemi | 1 | -0/+99 | |
2011-04-12 | isimodem: Rename resource debug macro | Aki Niemi | 1 | -2/+2 | |
2011-04-07 | isimodem: Refactor netreg driver probing | Aki Niemi | 1 | -47/+88 | |
Go back to using a single driver instance, with concurrent reachability checks of both possible resources. | |||||
2011-03-31 | isimodem: fix operator name reading for old modems | Mika Liljeberg | 1 | -2/+6 | |
2011-03-31 | isimodem: remove atoms that fail to probe | Mika Liljeberg | 1 | -4/+3 | |
2011-03-24 | isimodem: fix network registration for older modems | Mika Liljeberg | 1 | -2/+8 | |
2011-02-18 | isimodem: Refactor netreg driver a bit more | Aki Niemi | 1 | -134/+119 | |
Split the driver into two separate drivers, one for each resource ID used. | |||||
2011-02-08 | isimodem: Avoid unnecessary debugs | Aki Niemi | 1 | -4/+1 | |
2011-02-08 | isimodem: Use convenience func for strerror | Aki Niemi | 1 | -1/+1 | |
2011-02-08 | isimodem: Refactor netreg for wgmodem support | Aki Niemi | 1 | -47/+239 | |
This patch adds support for runtime selection between PN_MODEM_NETWORK and PN_NETWORK resources, enabling a single isimodem driver to work with different generations of modem firmware. Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-01-20 | isimodem: Remove deregister implementation | Aki Niemi | 1 | -9/+0 | |
2011-01-12 | isimodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2011-01-07 | isimodem: use simplified client interface | Pekka Pessi | 1 | -15/+16 | |
2011-01-07 | isimodem: whitespace fixes | Pekka Pessi | 1 | -2/+2 | |
2010-12-31 | isimodem: Fix nettime parsing | Aki Niemi | 1 | -1/+1 | |
2010-12-22 | isimodem: Minor style fixes | Aki Niemi | 1 | -5/+8 | |
2010-12-22 | isimodem: Always compare to NULL explicitly | Aki Niemi | 1 | -20/+20 | |
2010-12-22 | isimodem: Adapt and refactor netreg driver | Aki Niemi | 1 | -495/+380 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -12/+11 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-10-21 | isimodem: Remove hack for notifying strength | Aki Niemi | 1 | -10/+0 | |
2010-10-19 | isimodem: Fix request cleanup code | Aki Niemi | 1 | -6/+6 | |
Adds a check for when the driver is being removed, in which case no new ISI requests should be generated. | |||||
2010-10-14 | isimodem: Fix copyright and license boilerplate | Aki Niemi | 1 | -14/+12 | |
2010-09-30 | isimodem: Fix signal strength reporting | Aki Niemi | 1 | -0/+10 | |
ISI modems send the signal strength indication before registration status changes, which causes the core to ignore initial signal strength values. | |||||
2010-05-27 | Eliminated bool, true and false from isimodem. | Pekka Pessi | 1 | -40/+51 | |
2010-05-19 | Add isimodem support for network time | Aki Niemi | 1 | -0/+39 | |
2010-04-27 | Fix faulty logic in netreg driver | Aki Niemi | 1 | -24/+21 | |
Also add missing tech param. | |||||
2010-04-27 | Fix remove ops in isimodem drivers | Aki Niemi | 1 | -4/+6 | |
2010-04-27 | Fix style issues in isimodem | Aki Niemi | 1 | -2/+3 | |
2010-04-20 | Fix: s/bootsrap/bootstrap/ | Pekka Pessi | 1 | -1/+1 | |
2010-01-14 | Clean up style issues | Aki Niemi | 1 | -8/+7 | |
2010-01-14 | Fix cell ID and LAC values | Aki Niemi | 1 | -2/+2 | |
2010-01-12 | Style: Should be a space after if | Denis Kenzior | 1 | -5/+5 | |
2010-01-12 | Style: Trailing whitespace & extra lines | Denis Kenzior | 1 | -6/+6 | |
2010-01-11 | Refactor netreg driver | Aki Niemi | 1 | -74/+56 | |
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 1 | -98/+4 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2009-12-18 | gisi: pass object handle to g_isi_verify() callback | Rémi Denis-Courmont | 1 | -1/+2 | |
This will be needed for GPDS. | |||||
2009-10-29 | Update the isimodem driver to the new API | Denis Kenzior | 1 | -2/+2 | |
2009-10-09 | Refactor subblock iterators. | Pekka Pessi | 1 | -12/+6 | |
Always initialize iterators. Try to avoid pointer arithmetics on NULL; in other words, move all pointer arithmetics inside g_isi_sb_iter_init(). There are 4 different ways for representing sub blocks in ISI message: - 8-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 8-bit sub_block_id/sub_block_len - 8-bit sub_blocks count, 16-bit sub_block_id/sub_block_len - 16-bit sub_blocks count, 16-bit sub_block_id/sub_block_len The compact form g_isi_sb_iter_init() supports 8-bit sub_block count before start of the sub blocks themselves and 8-bit sub_block_id and sub_block_len. The full form g_isi_sb_iter_init_full() with explicit longhdr and sub_block count supports all other cases. | |||||
2009-09-16 | Miscellaneous clean-ups | Aki Niemi | 1 | -6/+11 | |
2009-09-16 | Increase network scan/set timeout values | Aki Niemi | 1 | -2/+2 | |
2009-09-15 | Remove version query; use gisi/client.h instead | Aki Niemi | 1 | -88/+32 | |
2009-09-15 | Remove extra debug | Aki Niemi | 1 | -2/+0 | |
2009-09-15 | Fix a possible but improbable leak | Aki Niemi | 1 | -1/+1 | |
2009-09-14 | Fix compiler warnings on 64-bit systems | Marcel Holtmann | 1 | -6/+6 | |
2009-09-14 | Adapt to changed sub-block iterator API | Aki Niemi | 1 | -6/+8 | |
2009-09-14 | Modify to use the new alpha tag getter | Aki Niemi | 1 | -3/+18 | |
2009-09-14 | Coding style clean-ups | Aki Niemi | 1 | -21/+33 | |
2009-09-14 | Use gisi/iter.h for decoding sub-blocks | Aki Niemi | 1 | -201/+71 | |
2009-09-14 | Remove trailing WS | Aki Niemi | 1 | -1/+1 | |