summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdnhdlc.c
Commit message (Collapse)AuthorAgeFilesLines
* ISDN: Fix isdnhdlc for one byte hdlc packetsKarsten Keil2009-07-251-1/+6
| | | | | | | | Normally HDLC packets contain more as one byte (e.g a X25/X75 header). But if you use plain HDLC framing, the current code do not encode 1 byte payloads, this patch fix that. Signed-off-by: Karsten Keil <keil@b1-systems.de>
* ISDN: Add support for none reverse bitstreams to isdnhdcKarsten Keil2009-07-251-35/+35
| | | | | | | | The original isdnhdlc code was developed for devices which had reversed bitorder in the byte stream. Adding code to handle normal bitstreams as well. Signed-off-by: Karsten Keil <keil@b1-systems.de>
* ISDN: Clean up isdnhdlc codeKarsten Keil2009-07-251-172/+194
| | | | | | | Clean up isdnhdlc to meet current code standard. Remove hint to already removed bit reversal table. Signed-off-by: Karsten Keil <keil@b1-systems.de>
* ISDN: Make isdnhdlc usable for other ISDN driversKarsten Keil2009-07-251-0/+603
isdnhdlc is useful for other ISDN drivers as well. Move the include file to a central location and the source to the central isdn location. Signed-off-by: Karsten Keil <keil@b1-systems.de>
OpenPOWER on IntegriCloud