summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* drivers/isdn/hardware/eicon/debug.c: fix uninitialized var warningAndrew Morton2008-02-061-1/+1
* drivers/isdn/hardware/eicon/message.c fix 'and' typo in eicons' AddInfo()Roel Kluin2008-02-061-1/+1
* ser_gigaset: convert mutex to completionTilman Schmidt2008-02-061-5/+5
* Gigaset: permit module unloadTilman Schmidt2008-02-065-142/+85Star
* gigaset: atomic cleanupTilman Schmidt2008-02-069-175/+169Star
* usb_gigaset: suspend supportTilman Schmidt2008-02-061-0/+56
* bas_gigaset: suspend supportTilman Schmidt2008-02-061-2/+164
* gigaset: code cleanupsTilman Schmidt2008-02-063-82/+73Star
* gigaset: clean up urb->status usageTilman Schmidt2008-02-063-41/+58
* drivers/isdn/i4l/isdn_tty.c: remove write_semDaniel Walker2008-02-061-1/+0Star
* cleanup after APUS removalAdrian Bunk2008-02-061-8/+0Star
* Remove pointless casts from void pointersJeff Garzik2008-02-061-3/+2Star
* fix ! versus & precedence in various placesAlexey Dobriyan2008-02-064-31/+31
* drivers/isdn/: Spelling fixesJoe Perches2008-02-032-2/+2
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-032-2/+2
* Typoes: "whith" -> "with"Robert P. J. Day2008-02-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-252-9/+3Star
|\
| * driver core: Make the dev_*() family of macros in device.h completeEmil Medve2008-01-251-6/+0Star
| * ISDN: Convert from class_device to device for ISDN capiTony Jones2008-01-251-3/+3
* | fix oops on rmmod capidrvKarsten Keil2008-01-251-4/+5
|/
* [ISDN]: i4l: Fix DLE handling for i4l-audioMatthias Goebl2008-01-042-0/+5
* [ISDN] i4l: 'NO CARRIER' message lost after ldisc flushMatthias Goebl2008-01-041-0/+5
* I4L: fix isdn_ioctl memory overrun vulnerabilityKarsten Keil2007-12-031-1/+4
* isdn: bootup crash fixIngo Molnar2007-11-291-2/+1Star
* isdn: avoid copying overly-long stringsKarsten Keil2007-11-271-4/+4
* [ISDN] sc: Really, really fix warningFrank Lichtenheld2007-11-151-1/+1
* [ISDN] sc: Fix sndpkt to have the correct number of argumentsFrank Lichtenheld2007-11-152-2/+2
* i4l: errors with assignments in ifRoel Kluin2007-11-061-1/+1
* PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik2007-11-057-22/+25
* [ISDN] capidrv: address two longstanding warningsJeff Garzik2007-10-291-2/+23
* ISDN/sc: fix longstanding warningJeff Garzik2007-10-241-5/+4Star
* isdn/sc: irq handler cleanJeff Garzik2007-10-242-16/+4Star
* isdn/act2000: fix major bug. clean irq handler.Jeff Garzik2007-10-241-4/+8
* Spelling fix: explicitlyJean Delvare2007-10-192-3/+3
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-197-17/+17
* isdn/sc: remove unused REQUEST_IRQ and unnecessary header fileFernando Luis Vázquez Cao2007-10-193-21/+1Star
* isdn: fix random hard freeze with AVM T1 cardsKarsten Keil2007-10-191-16/+12Star
* isdn: fix random hard freeze with AVM cards using b1dmaKarsten Keil2007-10-191-9/+19
* isdn: fix random hard freeze with AVM c4 card part 2Karsten Keil2007-10-191-0/+2
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+2
* i4l: Fix random hard freeze with AVM c4 cardKarsten Keil2007-10-181-3/+11
* i4l: fix random freezes with AVM B1 driversKarsten Keil2007-10-181-15/+13Star
* isdn: guard against a potential NULL pointer dereference in old_capi_manufact...Jesper Juhl2007-10-161-0/+2
* fix possible NULL deref on low memory condition in capidrv.c::send_message()Jesper Juhl2007-10-161-0/+5
* use mutex instead of semaphore in isdn subsystem common functionsMatthias Kaehlcke2007-10-161-13/+13
* gigaset: remove pointless lockingTilman Schmidt2007-10-164-32/+4Star
* [ISDN]: Fix compile with CONFIG_ISDN_X25 disabled.Denis V. Lunev2007-10-151-1/+1
* [ISDN]: Remove local copy of device name to make sure renames work.Karsten Keil2007-10-152-68/+85
* hisax: hfc_usb: update to current CVS versionMartin Bachem2007-10-141-30/+33
* more trivial signedness fixes in driversAl Viro2007-10-142-2/+3