aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-07isdn/gigaset: remove EXPERIMENTAL tag from GIGASET_CAPITilman Schmidt1-2/+2
2010-07-07isdn/gigaset: fix leaks in error pathTilman Schmidt1-0/+2
2010-07-07isdn/gigaset: reduce syslog spamTilman Schmidt1-8/+8
2010-07-07isdn/gigaset: remove obsolete compile time optionsTilman Schmidt5-18/+0
2010-07-07isdn/gigaset: handle Supplementary Service ListenTilman Schmidt1-1/+26
2010-07-07isdn/gigaset: improve CAPI message debuggingTilman Schmidt1-11/+16
2010-07-07isdn/gigaset: drop debug check on isochronous writeTilman Schmidt1-18/+0
2010-07-07isdn/gigaset: ignore irrelevant device responsesTilman Schmidt2-56/+16
2010-07-07isdn/gigaset: avoid copying AT commands twiceTilman Schmidt6-134/+85
2010-07-07isdn/gigaset: adjust usb_gigaset tty write buffer limitTilman Schmidt1-1/+2
2010-06-25isdn/gigaset: correct CAPI connection state storageTilman Schmidt3-53/+180
2010-06-25isdn/gigaset: encode HLC and BC togetherTilman Schmidt3-38/+52
2010-06-25isdn/gigaset: correct CAPI DATA_B3 Delivery ConfirmationTilman Schmidt1-32/+51
2010-06-25isdn/gigaset: correct CAPI voice connection encodingTilman Schmidt1-4/+4
2010-06-25isdn/gigaset: honor CAPI application's buffer size requestTilman Schmidt6-112/+94
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-26/+2
2010-05-25drivers: isdn: use new hex_to_bin() methodAndy Shevchenko1-12/+1
2010-05-23isdn/gigaset: remove dummy CAPI method implementationsTilman Schmidt1-26/+2
2010-04-19Fix ISDN/Gigaset build failureLinus Torvalds1-0/+1
2010-04-18gigaset: include cleanup cleanupTilman Schmidt9-20/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-03-17gigaset: fix build failureTilman Schmidt1-3/+11
2010-03-16gigaset: correct range checking off by one errorTilman Schmidt1-1/+1
2010-03-15gigaset: prune use of tty_buffer_request_roomTilman Schmidt1-1/+0
2010-03-15gigaset: correct clearing of at_state strings on RINGTilman Schmidt1-8/+4
2010-03-15gigaset: avoid registering CAPI driver more than onceTilman Schmidt4-31/+53
2010-02-26isdn: remove ishexdigit() in regard to isxdigit()Andy Shevchenko1-15/+1
2010-02-26gigaset: reduce syslog clutterTilman Schmidt10-147/+77
2010-02-26bas_gigaset: collapse CR/LF at end of AT responseTilman Schmidt3-15/+35
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-39/+36
2009-12-08gigaset: don't enable any debugging output by defaultTilman Schmidt1-1/+1
2009-11-19drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second argJoe Perches5-6/+6
2009-10-29gigaset: convert strcmp chain to table lookupTilman Schmidt2-23/+25
2009-10-29gigaset: checkpatch cleanup of ev-layer.cTilman Schmidt1-247/+231
2009-10-29bas_gigaset: checkpatch cleanupTilman Schmidt2-82/+93
2009-10-29ser_gigaset: checkpatch cleanupTilman Schmidt1-19/+37
2009-10-29gigaset: checkpatch cleanupTilman Schmidt5-89/+74
2009-10-29usb_gigaset: code cleanupTilman Schmidt4-331/+358
2009-10-29gigaset: fix bad assumptions about CAPI skbuffsTilman Schmidt5-50/+70
2009-10-29gigaset: fix format string typo in CAPI dial commandTilman Schmidt1-1/+1
2009-10-29gigaset: CAPI module readability improvementsTilman Schmidt1-63/+81
2009-10-06gigaset: add Kernel CAPI interface (v3)Tilman Schmidt6-16/+2335
2009-10-06gigaset: allow building without I4LTilman Schmidt3-2/+83
2009-10-06gigaset: prepare for CAPI implementationTilman Schmidt7-425/+492
2009-10-06gigaset: add kerneldoc commentsTilman Schmidt6-44/+166
2009-10-06gigaset: correct debugging output selectionTilman Schmidt1-3/+6
2009-10-06gigaset: improve error recoveryTilman Schmidt1-24/+45
2009-10-06gigaset: fix device ERROR response handlingTilman Schmidt1-8/+8
2009-10-06gigaset: announce if built with debuggingTilman Schmidt1-1/+7
2009-10-06gigaset: handle isoc frame errors more gracefullyTilman Schmidt1-11/+7