summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware/mISDN
AgeCommit message (Expand)AuthorFilesLines
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-03Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman7-34/+34
2012-11-09isdn: Fix typo in drivers/isdnMasanari Iida2-2/+2
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil5-5/+10
2012-09-03mISDN: fix possible memory leak in hfcmulti_init()Wei Yongjun1-0/+2
2012-07-29mISDN: Bugfix only few bytes are transfered on a connectionKarsten Keil1-3/+4
2012-07-18ISDN: Add check for usb_alloc_urb() resultKarsten Keil1-5/+13
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+6
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2012-05-22mISDN: Add X-Tensions USB ISDN TA XC-525Karsten Keil1-0/+6
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil8-12/+51
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil8-159/+228
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil8-121/+57
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil8-176/+122
2012-05-16mISDN: Bugfix hfcsusb: usb endpoint activation/deactivationMartin Bachem1-8/+2
2012-05-16mISDN: avmfritz use the bigger fifo of chip version 2Karsten Keil1-27/+41
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil8-113/+39
2012-05-16mISDN: Cleanup channel also if it already was deactivatedKarsten Keil8-49/+23
2012-05-16isdn: Fix typo in hfcmulti.cMasanari Iida1-2/+2
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil7-11/+36
2012-04-26mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver.Andreas Eversberg2-166/+236
2012-04-26mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.Andreas Eversberg2-71/+95
2012-04-26mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not.Andreas Eversberg1-15/+10
2012-04-26mISDN: Fixed false interruption of audio during bridging change.Andreas Eversberg1-8/+16
2012-03-27mISDN: array underflow in open_bchannel()Dan Carpenter7-7/+7
2012-02-21isdn: whitespace coding style cleanupJoe Perches17-1558/+1556
2012-02-13mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka1-2/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-27/+1
2011-10-31drivers/isdn: Add module.h to ISDN files implicitly using it.Paul Gortmaker1-0/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-06-11ISDN, hfcsusb: Don't leak in hfcsusb_ph_info()Jesper Juhl1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan8-0/+8
2011-05-25isdn: netjet - blacklist Digium TDM400PPrarit Bhargava1-0/+6
2011-04-17isdn: hfcsusb: Fix set-but-unused variables.David S. Miller1-4/+1
2011-04-17isdn: hfcpci: Fix set-but-unused variables.David S. Miller1-4/+2
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-3/+3
2010-11-15drivers/isdn: Remove unnecessary semicolonsJoe Perches2-3/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-3/+3
2010-10-27drivers/isdn: delete double assignmentJulia Lawall1-1/+1
2010-08-10isdn: mISDN: call pci_disable_device() if pci_probe() failedKulikov Vasiliy1-1/+4
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds6-7/+7
2010-07-15mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-6/+3
2010-07-15mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-25/+14
2010-07-15isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe1-46/+46
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König6-7/+7
2010-06-01drivers/isdn/hardware/mISDN: Use GFP_ATOMIC when a lock is heldJulia Lawall1-2/+2
2010-05-29drivers/isdn/hardware/mISDN: Add missing spin_unlockJulia Lawall1-1/+3
2010-04-23Merge branch 'master' into for-nextJiri Kosina10-0/+16