Age | Commit message (Expand) | Author | Files | Lines |
2014-04-25 | Bluetooth: Add support for Lite-on [04ca:3007] | Mohammed Habibulla | 2 | -0/+3 |
2014-04-25 | Revert "Bluetooth: Enable autosuspend for Intel Bluetooth device" | Marcel Holtmann | 1 | -3/+1 |
2014-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 12 | -112/+155 |
2014-03-23 | Bluetooth: bluecard: Use del_timer_sync() in teardown path | Thomas Gleixner | 1 | -1/+1 |
2014-03-21 | Bluetooth: btmrvl: don't consume all vendor specific events | Amitkumar Karwar | 1 | -5/+6 |
2014-03-10 | Bluetooth: add module name for btwilink | Pavel Machek | 1 | -1/+2 |
2014-03-07 | Bluetooth: Fix endianess issue in the ath3k driver | Peng Chen | 1 | -2/+2 |
2014-03-05 | Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012. | Peng Chen | 2 | -0/+3 |
2014-03-05 | Bluetooth: Remove assignments in if-statements | Valentin Ilie | 9 | -35/+59 |
2014-03-04 | Bluetooth: Stop BCSP/H5 timer before cleaning up | Michael Knudsen | 2 | -3/+5 |
2014-02-18 | Bluetooth: append new supported device to the list [0b05:17d0] | Andy Shevchenko | 2 | -0/+3 |
2014-02-18 | Bluetooth: sort the list of IDs in the source code | Andy Shevchenko | 2 | -65/+65 |
2014-02-18 | Bluetooth: allocate static minor for vhci | Lucas De Marchi | 1 | -1/+2 |
2014-02-15 | Bluetooth: btusb: Add IMC Networks (Broadcom based) | Jurgen Kramer | 1 | -0/+3 |
2014-02-13 | Bluetooth: Add firmware update for Atheros 0cf3:311f | Oliver Neukum | 2 | -0/+3 |
2014-02-13 | Bluetooth: Enable Atheros 0cf3:311e for firmware upload | Oliver Neukum | 2 | -0/+3 |
2014-01-08 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 3 | -13/+68 |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -0/+3 |
2014-01-04 | Bluetooth: Deal with USB devices that are faking CSR vendor | Marcel Holtmann | 1 | -1/+45 |
2013-12-29 | Bluetooth: Use MD SET register for changing SDIO Type-B to Type-A | Marcel Holtmann | 1 | -1/+2 |
2013-12-29 | Bluetooth: Add support for vectored writes to virtual HCI driver | Marcel Holtmann | 1 | -11/+18 |
2013-12-23 | Bluetooth: Set HCI_QUIRK_RESET_ON_CLOSE for Socket SDIO cards | Marcel Holtmann | 1 | -0/+3 |
2013-12-04 | Bluetooth: Add support for Toshiba Bluetooth device [0930:0220] | Marco Piazza | 2 | -0/+3 |
2013-12-04 | Bluetooth: Enable autosuspend for Intel Bluetooth device | Tedd Ho-Jeong An | 1 | -1/+3 |
2013-12-04 | Bluetooth: Add support for Intel Bluetooth device [8087:0a2a] | Tedd Ho-Jeong An | 1 | -0/+1 |
2013-12-04 | Bluetooth: ath3k: Add support for a new AR3012 device | Sujith Manoharan | 2 | -0/+3 |
2013-12-04 | Bluetooth: ath3k: Add support for another AR3012 card | Sujith Manoharan | 2 | -0/+3 |
2013-12-04 | Bluetooth: btmrvl: remove cal-data byte swapping and redundant mem copy | Bing Zhao | 2 | -18/+11 |
2013-12-04 | Bluetooth: btmrvl: use cal-data from device-tree instead of conf file | Bing Zhao | 4 | -89/+18 |
2013-12-04 | Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocf | Bing Zhao | 2 | -20/+20 |
2013-11-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 1 | -1/+0 |
2013-10-11 | Bluetooth: Declare ath3k_table[] and ath3k_blist_tbl[] as const | Marcel Holtmann | 1 | -2/+2 |
2013-10-11 | Bluetooth: Declare bpa10x_table[] as const | Marcel Holtmann | 1 | -1/+1 |
2013-10-11 | Bluetooth: Declare bfusb_table[] as const | Marcel Holtmann | 1 | -1/+1 |
2013-10-11 | Bluetooth: Declare btusb_table[] and blacklist_table[] as const | Marcel Holtmann | 1 | -2/+2 |
2013-10-11 | Bluetooth: Remove pointless parameter check in vhci_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Remove pointless parameter check in hci_uart_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Remove pointless parameter check in dtl1_hci_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Remove pointless parameter check in btuart_hci_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Remove pointless parameter check in btmrvl_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Remove pointless parameter check in bt3c_hci_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Remove pointless parameter check in bluecard_hci_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Remove pointless parameter check in bfusb_send_frame() | Marcel Holtmann | 1 | -8/+1 |
2013-10-11 | Bluetooth: Add hdev parameter to hdev->send driver callback | Marcel Holtmann | 13 | -28/+16 |
2013-10-11 | Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback | Marcel Holtmann | 13 | -36/+21 |
2013-10-11 | Bluetooth: Remove unused h4_check_data_len() function | Marcel Holtmann | 1 | -24/+0 |
2013-10-11 | Bluetooth: Remove unused btmrvl_ioctl() callback | Marcel Holtmann | 1 | -10/+3 |
2013-10-11 | Bluetooth: Remove unused dtl1_hci_ioctl() callback | Marcel Holtmann | 1 | -11/+4 |
2013-10-11 | Bluetooth: Remove unused btuart_hci_ioctl() callback | Marcel Holtmann | 1 | -11/+4 |
2013-10-11 | Bluetooth: Remove unused bt3c_hci_ioctl() callback | Marcel Holtmann | 1 | -11/+4 |