aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24Bluetooth: Fix sending LE data over USBGravatar Vinicius Costa Gomes 1-1/+2
2011-03-24Bluetooth: add support for Apple MacBook Pro 8,2Gravatar Marc-Antoine Perennou 1-0/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 3-12/+289
2011-03-16Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-0/+406
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-13/+13
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+0
2011-02-24Merge 2.6.38-rc6 into tty-nextGravatar Greg Kroah-Hartman 2-0/+5
2011-02-23Revert "Bluetooth: Enable USB autosuspend by default on btusb"Gravatar Linus Torvalds 1-2/+0
2011-02-23Bluetooth: btwilink driverGravatar Pavan Savoy 3-0/+406
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Gravatar John W. Linville 2-2/+8
2011-02-17hci_ath: Fix the mess in this driverGravatar Alan Cox 1-13/+13
2011-02-16Bluetooth: Make hci a child of the corresponding tty device.Gravatar Andrei Warkentin 1-0/+1
2011-02-16Bluetooth: Use usb_fill_int_urb()Gravatar Gustavo F. Padovan 1-7/+3
2011-02-16Bluetooth: Add Atheros BT AR5BBU12 fw supportedGravatar Cho, Yu-Chen 2-0/+6
2011-02-16Bluetooth: fix crash with quirky dongles doing soundGravatar Oliver Neukum 1-2/+2
2011-02-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-55/+20
2011-02-11Bluetooth: Add firmware support for Atheros 3012Gravatar Bala Shanmugam 2-0/+282
2011-02-08Bluetooth: ath3k: Avoid duplication of codeGravatar Rogério Brito 1-5/+3
2011-01-26Bluetooth: add Atheros BT AR9285 fw supportedGravatar Cho, Yu-Chen 2-0/+5
2011-01-19Bluetooth: ath3k: reduce memory usageGravatar Alexander Holler 1-55/+20
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationGravatar Jesper Juhl 1-2/+2
2010-12-08Bluetooth: add NULL pointer check in HCIGravatar Jun Nie 1-2/+4
2010-12-01Bluetooth: Add new PID for Atheros 3011Gravatar Bala Shanmugam 2-0/+7
2010-12-01Bluetooth: Fix log spamming in btusb due to autosuspendGravatar Stefan Seyfried 1-3/+6
2010-11-09Bluetooth: Add MacBookAir3,1(2) supportGravatar Edgar (gimli) Hucek 1-0/+3
2010-11-09Bluetooth: Enable USB autosuspend by default on btusbGravatar Matthew Garrett 1-0/+2
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 4-3/+17
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-0/+11
2010-10-22bluetooth: Fix missing NULL checkGravatar Alan Cox 1-0/+7
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-0/+11
2010-10-12Bluetooth: hci_uart: Fix typo in stats for sco txGravatar Karl Beldan 1-1/+1
2010-10-12Bluetooth: Add support Bluetooth controller of MacbookPro 7,1Gravatar Nobuhiro Iwamatsu 1-0/+3
2010-10-12Bluetooth: Add support Bluetooth controller of MacbookPro 6,2Gravatar Nobuhiro Iwamatsu 1-0/+3
2010-10-12Bluetooth: Support SDIO devices that are AMP controllersGravatar David Vrabel 1-0/+8
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosGravatar David Vrabel 1-2/+2
2010-09-29pcmcia: move driver name to struct pcmcia_driverGravatar Dominik Brodowski 4-12/+4
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemGravatar Dominik Brodowski 3-63/+59
2010-09-29pcmcia: introduce autoconfiguration featureGravatar Dominik Brodowski 3-13/+2
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceGravatar Dominik Brodowski 4-12/+8
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceGravatar Dominik Brodowski 1-1/+1
2010-09-29pcmcia: simplify IntTypeGravatar Dominik Brodowski 4-4/+0
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceGravatar Dominik Brodowski 2-2/+2
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 4-65/+60
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Gravatar Dominik Brodowski 4-36/+34
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Gravatar Dominik Brodowski 4-25/+26
2010-07-30pcmcia: remove cs_types.hGravatar Dominik Brodowski 4-4/+0
2010-07-27Bluetooth: Fix kfree() => kfree_skb() in hci_ath.cGravatar Dan Carpenter 1-1/+1