aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hidp
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-15[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPGravatar Marcel Holtmann 1-0/+78
2006-09-28[Bluetooth] Integrate services into the driver modelGravatar Marcel Holtmann 1-0/+23
2006-07-12[Bluetooth] Let BT_HIDP depend on INPUTGravatar Marcel Holtmann 1-2/+1
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Gravatar Marcel Holtmann 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 2-2/+0
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2006-01-03[NET]: move struct proto_ops to constGravatar Eric Dumazet 1-1/+1
2005-11-08[NET]: kfree cleanupGravatar Jesper Juhl 1-3/+1
2005-10-29[PATCH] bluetooth hidp is broken on s390Gravatar Al Viro 1-1/+1
2005-10-28[PATCH] Input: convert net/bluetooth to dynamic input_dev allocationGravatar Dmitry Torokhov 1-5/+8
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()Gravatar David S. Miller 1-4/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Gravatar Al Viro 2-2/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 5-0/+1190