index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hidp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-09
1
-10
/
+4
|
\
|
*
Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.
Chen Gang
2013-06-23
1
-10
/
+4
*
|
HID: Bluetooth: hidp: register HID devices async
David Herrmann
2013-05-29
2
-9
/
+49
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-1
/
+1
|
\
|
*
bluetooth: kill unused 'module' argument of bt_procfs_init()
Al Viro
2013-04-09
1
-1
/
+1
*
|
Bluetooth: hidp: fix sending output reports on intr channel
David Herrmann
2013-04-17
1
-7
/
+5
*
|
Bluetooth: hidp: don't send boot-protocol messages as HID-reports
David Herrmann
2013-04-17
1
-19
/
+5
*
|
Bluetooth: hidp: merge 'send' functions into hidp_send_message()
David Herrmann
2013-04-17
1
-96
/
+60
*
|
Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()
David Herrmann
2013-04-17
1
-29
/
+11
*
|
Bluetooth: hidp: handle kernel_sendmsg() errors correctly
David Herrmann
2013-04-17
1
-2
/
+14
*
|
Bluetooth: hidp: remove old session-management
David Herrmann
2013-04-17
3
-348
/
+18
*
|
Bluetooth: hidp: add new session-management helpers
David Herrmann
2013-04-17
2
-25
/
+583
*
|
Bluetooth: hidp: move hidp_schedule() to core.c
David Herrmann
2013-04-17
2
-9
/
+9
*
|
Bluetooth: hidp: test "terminate" before sleeping
David Herrmann
2013-04-17
1
-4
/
+8
*
|
Bluetooth: hidp: remove unused session->state field
David Herrmann
2013-04-17
2
-4
/
+2
*
|
Bluetooth: remove unneeded hci_conn_hold/put_device()
David Herrmann
2013-04-17
1
-17
/
+3
*
|
Bluetooth: hidp: verify l2cap sockets
David Herrmann
2013-04-05
1
-0
/
+2
*
|
Bluetooth: hidp: remove redundant error message
David Herrmann
2013-04-05
1
-1
/
+0
*
|
Bluetooth: discard bt_sock_unregister() errors
David Herrmann
2013-03-08
1
-3
/
+1
*
|
Bluetooth: Make hidp_get_raw_report abort if the session is terminating
Karl Relton
2013-03-08
1
-0
/
+4
|
/
*
Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()
Anderson Lizardo
2013-01-09
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
1
-1
/
+8
|
\
|
*
-
.
Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid',...
Jiri Kosina
2012-12-12
2
-2
/
+29
|
|
\
\
|
|
|
*
HID: hidp: fallback to input session properly if hid is blacklisted
Lamarque V. Souza
2012-12-07
1
-1
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
2012-10-19
1
-2
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr
Andrei Emeltchenko
2012-09-27
1
-2
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
net: change return values from -EACCES to -EPERM
Zhao Hongjiang
2012-09-21
1
-2
/
+2
*
|
Bluetooth: Added /proc/net/hidp via bt_procfs_init()
Masatake YAMATO
2012-08-06
1
-1
/
+21
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-28
1
-1
/
+1
|
\
|
*
HID: Fix the generic Kconfig options
Henrik Rydberg
2012-06-25
1
-1
/
+1
*
|
Bluetooth: Fix style in hidp code
Gustavo Padovan
2012-06-09
1
-1
/
+2
*
|
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
2012-06-05
2
-34
/
+1
*
|
Bluetooth: Remove most of the inline usage
Gustavo Padovan
2012-06-05
1
-2
/
+2
|
/
*
HID: Create a common generic driver
Henrik Rydberg
2012-05-01
1
-26
/
+1
*
HID: Create a generic device group
Henrik Rydberg
2012-05-01
1
-1
/
+1
*
Bluetooth: Use kernel int types instead of ones from stdint.h
Johan Hedberg
2012-02-27
1
-3
/
+3
*
Bluetooth: Always compile SCO and L2CAP in Bluetooth Core
Ulisses Furquim
2011-12-21
1
-1
/
+1
*
Bluetooth: Replace spin_lock by mutex in hci_dev
Gustavo F. Padovan
2011-12-18
1
-2
/
+2
*
Bluetooth: Fix hidp_get_connection()
Gustavo F. Padovan
2011-11-07
1
-6
/
+6
*
Bluetooth: hidp: Fix module reference cleanup
David Herrmann
2011-11-07
1
-2
/
+2
*
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
Luiz Augusto von Dentz
2011-11-07
1
-0
/
+1
*
Bluetooth: Rename hidp_find_connection()
Gustavo F. Padovan
2011-10-07
1
-2
/
+2
*
Bluetooth: Delay session allocation in hidp
Gustavo F. Padovan
2011-10-07
1
-6
/
+8
*
Bluetooth: hidp: safely acquire hci connection
Peter Hurley
2011-10-07
1
-14
/
+20
*
Bluetooth: Uses test_and_clear_bit() when possible
Gustavo F. Padovan
2011-10-06
1
-6
/
+3
*
Bluetooth: Remove wrong error check
Gustavo F. Padovan
2011-10-06
1
-1
/
+1
*
Bluetooth: Fix input device registration
Gustavo F. Padovan
2011-10-06
1
-9
/
+6
*
Bluetooth: Trasmit interrupt channel messages first
Gustavo F. Padovan
2011-10-06
1
-8
/
+17
*
Bluetooth: prioritize the interrupt channel in hidp
Gustavo F. Padovan
2011-10-06
1
-4
/
+4
[next]