- 755b82a Bluetooth: Access HIDP session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
- 22e04f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
- efd15f5 Merge branch 'master' into for-3.12/upstream by Jiri Kosina · 11 years ago
- 159d865 Bluetooth: hidp: remove wrong send_report at init by Benjamin Tissoires · 11 years ago
- 2583d70 Bluetooth: hidp: implement hidinput_input_event callback by Benjamin Tissoires · 11 years ago
- bc197ee HID: fix unused rsize usage by Jiri Kosina · 11 years ago
- 27ce405 HID: fix data access in implement() by Jiri Kosina · 11 years ago
- 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- 673e1dd Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code. by Chen Gang · 11 years ago
- 4e713cd HID: Bluetooth: hidp: register HID devices async by David Herrmann · 11 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- e73dcfb Bluetooth: hidp: fix sending output reports on intr channel by David Herrmann · 12 years ago
- af87b3d Bluetooth: hidp: don't send boot-protocol messages as HID-reports by David Herrmann · 12 years ago
- 41edc0c Bluetooth: hidp: merge 'send' functions into hidp_send_message() by David Herrmann · 12 years ago
- 7350e6c Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit() by David Herrmann · 12 years ago
- 2df0120 Bluetooth: hidp: handle kernel_sendmsg() errors correctly by David Herrmann · 12 years ago
- 5205185 Bluetooth: hidp: remove old session-management by David Herrmann · 12 years ago
- b4f34d8 Bluetooth: hidp: add new session-management helpers by David Herrmann · 12 years ago
- 3764eaa Bluetooth: hidp: move hidp_schedule() to core.c by David Herrmann · 12 years ago
- e3492dc Bluetooth: hidp: test "terminate" before sleeping by David Herrmann · 12 years ago
- dcc0764 Bluetooth: hidp: remove unused session->state field by David Herrmann · 12 years ago
- fc225c3 Bluetooth: remove unneeded hci_conn_hold/put_device() by David Herrmann · 12 years ago
- b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 12 years ago
- b3916db Bluetooth: hidp: verify l2cap sockets by David Herrmann · 12 years ago
- c849edb Bluetooth: hidp: remove redundant error message by David Herrmann · 12 years ago
- 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 12 years ago
- fd86c9b Bluetooth: Make hidp_get_raw_report abort if the session is terminating by Karl Relton · 12 years ago
- 0a9ab9b Bluetooth: Fix incorrect strncpy() in hidp_setup_hid() by Anderson Lizardo · 12 years ago
- fd62c54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
- 818b930 Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for-3.8/multitouch', 'for-3.8/roccat', 'for-3.8/sensors' and 'for-3.8/upstream' into for-linus by Jiri Kosina · 12 years ago
- 4529eef HID: hidp: fallback to input session properly if hid is blacklisted by Lamarque V. Souza · 12 years ago
- bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
- 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
- fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
- bf5b30b net: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
- 5c6ad8e Bluetooth: Added /proc/net/hidp via bt_procfs_init() by Masatake YAMATO · 12 years ago
- b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
- 1f41a6a HID: Fix the generic Kconfig options by Henrik Rydberg · 12 years ago
- 1d0c4da Bluetooth: Fix style in hidp code by Gustavo Padovan · 12 years ago
- 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
- 6039aa73 Bluetooth: Remove most of the inline usage by Gustavo Padovan · 12 years ago
- 8215d55 HID: Create a common generic driver by Henrik Rydberg · 13 years ago
- 070748e HID: Create a generic device group by Henrik Rydberg · 13 years ago
- 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 13 years ago
- f1e91e1 Bluetooth: Always compile SCO and L2CAP in Bluetooth Core by Ulisses Furquim · 13 years ago
- 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
- 3c32fa9 Bluetooth: Fix hidp_get_connection() by Gustavo F. Padovan · 13 years ago
- 25df084 Bluetooth: hidp: Fix module reference cleanup by David Herrmann · 13 years ago
- 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
- 3e90dc8 Bluetooth: Rename hidp_find_connection() by Gustavo F. Padovan · 13 years ago
- 81b25cd Bluetooth: Delay session allocation in hidp by Gustavo F. Padovan · 13 years ago
- 1785dbf Bluetooth: hidp: safely acquire hci connection by Peter Hurley · 13 years ago
- ab88f71 Bluetooth: Uses test_and_clear_bit() when possible by Gustavo F. Padovan · 13 years ago
- 192893c Bluetooth: Remove wrong error check by Gustavo F. Padovan · 13 years ago
- 3415a5f Bluetooth: Fix input device registration by Gustavo F. Padovan · 13 years ago
- 679344e Bluetooth: Trasmit interrupt channel messages first by Gustavo F. Padovan · 13 years ago
- dc0da5c Bluetooth: prioritize the interrupt channel in hidp by Gustavo F. Padovan · 13 years ago
- cd11cdd Bluetooth: use list_for_each_entry() in hidp by Gustavo F. Padovan · 13 years ago
- 794d175 Bluetooth: hidp: Stop I/O on shutdown by David Herrmann · 13 years ago
- 4493572 Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM by Mat Martineau · 13 years ago
- 142c69c Bluetooth: hidp: Add support for NO_INIT_REPORTS quirk by David Herrmann · 13 years ago
- ff062ea Bluetooth: hidp: Don't release device ref if never held by Peter Hurley · 13 years ago
- 615aedd Bluetooth: hidp: Only free input device if failed register by Peter Hurley · 13 years ago
- 1c97e94 Bluetooth: hidp: Fix memory leak of cached report descriptor by Peter Hurley · 13 years ago
- e9d5cb5 Bluetooth: hidp: Fix session cleanup on failed conn add by Peter Hurley · 13 years ago
- 7bb59df Bluetooth: Fix hidp disconnect deadlocks and lost wakeup by Peter Hurley · 13 years ago
- ee9ec4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
- 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
- 6d67c11 HID: bt: hidp.h: do not use a tab after a #define by Antonio Ospite · 14 years ago
- aabf6f8 Bluetooth: Use kthread API in hidp by Szymon Janc · 14 years ago
- 17f09a7 Bluetooth: Fix checkpatch errors, code style issues and typos in hidp by Szymon Janc · 14 years ago
- 7fd23a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
- 65b0619 Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 14 years ago
- 97e1efb HID: bt hidp: send Output reports using SET_REPORT on the Control channel by Antonio Ospite · 14 years ago
- c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
- 0ff1731 HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE by Alan Ott · 14 years ago
- 0825411 HID: bt: Wait for ACK on Sent Reports by Alan Ott · 14 years ago
- 0f69dca HID: bt: Move hid_add_device() call to after hidp_session() has started. by Alan Ott · 14 years ago
- 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
- d31dbf6 Bluetooth: hidp: fix information leak to userland by Vasiliy Kulikov · 14 years ago
- 96c99b4 Bluetooth: fix hidp kconfig dependency warning by Randy Dunlap · 14 years ago
- d6b2eb2 Bluetooth: make batostr() print in the right order by Gustavo F. Padovan · 14 years ago
- aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- a85821f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
- 15c697c Bluetooth: Keep a copy of each HID device's report descriptor by Michael Poole · 15 years ago
- d4bfa03 HID: make raw reports possible for both feature and output reports by Jiri Kosina · 15 years ago
- 6bf8268 Bluetooth: Use the control channel for raw HID reports by Bastien Nocera · 15 years ago
- 971beb8 Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid() by Roel Kluin · 15 years ago
- 2da3193 Bluetooth: Implement raw output support for HIDP layer by Jiri Kosina · 15 years ago
- 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
- ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
- c4c259b HID: consolidate connect and disconnect into core code by Jiri Kosina · 15 years ago
- edad638 Bluetooth: Let HIDP grab the device reference for connections by Marcel Holtmann · 15 years ago
- 364f635 Bluetooth: Disconnect HIDRAW devices on disconnect by Marcel Holtmann · 15 years ago
- 981b141 Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received by Vikram Kandukuri · 15 years ago
- a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
- 93c1013 HID: move connect quirks by Jiri Slaby · 16 years ago
- 8c19a51 HID: move apple quirks by Jiri Slaby · 16 years ago
- d458a9d HID: move ignore quirks by Jiri Slaby · 16 years ago