aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-01Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan1-6/+2
2010-04-20net: sk_sleep() helperEric Dumazet1-5/+5
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-3/+14
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole1-25/+24
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina1-3/+14
2010-01-30Bluetooth: Use the control channel for raw HID reportsBastien Nocera1-34/+36
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin1-1/+1
2009-12-03Bluetooth: Implement raw output support for HIDP layerJiri Kosina1-0/+9
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina1-7/+0
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann1-21/+41
2009-08-22Bluetooth: Disconnect HIDRAW devices on disconnectMarcel Holtmann1-0/+3
2009-08-22Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedVikram Kandukuri1-0/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-10-14HID: move connect quirksJiri Slaby1-3/+0
2008-10-14HID: move apple quirksJiri Slaby1-22/+0
2008-10-14HID: move ignore quirksJiri Slaby1-1/+1
2008-10-14HID: hid, make parsing event drivenJiri Slaby1-82/+109
2008-10-14HID: make a bus from hid codeJiri Slaby1-9/+55
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann1-0/+10
2008-02-05bluetooth: uninliningAndrew Morton1-11/+19
2008-02-05bluetooth: hidp_process_hid_control remove unnecessary parameter dealingDave Young1-18/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-4/+1
2007-10-22[Bluetooth] Fix wrong argument in debug code of HIDPDave Young1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-5/+7
2007-10-10[BLUETOOTH]: Make hidp_setup_input() return intWANG Cong1-4/+7
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-07-07Fix use-after-free oops in Bluetooth HID.David Woodhouse1-9/+9
2007-05-11Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-3/+1
2007-05-10[Bluetooth] Switch to using input_dev->dev.parentMarcel Holtmann1-5/+5
2007-05-09Bluetooth HID: HIDP - don't initialize force feedbackJiri Kosina1-3/+1
2007-03-29[PATCH] bluetooth hid quirks: mightymouse quirkJiri Kosina1-0/+23
2007-03-22[NET]: fix up misplaced inlines.Dave Jones1-1/+1
2007-02-26[Bluetooth] Add open and close callbacks for HID deviceMarcel Holtmann1-0/+12
2007-02-26[Bluetooth] Add support for using the HID subsystemMarcel Holtmann1-9/+161
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2006-10-20[Bluetooth] Fix HID disconnect NULL pointer dereferenceMarcel Holtmann1-4/+2
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann1-3/+1
2006-10-15[Bluetooth] Disconnect HID interrupt channel firstMarcel Holtmann1-2/+2
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann1-0/+23
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-08[NET]: kfree cleanupJesper Juhl1-3/+1
2005-10-28[PATCH] Input: convert net/bluetooth to dynamic input_dev allocationDmitry Torokhov1-5/+8
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-4/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+772