| Commit message (Expand) | Author | Age | Files | Lines |
* | gigaset: don't enable any debugging output by default | Tilman Schmidt | 2009-12-08 | 1 | -1/+1 |
* | drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second... | Joe Perches | 2009-11-19 | 5 | -6/+6 |
* | gigaset: convert strcmp chain to table lookup | Tilman Schmidt | 2009-10-29 | 2 | -23/+25 |
* | gigaset: checkpatch cleanup of ev-layer.c | Tilman Schmidt | 2009-10-29 | 1 | -247/+231 |
* | bas_gigaset: checkpatch cleanup | Tilman Schmidt | 2009-10-29 | 2 | -82/+93 |
* | ser_gigaset: checkpatch cleanup | Tilman Schmidt | 2009-10-29 | 1 | -19/+37 |
* | gigaset: checkpatch cleanup | Tilman Schmidt | 2009-10-29 | 5 | -89/+74 |
* | usb_gigaset: code cleanup | Tilman Schmidt | 2009-10-29 | 4 | -331/+358 |
* | gigaset: fix bad assumptions about CAPI skbuffs | Tilman Schmidt | 2009-10-29 | 5 | -50/+70 |
* | gigaset: fix format string typo in CAPI dial command | Tilman Schmidt | 2009-10-29 | 1 | -1/+1 |
* | gigaset: CAPI module readability improvements | Tilman Schmidt | 2009-10-29 | 1 | -63/+81 |
* | gigaset: add Kernel CAPI interface (v3) | Tilman Schmidt | 2009-10-06 | 6 | -16/+2335 |
* | gigaset: allow building without I4L | Tilman Schmidt | 2009-10-06 | 3 | -2/+83 |
* | gigaset: prepare for CAPI implementation | Tilman Schmidt | 2009-10-06 | 7 | -425/+492 |
* | gigaset: add kerneldoc comments | Tilman Schmidt | 2009-10-06 | 6 | -44/+166 |
* | gigaset: correct debugging output selection | Tilman Schmidt | 2009-10-06 | 1 | -3/+6 |
* | gigaset: improve error recovery | Tilman Schmidt | 2009-10-06 | 1 | -24/+45 |
* | gigaset: fix device ERROR response handling | Tilman Schmidt | 2009-10-06 | 1 | -8/+8 |
* | gigaset: announce if built with debugging | Tilman Schmidt | 2009-10-06 | 1 | -1/+7 |
* | gigaset: handle isoc frame errors more gracefully | Tilman Schmidt | 2009-10-06 | 1 | -11/+7 |
* | gigaset: linearize skb | Tilman Schmidt | 2009-10-06 | 1 | -0/+6 |
* | gigaset: fix reject/hangup handling | Tilman Schmidt | 2009-10-06 | 1 | -0/+5 |
* | tty: gigaset: really fix chars_in_buffer | Tilman Schmidt | 2009-09-19 | 1 | -12/+7 |
* | tty: fix chars_in_buffers | Alan Cox | 2009-07-20 | 1 | -0/+2 |
* | gigaset: drop pointless check | Tilman Schmidt | 2009-07-02 | 1 | -6/+0 |
* | gigaset: accept connection establishment messages in any order | Tilman Schmidt | 2009-07-02 | 1 | -24/+20 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-25 | 1 | -1/+1 |
|\ |
|
| * | gigaset: beyond ARRAY_SIZE of iwb->data | Roel Kluin | 2009-05-21 | 1 | -1/+1 |
* | | gigaset: remove unused structure member rcvbytes | Tilman Schmidt | 2009-05-17 | 3 | -6/+2 |
* | | gigaset: remove UNDOCREQ config option | Tilman Schmidt | 2009-05-17 | 2 | -46/+23 |
* | | gigaset: move up Kconfig inclusion point | Tilman Schmidt | 2009-05-17 | 1 | -0/+1 |
* | | gigaset: fix error return code | Tilman Schmidt | 2009-05-17 | 1 | -5/+7 |
* | | gigaset: skip unnecessary hex formatting | Tilman Schmidt | 2009-05-17 | 1 | -0/+4 |
* | | gigaset: fix possible oops in error handling | Tilman Schmidt | 2009-05-17 | 2 | -3/+2 |
* | | gigaset: remove obsolete references to m10x state table | Tilman Schmidt | 2009-05-17 | 3 | -12/+6 |
|/ |
|
* | gigaset: in file ops, check for device disconnect before anything else | Tilman Schmidt | 2009-04-06 | 1 | -28/+30 |
* | bas_gigaset: use tasklet_hi_schedule for timing critical tasklets | Tilman Schmidt | 2009-04-06 | 1 | -2/+2 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-26 | 1 | -2/+1 |
|\ |
|
| * | platform: make better use of to_platform_{device,driver}() macros | Eric Miao | 2009-03-24 | 1 | -2/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-20 | 1 | -3/+13 |
|\ \
| |/ |
|
| * | bas_gigaset: correctly allocate USB interrupt transfer buffer | Tilman Schmidt | 2009-03-18 | 1 | -3/+13 |
* | | gigaset: return -ENOTTY for unimplemented functions | Paul Bolle | 2009-03-10 | 1 | -4/+4 |
* | | gigaset: Kconfig cleanup | Tilman Schmidt | 2009-03-10 | 1 | -8/+6 |
|/ |
|
* | gigaset: ifdef cleanup | Tilman Schmidt | 2008-12-26 | 4 | -82/+6 |
* | gigaset: use pr_err() and pr_info() | Tilman Schmidt | 2008-12-26 | 8 | -58/+51 |
* | gigaset: get rid of info() and warn() macros | Tilman Schmidt | 2008-11-29 | 6 | -17/+7 |
* | gigaset: remove unnecessary poll method | Tilman Schmidt | 2008-11-29 | 1 | -15/+0 |
* | tty: fix up gigaset a bit | Alan Cox | 2008-10-13 | 1 | -15/+12 |
* | tty: Fallout from tty-move-canon-specials | Stephen Rothwell | 2008-10-13 | 1 | -2/+2 |
* | isdn: use the common ascii hex helpers | Harvey Harrison | 2008-07-30 | 1 | -3/+2 |