summaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
AgeCommit message (Expand)Author
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan
2011-11-07Bluetooth: Fix hidp_get_connection()Gustavo F. Padovan
2011-11-07Bluetooth: hidp: Fix module reference cleanupDavid Herrmann
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz
2011-10-07Bluetooth: Rename hidp_find_connection()Gustavo F. Padovan
2011-10-07Bluetooth: Delay session allocation in hidpGustavo F. Padovan
2011-10-07Bluetooth: hidp: safely acquire hci connectionPeter Hurley
2011-10-06Bluetooth: Uses test_and_clear_bit() when possibleGustavo F. Padovan
2011-10-06Bluetooth: Remove wrong error checkGustavo F. Padovan
2011-10-06Bluetooth: Fix input device registrationGustavo F. Padovan
2011-10-06Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan
2011-10-06Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan
2011-10-06Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan
2011-10-06Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann
2011-08-11Bluetooth: hidp: Don't release device ref if never heldPeter Hurley
2011-08-11Bluetooth: hidp: Only free input device if failed registerPeter Hurley
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan
2011-04-21HID: bt: hidp.h: do not use a tab after a #defineAntonio Ospite
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina
2011-02-22HID: bt hidp: send Output reports using SET_REPORT on the Control channelAntonio Ospite
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan
2011-02-11HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATUREAlan Ott
2011-02-11HID: bt: Wait for ACK on Sent ReportsAlan Ott
2011-02-11HID: bt: Move hid_add_device() call to after hidp_session() has started.Alan Ott
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko
2010-12-01Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov
2010-11-09Bluetooth: fix hidp kconfig dependency warningRandy Dunlap
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina
2010-01-30Bluetooth: Use the control channel for raw HID reportsBastien Nocera
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin
2009-12-03Bluetooth: Implement raw output support for HIDP layerJiri Kosina
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann