History log of /include/linux/isdn/hdlc.h
Revision Date Author Comments
25985edcedea6396277003854657b5f3cb31a628 31-Mar-2011 Lucas De Marchi <lucas.demarchi@profusion.mobi> Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
c38fc3bc2ecddd4f5278131603e6964cbed071b2 08-Jul-2009 Karsten Keil <keil@b1-systems.de> ISDN: Add support for none reverse bitstreams to isdnhdc

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>
6bd4bcd3cd8affc09eaee7efbc037f65f4a71501 08-Jul-2009 Karsten Keil <keil@b1-systems.de> ISDN: Clean up isdnhdlc code

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>
cb3824bade2549d7ad059d5802da43312540fdee 08-Jul-2009 Karsten Keil <keil@b1-systems.de> ISDN: Make isdnhdlc usable for other ISDN drivers

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>