aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 2-34/+1
2012-06-05Bluetooth: Remove most of the inline usageGravatar Gustavo Padovan 1-2/+2
2012-05-01HID: Create a common generic driverGravatar Henrik Rydberg 1-26/+1
2012-05-01HID: Create a generic device groupGravatar Henrik Rydberg 1-1/+1
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hGravatar Johan Hedberg 1-3/+3
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreGravatar Ulisses Furquim 1-1/+1
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGravatar Gustavo F. Padovan 1-2/+2
2011-11-07Bluetooth: Fix hidp_get_connection()Gravatar Gustavo F. Padovan 1-6/+6
2011-11-07Bluetooth: hidp: Fix module reference cleanupGravatar David Herrmann 1-2/+2
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleGravatar Luiz Augusto von Dentz 1-0/+1
2011-10-07Bluetooth: Rename hidp_find_connection()Gravatar Gustavo F. Padovan 1-2/+2
2011-10-07Bluetooth: Delay session allocation in hidpGravatar Gustavo F. Padovan 1-6/+8
2011-10-07Bluetooth: hidp: safely acquire hci connectionGravatar Peter Hurley 1-14/+20
2011-10-06Bluetooth: Uses test_and_clear_bit() when possibleGravatar Gustavo F. Padovan 1-6/+3
2011-10-06Bluetooth: Remove wrong error checkGravatar Gustavo F. Padovan 1-1/+1
2011-10-06Bluetooth: Fix input device registrationGravatar Gustavo F. Padovan 1-9/+6
2011-10-06Bluetooth: Trasmit interrupt channel messages firstGravatar Gustavo F. Padovan 1-8/+17
2011-10-06Bluetooth: prioritize the interrupt channel in hidpGravatar Gustavo F. Padovan 1-4/+4
2011-10-06Bluetooth: use list_for_each_entry() in hidpGravatar Gustavo F. Padovan 1-8/+3
2011-10-06Bluetooth: hidp: Stop I/O on shutdownGravatar David Herrmann 1-14/+20
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMGravatar Mat Martineau 1-2/+8
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkGravatar David Herrmann 1-0/+3
2011-08-11Bluetooth: hidp: Don't release device ref if never heldGravatar Peter Hurley 1-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerGravatar Peter Hurley 1-1/+2
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorGravatar Peter Hurley 1-0/+1
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addGravatar Peter Hurley 1-8/+6
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupGravatar Peter Hurley 2-7/+12
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGravatar Gustavo F. Padovan 1-2/+4
2011-04-21HID: bt: hidp.h: do not use a tab after a #defineGravatar Antonio Ospite 1-1/+1
2011-04-05Bluetooth: Use kthread API in hidpGravatar Szymon Janc 2-30/+25
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpGravatar Szymon Janc 3-22/+26
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-16/+196
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Gravatar Jiri Kosina 2-16/+196
2011-02-22HID: bt hidp: send Output reports using SET_REPORT on the Control channelGravatar Antonio Ospite 1-1/+1
2011-02-15Bluetooth: remove l2cap_load() hackGravatar Gustavo F. Padovan 1-2/+0
2011-02-11HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATUREGravatar Alan Ott 2-4/+117
2011-02-11HID: bt: Wait for ACK on Sent ReportsGravatar Alan Ott 2-3/+55
2011-02-11HID: bt: Move hid_add_device() call to after hidp_session() has started.Gravatar Alan Ott 2-8/+23
2011-02-08Bluetooth: Do not use assignments in IF conditionsGravatar Andrei Emeltchenko 1-3/+6
2010-12-01Bluetooth: hidp: fix information leak to userlandGravatar Vasiliy Kulikov 1-1/+1
2010-11-09Bluetooth: fix hidp kconfig dependency warningGravatar Randy Dunlap 1-1/+1
2010-10-12Bluetooth: make batostr() print in the right orderGravatar Gustavo F. Padovan 1-6/+2
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 2-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+14
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorGravatar Michael Poole 2-26/+27
2010-02-03HID: make raw reports possible for both feature and output reportsGravatar Jiri Kosina 1-3/+14
2010-01-30Bluetooth: Use the control channel for raw HID reportsGravatar Bastien Nocera 1-34/+36
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Gravatar Roel Kluin 1-1/+1