aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge 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-linusJiri Kosina2-2/+29
2012-12-07HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza1-1/+8
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-2/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-2/+6
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang1-2/+2
2012-08-06Bluetooth: Added /proc/net/hidp via bt_procfs_init()Masatake YAMATO1-1/+21
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg1-1/+1
2012-06-09Bluetooth: Fix style in hidp codeGustavo Padovan1-1/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan2-34/+1
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-2/+2
2012-05-01HID: Create a common generic driverHenrik Rydberg1-26/+1
2012-05-01HID: Create a generic device groupHenrik Rydberg1-1/+1
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg1-3/+3
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim1-1/+1
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-2/+2
2011-11-07Bluetooth: Fix hidp_get_connection()Gustavo F. Padovan1-6/+6
2011-11-07Bluetooth: hidp: Fix module reference cleanupDavid Herrmann1-2/+2
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-0/+1
2011-10-07Bluetooth: Rename hidp_find_connection()Gustavo F. Padovan1-2/+2
2011-10-07Bluetooth: Delay session allocation in hidpGustavo F. Padovan1-6/+8
2011-10-07Bluetooth: hidp: safely acquire hci connectionPeter Hurley1-14/+20
2011-10-06Bluetooth: Uses test_and_clear_bit() when possibleGustavo F. Padovan1-6/+3
2011-10-06Bluetooth: Remove wrong error checkGustavo F. Padovan1-1/+1
2011-10-06Bluetooth: Fix input device registrationGustavo F. Padovan1-9/+6
2011-10-06Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan1-8/+17
2011-10-06Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan1-4/+4
2011-10-06Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan1-8/+3
2011-10-06Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann1-14/+20
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau1-2/+8
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann1-0/+3
2011-08-11Bluetooth: hidp: Don't release device ref if never heldPeter Hurley1-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerPeter Hurley1-1/+2
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley1-0/+1
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley1-8/+6
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2-7/+12
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+1
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-2/+4
2011-04-21HID: bt: hidp.h: do not use a tab after a #defineAntonio Ospite1-1/+1
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc2-30/+25
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc3-22/+26
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-16/+196
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat', 'upstream' and 'upstream-fixes' into for-linusJiri Kosina2-16/+196
2011-02-22HID: bt hidp: send Output reports using SET_REPORT on the Control channelAntonio Ospite1-1/+1
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-2/+0
2011-02-11HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATUREAlan Ott2-4/+117
2011-02-11HID: bt: Wait for ACK on Sent ReportsAlan Ott2-3/+55
2011-02-11HID: bt: Move hid_add_device() call to after hidp_session() has started.Alan Ott2-8/+23
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko1-3/+6