summaryrefslogtreecommitdiff
path: root/drivers/isimodem/cbs.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
| | | | | | There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
* drivers: constify vtablesJonas Bonn2018-10-171-1/+1
| | | | | | | | The driver vtables are read-only structures. This patch declares them as 'const' allowing the compiler to (optionally) put them in the RELRO section. RELRO pages may be marked as read-only by the linker after the relocations have been done ensuring that they aren't inadvertently or maliciously altered at runtime.
* drivers: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* isimodem: Add reahcbility check for CBS driverAki Niemi2011-04-141-14/+27
|
* isimodem: remove atoms that fail to probeMika Liljeberg2011-03-311-1/+4
|
* isimodem: M15 coding style fixJeevaka Badrappan2011-01-121-2/+2
|
* isimodem: use simplified client interfacePekka Pessi2011-01-071-6/+5
|
* isimodem: fix style issuesPekka Pessi2011-01-071-1/+1
|
* isimodem: Always compare to NULL explicitlyAki Niemi2010-12-221-1/+0
|
* isimodem: Adapt and refactor cbs driverAki Niemi2010-12-221-64/+90
|
* drivers: explicitly compare pointers to NULLLucas De Marchi2010-11-291-5/+5
| | | | | | | | | | | | | | 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>
* isi: Remove stray newlines in messages sent to logRĂ©mi Denis-Courmont2010-11-261-1/+1
|
* isimodem: Fix copyright and license boilerplateAki Niemi2010-10-141-13/+13
|
* isimodem: Return success on topic set/clearAki Niemi2010-09-271-3/+3
| | | | The isimodem driver accepts all topics by default.
* isimodem: Fix CBS decodingAki Niemi2010-09-271-1/+9
|
* Eliminated bool, true and false from isimodem.Pekka Pessi2010-05-271-8/+10
|
* Refactor isimodem CBS driverAki Niemi2010-05-141-12/+32
|
* Fix CBS routing request failure reportingAki Niemi2010-05-141-5/+8
|
* Fix style issues in isimodemAki Niemi2010-04-271-1/+2
|
* Refactor CBS driverAki Niemi2010-01-141-13/+15
|
* Style: Should be a space after ifDenis Kenzior2010-01-121-1/+1
|
* User new debug facilityAki Niemi2010-01-111-1/+1
|
* Remove contact from boilerplateAki Niemi2010-01-111-2/+0
|
* Split ISI codepoints to separate filesAki Niemi2010-01-111-43/+4
| | | | | Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format.
* Add preliminary CBS driverAki Niemi2009-09-141-0/+211