summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp
AgeCommit message (Expand)AuthorLines
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau-2/+8
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann-0/+3
2011-08-11Bluetooth: hidp: Don't release device ref if never heldPeter Hurley-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerPeter Hurley-1/+2
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley-0/+1
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley-8/+6
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley-7/+12
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan-2/+4
2011-04-21HID: bt: hidp.h: do not use a tab after a #defineAntonio Ospite-1/+1
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc-30/+25
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc-22/+26
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-16/+196
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina-16/+196
2011-02-22HID: bt hidp: send Output reports using SET_REPORT on the Control channelAntonio Ospite-1/+1
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan-2/+0
2011-02-11HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATUREAlan Ott-4/+117
2011-02-11HID: bt: Wait for ACK on Sent ReportsAlan Ott-3/+55
2011-02-11HID: bt: Move hid_add_device() call to after hidp_session() has started.Alan Ott-8/+23
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko-3/+6
2010-12-01Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov-1/+1
2010-11-09Bluetooth: fix hidp kconfig dependency warningRandy Dunlap-1/+1
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan-6/+2
2010-04-20net: sk_sleep() helperEric Dumazet-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+14
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole-26/+27
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina-3/+14
2010-01-30Bluetooth: Use the control channel for raw HID reportsBastien Nocera-34/+36
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin-1/+1
2009-12-03Bluetooth: Implement raw output support for HIDP layerJiri Kosina-0/+9
2009-11-05net: pass kern to net_proto_family create functionEric Paris-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger-1/+1
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina-7/+0
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann-21/+43
2009-08-22Bluetooth: Disconnect HIDRAW devices on disconnectMarcel Holtmann-0/+3
2009-08-22Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedVikram Kandukuri-0/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann-10/+0
2008-10-14HID: move connect quirksJiri Slaby-3/+0
2008-10-14HID: move apple quirksJiri Slaby-22/+0
2008-10-14HID: move ignore quirksJiri Slaby-1/+1
2008-10-14HID: hid, make parsing event drivenJiri Slaby-82/+111
2008-10-14HID: make a bus from hid codeJiri Slaby-9/+55
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann-0/+10
2008-02-05bluetooth: uninliningAndrew Morton-11/+19
2008-02-05bluetooth: hidp_process_hid_control remove unnecessary parameter dealingDave Young-18/+1
2008-01-28[BLUETOOTH]: Use sockfd_put()Julia Lawall-5/+5
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov-4/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov-1/+1
2007-10-22[Bluetooth] Fix wrong argument in debug code of HIDPDave Young-1/+1