Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
11b10341bd12c87a8409c69cdcd7ee898400842f
/
net
/
bluetooth
/
hidp
ee9ec4f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 13 years ago
0c1bc5c
Bluetooth: Move more channel info to struct l2cap_chan
by Gustavo F. Padovan
· 14 years ago
6d67c11
HID: bt: hidp.h: do not use a tab after a #define
by Antonio Ospite
· 14 years ago
aabf6f8
Bluetooth: Use kthread API in hidp
by Szymon Janc
· 14 years ago
17f09a7
Bluetooth: Fix checkpatch errors, code style issues and typos in hidp
by Szymon Janc
· 14 years ago
7fd23a2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 14 years ago
65b0619
Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat', 'upstream' and 'upstream-fixes' into for-linus
by Jiri Kosina
· 14 years ago
97e1efb
HID: bt hidp: send Output reports using SET_REPORT on the Control channel
by Antonio Ospite
· 14 years ago
c531a12
Bluetooth: remove l2cap_load() hack
by Gustavo F. Padovan
· 14 years ago
0ff1731
HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
by Alan Ott
· 14 years ago
0825411
HID: bt: Wait for ACK on Sent Reports
by Alan Ott
· 14 years ago
0f69dca
HID: bt: Move hid_add_device() call to after hidp_session() has started.
by Alan Ott
· 14 years ago
5a08ecc
Bluetooth: Do not use assignments in IF conditions
by Andrei Emeltchenko
· 14 years ago
d31dbf6
Bluetooth: hidp: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
96c99b4
Bluetooth: fix hidp kconfig dependency warning
by Randy Dunlap
· 14 years ago
d6b2eb2
Bluetooth: make batostr() print in the right order
by Gustavo F. Padovan
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a85821f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 15 years ago
15c697c
Bluetooth: Keep a copy of each HID device's report descriptor
by Michael Poole
· 15 years ago
d4bfa03
HID: make raw reports possible for both feature and output reports
by Jiri Kosina
· 15 years ago
6bf8268
Bluetooth: Use the control channel for raw HID reports
by Bastien Nocera
· 15 years ago
971beb8
Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()
by Roel Kluin
· 15 years ago
2da3193
Bluetooth: Implement raw output support for HIDP layer
by Jiri Kosina
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
c4c259b
HID: consolidate connect and disconnect into core code
by Jiri Kosina
· 15 years ago
edad638
Bluetooth: Let HIDP grab the device reference for connections
by Marcel Holtmann
· 15 years ago
364f635
Bluetooth: Disconnect HIDRAW devices on disconnect
by Marcel Holtmann
· 15 years ago
981b141
Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received
by Vikram Kandukuri
· 15 years ago
a418b89
Bluetooth: Enable per-module dynamic debug messages
by Marcel Holtmann
· 16 years ago
93c1013
HID: move connect quirks
by Jiri Slaby
· 16 years ago
8c19a51
HID: move apple quirks
by Jiri Slaby
· 16 years ago
d458a9d
HID: move ignore quirks
by Jiri Slaby
· 16 years ago
c500c97
HID: hid, make parsing event driven
by Jiri Slaby
· 16 years ago
85cdaf5
HID: make a bus from hid code
by Jiri Slaby
· 16 years ago
ec8dab3
[Bluetooth] Signal user-space for HIDP and BNEP socket errors
by Marcel Holtmann
· 16 years ago
91f5cca
bluetooth: uninlining
by Andrew Morton
· 17 years ago
eff001e
bluetooth: hidp_process_hid_control remove unnecessary parameter dealing
by Dave Young
· 17 years ago
67b2321
[BLUETOOTH]: Use sockfd_put()
by Julia Lawall
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
6792b5e
[Bluetooth] Fix wrong argument in debug code of HIDP
by Dave Young
· 17 years ago
7b19ada
get rid of input BIT* duplicate defines
by Jiri Slaby
· 17 years ago
53465eb
[BLUETOOTH]: Make hidp_setup_input() return int
by WANG Cong
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
1c39858
Fix use-after-free oops in Bluetooth HID.
by David Woodhouse
· 17 years ago
5884c40
Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 17 years ago
5be3946
[Bluetooth] Switch to using input_dev->dev.parent
by Marcel Holtmann
· 17 years ago
3b180bf
Bluetooth HID: HIDP - don't initialize force feedback
by Jiri Kosina
· 17 years ago
cb3fecc
[PATCH] bluetooth hid quirks: mightymouse quirk
by Jiri Kosina
· 18 years ago
b6f99a2
[NET]: fix up misplaced inlines.
by Dave Jones
· 18 years ago
f5ffd46
[Bluetooth] Add open and close callbacks for HID device
by Marcel Holtmann
· 18 years ago
e1aaadd
[Bluetooth] Add support for using the HID subsystem
by Marcel Holtmann
· 18 years ago
a83d6c0d
[Bluetooth] Fix wrong put_user() from HIDP compat ioctl patch
by Marcel Holtmann
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
8e87d14
[NET] BLUETOOTH: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
55e7474
[PATCH] hidp __user annotations
by Al Viro
· 18 years ago
7b19ffc
[Bluetooth] Fix HID disconnect NULL pointer dereference
by Marcel Holtmann
· 18 years ago
74da626
[Bluetooth] Add locking for bt_proto array manipulation
by Marcel Holtmann
· 18 years ago
b2cfcd7
[Bluetooth] Fix reference count when connection lookup fails
by Marcel Holtmann
· 18 years ago
e86070c
[Bluetooth] Disconnect HID interrupt channel first
by Marcel Holtmann
· 18 years ago
e9c5702
[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP
by Marcel Holtmann
· 18 years ago
0a85b96
[Bluetooth] Integrate services into the driver model
by Marcel Holtmann
· 18 years ago
0263603
[Bluetooth] Let BT_HIDP depend on INPUT
by Marcel Holtmann
· 18 years ago
25ea6db
[Bluetooth] Remaining transitions to use kzalloc()
by Marcel Holtmann
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
a6e0eb3
[PATCH] bluetooth hidp is broken on s390
by Al Viro
· 19 years ago
34abf91
[PATCH] Input: convert net/bluetooth to dynamic input_dev allocation
by Dmitry Torokhov
· 19 years ago
b03efcf
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
by David S. Miller
· 19 years ago
b453257
[PATCH] kill gratitious includes of major.h under net/*
by Al Viro
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago