aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-3/+2
2009-06-14Bluetooth: Fix issue with uninitialized nsh.type in DTL-1 driverGravatar Marcel Holtmann 1-0/+2
2009-06-11tty: fix bluetooth scribbling on low latency flagsGravatar Alan Cox 1-1/+0
2009-06-11tty: rewrite the ldisc lockingGravatar Alan Cox 1-2/+2
2009-06-08Bluetooth: Remove unused and unneeded support in virtual driverGravatar Marcel Holtmann 1-31/+0
2009-06-08Bluetooth: Remove BKL from open callback of virtual driverGravatar Marcel Holtmann 1-4/+0
2009-06-08Bluetooth: Use wait_event_interruptible for virtual driverGravatar Marcel Holtmann 1-28/+15
2009-06-08Bluetooth: Use only MISC_DYNAMIC_MINOR for virtual driverGravatar Marcel Holtmann 1-8/+4
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Gravatar Wei Yongjun 3-6/+3
2009-02-27Bluetooth: Submit bulk URBs along with interrupt URBsGravatar Marcel Holtmann 1-17/+23
2009-02-27Bluetooth: Eliminate a sparse warning in bt3c driverGravatar Andre Haupt 1-2/+2
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 10-56/+5
2008-11-30Bluetooth: Allow SCO audio with Asus WL-BTD202 dongleGravatar Marcel Holtmann 1-7/+8
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationGravatar Marcel Holtmann 3-54/+51
2008-11-30Bluetooth: Remove deprecated hci_usb driverGravatar Marcel Holtmann 4-1286/+0
2008-11-30Bluetooth: Respect HCI_UART_DEBUG config in hci_ll.cGravatar Nick Pelly 1-0/+5
2008-11-30Bluetooth: Change simple_strtol to simple_strtoulGravatar Julia Lawall 1-4/+4
2008-11-30Bluetooth: Fix TX error path in btsdio driverGravatar Tomas Winkler 1-0/+1
2008-11-30Bluetooth: Add suspend/resume support to btusb driverGravatar Marcel Holtmann 1-0/+62
2008-11-30Bluetooth: Handle bulk URBs in btusb driver from notify callbackGravatar Marcel Holtmann 1-14/+13
2008-11-30Bluetooth: Add fine grained mem_flags usage to btusb driverGravatar Marcel Holtmann 1-17/+17
2008-10-31bpa10x: free sk_buff with kfree_skbGravatar Ilpo Järvinen 1-2/+2
2008-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 4-7/+14
2008-10-26btsdio: free sk_buff with kfree_skbGravatar Sergio Luis 1-1/+1
2008-10-17pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedGravatar Alan Cox 4-7/+14
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 4-204/+122
2008-10-13tty: some ICANON magic is in the wrong placesGravatar Alan Cox 1-1/+1
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-5/+5
2008-10-06[Bluetooth] Add reset quirk for A-Link BlueUSB21 dongleGravatar Marcel Holtmann 1-0/+1
2008-10-06[Bluetooth] Add reset quirk for new Targus and Belkin donglesGravatar Marcel Holtmann 1-0/+4
2008-10-06[Bluetooth] Fix double frees on error paths of btusb and bpa10x driversGravatar Marcel Holtmann 2-5/+0
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-6/+22
2008-09-22hci_usb: replace mb with smp_mbGravatar Ming Lei 1-5/+5
2008-09-23[Bluetooth] Fix USB disconnect handling of btusb driverGravatar Marcel Holtmann 1-4/+15
2008-09-23[Bluetooth] Fix wrong URB handling of btusb driverGravatar Marcel Holtmann 1-2/+4
2008-09-23[Bluetooth] Fix I/O errors on MacBooks with Broadcom chipsGravatar Marcel Holtmann 1-0/+3
2008-09-21bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.Gravatar David S. Miller 1-9/+9
2008-08-23pcmcia: deprecate CS_SUCCESSGravatar Dominik Brodowski 4-10/+10
2008-08-23pcmcia: pcmcia_config_loop() improvement by passing vccGravatar Dominik Brodowski 3-5/+9
2008-08-23pcmcia: pcmcia_config_loop() default CIS entry handlingGravatar Dominik Brodowski 3-0/+5
2008-08-23pcmcia: pcmcia_config_loop() ConfigIndex unificationGravatar Dominik Brodowski 3-5/+0
2008-08-23pcmcia: use pcmcia_loop_config in bluetooth driversGravatar Dominik Brodowski 3-194/+108
2008-08-18[Bluetooth] Consolidate maintainers informationGravatar Marcel Holtmann 4-4/+4
2008-08-18[Bluetooth] Add SCO support to btusb driverGravatar Marcel Holtmann 2-20/+272
2008-08-07[Bluetooth] Add full quirk implementation for btusb driverGravatar Marcel Holtmann 1-2/+161
2008-08-07[Bluetooth] Removal of unnecessary ignore module parameterGravatar Marcel Holtmann 4-31/+6
2008-07-30bluetooth: add quirks for a few hci_usb devicesGravatar Michael Frey 1-0/+7
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 2-31/+14
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-3/+3