aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/bas-gigaset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-31isdn: move capi drivers to stagingArnd Bergmann1-2675/+0
2019-05-05isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle1-4/+5
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-06-22isdn: gigaset: use usb_fill_int_urb()Sebastian Andrzej Siewior1-14/+12
2017-10-23isdn/gigaset: Provide cardstate context for bas timer callbacksKees Cook1-8/+6
2017-10-18isdn/gigaset: Convert timers to use timer_setup()Kees Cook1-16/+20
2017-10-18isdn/gigaset: Use kzalloc instead of open-coded field zeroingKees Cook1-9/+1
2017-03-13isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2016-12-17isdn/gigaset: use designated initializersKees Cook1-16/+16
2014-08-22isdn/bas_gigaset: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-07-29isdn/bas_gigaset: fix a leak on failure path in gigaset_probe()Alexey Khoroshilov1-0/+1
2012-10-26bas_gigaset: fix pre_reset handlingTilman Schmidt1-3/+16
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-07isdn/gigaset: unify function return valuesTilman Schmidt1-14/+19
2012-05-07isdn/gigaset: fix readability damageTilman Schmidt1-6/+5
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-21/+21
2011-04-17isdn: gigaset: Fix set-but-unused variable.David S. Miller1-5/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2010-10-01isdn/gigaset: improve bas_gigaset USB error reportingTilman Schmidt1-51/+61
2010-10-01isdn/gigaset: fix bas_gigaset interrupt read error handlingTilman Schmidt1-13/+93
2010-10-01isdn/gigaset: unclog bas_gigaset AT response pipeTilman Schmidt1-0/+22
2010-10-01isdn/gigaset: try USB reset for bas_gigaset error recoveryTilman Schmidt1-2/+4
2010-10-01isdn/gigaset: bas_gigaset timer cleanupTilman Schmidt1-33/+32
2010-10-01isdn/gigaset: fix bas_gigaset AT read error handlingTilman Schmidt1-50/+33
2010-10-01isdn/gigaset: bas_gigaset locking fixTilman Schmidt1-3/+3
2010-08-07isdn: gigaset: use after freeDan Carpenter1-2/+4
2010-07-07isdn/gigaset: drop debug check on isochronous writeTilman Schmidt1-18/+0
2010-07-07isdn/gigaset: avoid copying AT commands twiceTilman Schmidt1-40/+11
2010-04-18gigaset: include cleanup cleanupTilman Schmidt1-5/+0
2010-02-26gigaset: reduce syslog clutterTilman Schmidt1-12/+6
2009-11-19drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-10-29bas_gigaset: checkpatch cleanupTilman Schmidt1-27/+41
2009-10-06gigaset: prepare for CAPI implementationTilman Schmidt1-2/+2
2009-10-06gigaset: improve error recoveryTilman Schmidt1-24/+45
2009-10-06gigaset: handle isoc frame errors more gracefullyTilman Schmidt1-11/+7
2009-04-06bas_gigaset: use tasklet_hi_schedule for timing critical taskletsTilman Schmidt1-2/+2
2009-03-18bas_gigaset: correctly allocate USB interrupt transfer bufferTilman Schmidt1-3/+13
2008-12-26gigaset: use pr_err() and pr_info()Tilman Schmidt1-5/+7
2008-11-29gigaset: get rid of info() and warn() macrosTilman Schmidt1-2/+1
2008-07-24gigaset: gigaset_isowbuf_getbytes() may return signed unnoticedTilman Schmidt1-6/+6
2008-02-06Gigaset: permit module unloadTilman Schmidt1-41/+39
2008-02-06gigaset: atomic cleanupTilman Schmidt1-45/+41
2008-02-06bas_gigaset: suspend supportTilman Schmidt1-2/+164
2008-02-06gigaset: code cleanupsTilman Schmidt1-22/+23
2008-02-06gigaset: clean up urb->status usageTilman Schmidt1-36/+48
2007-10-16gigaset: remove pointless lockingTilman Schmidt1-8/+1
2007-03-29[PATCH] drivers/isdn/gigaset: mark some static data as const (v2)Tilman Schmidt1-2/+2
2007-02-11[PATCH] fix gregkh-usb-usbcore-remove-unused-bandwith-related-codeAndrew Morton1-2/+2
2006-12-13[PATCH] isdn/gigaset: fix possible missing wakeupTilman Schmidt1-66/+52