index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_h5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: hci_uart: Remove the manual protocol init message
Marcel Holtmann
2015-04-07
1
-8
/
+1
*
Bluetooth: hci_uart: Add name information to hci_uart_proto struct
Marcel Holtmann
2015-04-07
1
-0
/
+1
*
Bluetooth: hci_uart: Make struct hci_uart_proto always const
Marcel Holtmann
2015-04-07
1
-1
/
+1
*
Bluetooth: hci_uart: Use const data pointer for received data
Marcel Holtmann
2015-04-07
1
-2
/
+2
*
Bluetooth: Switch HCI H5 driver to use hci_reset_dev() function
Marcel Holtmann
2014-11-02
1
-11
/
+2
*
Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payload
Marcel Holtmann
2014-11-02
1
-2
/
+2
*
Bluetooth: HCI H5 peer reset detection
Loic Poulain
2014-10-31
1
-0
/
+34
*
Bluetooth: Fix HCI H5 corrupted ack value
Loic Poulain
2014-08-14
1
-1
/
+1
*
Bluetooth: Remove redundant calls to h5_reset_rx
Loic Poulain
2014-07-03
1
-4
/
+0
*
Bluetooth: Ignore H5 non-link packets in non-active state
Loic Poulain
2014-06-23
1
-0
/
+1
*
Bluetooth: Remove assignments in if-statements
Valentin Ilie
2014-03-05
1
-2
/
+4
*
Bluetooth: Stop BCSP/H5 timer before cleaning up
Michael Knudsen
2014-03-04
1
-2
/
+2
*
Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback
Marcel Holtmann
2013-10-11
1
-1
/
+1
*
Bluetooth: Introduce a flags variable to Three-wire UART state
Johan Hedberg
2012-07-17
1
-11
/
+15
*
Bluetooth: Improve Three-wire UART configuration handling
Johan Hedberg
2012-07-17
1
-7
/
+27
*
Bluetooth: Remove unnecessary h5_build_pkt function
Johan Hedberg
2012-07-17
1
-26
/
+23
*
Bluetooth: Implement proper low-power support for Three-wire UART
Johan Hedberg
2012-07-17
1
-5
/
+32
*
Bluetooth: Add initialization tracking to HCI Three-wire driver
Johan Hedberg
2012-07-17
1
-16
/
+50
*
Bluetooth: Add initial sleep support to Three-wire UART
Johan Hedberg
2012-07-17
1
-0
/
+13
*
Bluetooth: Improve rx debug logs for Three-wire UART
Johan Hedberg
2012-07-17
1
-14
/
+3
*
Bluetooth: Use delayed init for Three-wire UART
Johan Hedberg
2012-07-17
1
-0
/
+3
*
Bluetooth: Add support for Three-wire Link Control packets
Johan Hedberg
2012-07-17
1
-17
/
+79
*
Bluetooth: Fix/implement Three-wire reliable packet sending
Johan Hedberg
2012-07-17
1
-17
/
+70
*
Bluetooth: Add Three-wire header value convenience macros
Johan Hedberg
2012-07-17
1
-0
/
+8
*
Bluetooth: Add initial packet sending support to Three-wire UART
Johan Hedberg
2012-07-17
1
-7
/
+98
*
Bluetooth: Add basic packet parsing to Three-wire UART driver
Johan Hedberg
2012-07-17
1
-8
/
+222
*
Bluetooth: Add initial reliable packet support for Three-wire UART
Johan Hedberg
2012-07-17
1
-0
/
+56
*
Bluetooth: Add basic state tracking to Three-wire UART driver
Johan Hedberg
2012-07-17
1
-4
/
+92
*
Bluetooth: Initial skeleton for Three-wire UART (H5) support
Johan Hedberg
2012-07-17
1
-0
/
+88