aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-03Bluetooth: Implement raw output support for HIDP layerGravatar Jiri Kosina 1-0/+9
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-17HID: consolidate connect and disconnect into core codeGravatar Jiri Kosina 1-7/+0
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsGravatar Marcel Holtmann 2-21/+43
2009-08-22Bluetooth: Disconnect HIDRAW devices on disconnectGravatar Marcel Holtmann 1-0/+3
2009-08-22Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedGravatar Vikram Kandukuri 1-0/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 2-10/+0
2008-10-14HID: move connect quirksGravatar Jiri Slaby 1-3/+0
2008-10-14HID: move apple quirksGravatar Jiri Slaby 1-22/+0
2008-10-14HID: move ignore quirksGravatar Jiri Slaby 1-1/+1
2008-10-14HID: hid, make parsing event drivenGravatar Jiri Slaby 2-82/+111
2008-10-14HID: make a bus from hid codeGravatar Jiri Slaby 1-9/+55
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsGravatar Marcel Holtmann 1-0/+10
2008-02-05bluetooth: uninliningGravatar Andrew Morton 1-11/+19
2008-02-05bluetooth: hidp_process_hid_control remove unnecessary parameter dealingGravatar Dave Young 1-18/+1
2008-01-28[BLUETOOTH]: Use sockfd_put()Gravatar Julia Lawall 1-5/+5
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-4/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-22[Bluetooth] Fix wrong argument in debug code of HIDPGravatar Dave Young 1-1/+1
2007-10-19get rid of input BIT* duplicate definesGravatar Jiri Slaby 1-5/+7
2007-10-10[BLUETOOTH]: Make hidp_setup_input() return intGravatar WANG Cong 1-4/+7
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-1/+1
2007-07-07Fix use-after-free oops in Bluetooth HID.Gravatar David Woodhouse 1-9/+9
2007-05-11Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+1
2007-05-10[Bluetooth] Switch to using input_dev->dev.parentGravatar Marcel Holtmann 1-5/+5
2007-05-09Bluetooth HID: HIDP - don't initialize force feedbackGravatar Jiri Kosina 1-3/+1
2007-03-29[PATCH] bluetooth hid quirks: mightymouse quirkGravatar Jiri Kosina 1-0/+23
2007-03-22[NET]: fix up misplaced inlines.Gravatar Dave Jones 1-1/+1
2007-02-26[Bluetooth] Add open and close callbacks for HID deviceGravatar Marcel Holtmann 1-0/+12
2007-02-26[Bluetooth] Add support for using the HID subsystemGravatar Marcel Holtmann 3-9/+164
2007-02-26[Bluetooth] Fix wrong put_user() from HIDP compat ioctl patchGravatar Marcel Holtmann 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 3-20/+20
2007-02-09[PATCH] hidp __user annotationsGravatar Al Viro 2-2/+2
2006-10-20[Bluetooth] Fix HID disconnect NULL pointer dereferenceGravatar Marcel Holtmann 1-4/+2
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationGravatar Marcel Holtmann 1-1/+1
2006-10-15[Bluetooth] Fix reference count when connection lookup failsGravatar Marcel Holtmann 1-3/+1
2006-10-15[Bluetooth] Disconnect HID interrupt channel firstGravatar Marcel Holtmann 1-2/+2