Age | Commit message (Expand) | Author | Files | Lines |
2012-03-08 | Bluetooth: Adding USB device 13d3:3375 as an Atheros AR3012. | Eran | 2 | -0/+3 |
2012-03-08 | Bluetooth: fix conding style issues all over the tree | Gustavo F. Padovan | 1 | -11/+12 |
2012-03-06 | Bluetooth: btusb: add support for BCM20702A0 [0a5c:21e6] | James M. Leddy | 1 | -0/+1 |
2012-03-01 | Bluetooth: Fix coding style with breaking lines | Gustavo F. Padovan | 1 | -10/+9 |
2012-02-24 | Bluetooth: Add support for creating HCI UART based AMP controllers | Marcel Holtmann | 2 | -0/+6 |
2012-02-24 | Bluetooth: Allow HCI UART reset parameter via flags ioctl | Marcel Holtmann | 2 | -8/+4 |
2012-02-23 | Bluetooth: Add AR30XX device ID on Asus laptops | Keng-Yu Lin | 2 | -0/+2 |
2012-02-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | Johan Hedberg | 3 | -9/+9 |
2012-02-15 | Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0 | Manoj Iyer | 1 | -0/+1 |
2012-02-15 | Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAP | Daniel Wagner | 1 | -3/+0 |
2012-02-13 | Bluetooth: btusb: Remove device lock on release | David Herrmann | 1 | -5/+0 |
2012-02-13 | Bluetooth: Remove hci_dev->driver_data | David Herrmann | 13 | -78/+77 |
2012-02-13 | Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0 | Manoj Iyer | 1 | -0/+1 |
2012-02-13 | Bluetooth: Remove __hci_dev_put/hold | David Herrmann | 1 | -2/+2 |
2012-02-13 | Bluetooth: Remove HCI-owner field | David Herrmann | 12 | -22/+0 |
2012-02-13 | Bluetooth: uart-ldisc: Fix memory leak and remove destruct cb | David Herrmann | 1 | -10/+2 |
2012-02-13 | Bluetooth: btsdio: Free driver data on SDIO shutdown | David Herrmann | 1 | -10/+1 |
2012-02-13 | Bluetooth: bpa10x: Free private driver data on usb shutdown | David Herrmann | 1 | -12/+3 |
2012-02-13 | Bluetooth: btusb: Free driver data on USB shutdown | David Herrmann | 1 | -10/+1 |
2012-02-13 | Bluetooth: bfusb: Free driver_data on USB shutdown | David Herrmann | 1 | -10/+1 |
2012-02-13 | Bluetooth: vhci: Free driver_data on file release | David Herrmann | 1 | -6/+1 |
2012-02-13 | Bluetooth: dtl1-cs: Remove empty destruct cb | David Herrmann | 1 | -6/+0 |
2012-02-13 | Bluetooth: btwilink: Remove empty destruct cb | David Herrmann | 1 | -9/+0 |
2012-02-13 | Bluetooth: btuart-cs: Remove empty destruct cb | David Herrmann | 1 | -6/+0 |
2012-02-13 | Bluetooth: btmrvl: Remove empty destruct cb | David Herrmann | 1 | -5/+0 |
2012-02-13 | Bluetooth: bt3c-cs: Remove empty destruct cb | David Herrmann | 1 | -6/+0 |
2012-02-13 | Bluetooth: bluecard-cs: Remove empty destruct cb | David Herrmann | 1 | -6/+0 |
2012-02-13 | Bluetooth: dtl1: Fix memleak in probe() | David Herrmann | 1 | -17/+3 |
2012-02-13 | Bluetooth: hci-uart-ath: Use GFP_ATOMIC in open() | David Herrmann | 1 | -1/+1 |
2012-02-13 | Bluetooth: hci-uart-bcsp: Use GFP_ATOMIC in open() | David Herrmann | 1 | -1/+1 |
2012-02-13 | Bluetooth: hci-uart-h4: Use GFP_ATOMIC in open() | David Herrmann | 1 | -1/+1 |
2012-02-13 | Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open() | David Herrmann | 1 | -1/+1 |
2012-02-13 | Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAP | Daniel Wagner | 1 | -3/+0 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 3 | -9/+9 |
2012-01-09 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
2012-01-08 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -81/+5 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 5 | -81/+5 |
2011-12-22 | Bluetooth: Add support for BCM20702A0 [0a5c:21e3] | Jesse Sung | 1 | -0/+1 |
2011-12-22 | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 3 | -7/+17 |
2011-12-21 | Bluetooth: btusb: fix bInterval for high/super speed isochronous endpoints | Bing Zhao | 1 | -7/+2 |
2011-12-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -7/+17 |
2011-12-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 4 | -7/+25 |
2011-12-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | Gustavo F. Padovan | 3 | -7/+17 |
2011-12-03 | btusb: fix a memory leak in btusb_send_frame() | Cong Wang | 1 | -2/+1 |
2011-11-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 3 | -0/+4 |
2011-11-22 | freezer: don't unnecessarily set PF_NOFREEZE explicitly | Tejun Heo | 1 | -2/+0 |
2011-11-21 | Bluetooth: btmrvl: support Marvell Bluetooth device SD8797 | Bing Zhao | 2 | -5/+16 |
2011-11-18 | USB: convert drivers/bluetooth/* to use module_usb_driver() | Greg Kroah-Hartman | 5 | -81/+5 |
2011-11-16 | Bluetooth: Allow to set AMP type for virtual HCI | Andrei Emeltchenko | 1 | -0/+8 |
2011-11-10 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 1 | -0/+3 |