index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: uclogic: Add support for bitmap dials
Nikolai Kondrashov
2022-04-21
2
-1
/
+20
*
HID: uclogic: Reduce indent for params format str/args
Nikolai Kondrashov
2022-04-21
1
-93
/
+93
*
HID: uclogic: Compress params format string
Nikolai Kondrashov
2022-04-21
1
-39
/
+51
*
HID: uclogic: Add support for Huion touch ring reports
Nikolai Kondrashov
2022-04-11
3
-20
/
+105
*
HID: uclogic: Allow three frame parameter sets
Nikolai Kondrashov
2022-04-11
1
-5
/
+47
*
HID: uclogic: Support custom device suffix for frames
Nikolai Kondrashov
2022-04-11
2
-21
/
+31
*
HID: uclogic: Add support for touch ring reports
Nikolai Kondrashov
2022-04-11
2
-5
/
+70
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2022-03-25
20
-741
/
+1827
|
\
|
*
Merge branch 'for-5.18/uclogic' into for-linus
Jiri Kosina
2022-03-23
6
-299
/
+358
|
|
\
|
|
*
HID: uclogic: Support multiple frame input devices
Nikolai Kondrashov
2022-03-01
3
-71
/
+74
|
|
*
HID: uclogic: Define report IDs before their descriptors
Nikolai Kondrashov
2022-03-01
1
-5
/
+5
|
|
*
HID: uclogic: Put version first in rdesc namespace
Nikolai Kondrashov
2022-03-01
3
-42
/
+42
|
|
*
HID: uclogic: Use "frame" instead of "buttonpad"
Nikolai Kondrashov
2022-03-01
3
-53
/
+51
|
|
*
HID: uclogic: Use different constants for frame report IDs
Nikolai Kondrashov
2022-03-01
1
-4
/
+5
|
|
*
HID: uclogic: Specify total report size to buttonpad macro
Nikolai Kondrashov
2022-03-01
1
-6
/
+6
|
|
*
HID: uclogic: Switch to matching subreport bytes
Nikolai Kondrashov
2022-03-01
3
-11
/
+15
|
|
*
HID: uclogic: Replace pen_frame_flag with subreport_list
Nikolai Kondrashov
2022-03-01
3
-41
/
+73
|
|
*
HID: uclogic: Remove pen usage masking
Nikolai Kondrashov
2022-03-01
3
-54
/
+7
|
|
*
HID: uclogic: Handle virtual frame reports
Nikolai Kondrashov
2022-02-16
1
-5
/
+6
|
|
*
HID: uclogic: Skip non-input raw events earlier
Nikolai Kondrashov
2022-02-16
1
-3
/
+5
|
|
*
HID: uclogic: Access pen/frame params directly in raw_event handling
Nikolai Kondrashov
2022-02-16
1
-13
/
+11
|
|
*
HID: uclogic: Split pen and frame raw event handling
Nikolai Kondrashov
2022-02-16
1
-75
/
+120
|
|
*
HID: uclogic: Support Huion 13th frame button
Nikolai Kondrashov
2022-02-16
1
-4
/
+4
|
|
*
HID: uclogic: Rename Huion HS64 PID to Huion Tablet 2
Nikolai Kondrashov
2022-02-16
3
-3
/
+3
|
|
*
HID: uclogic: Support Huion tilt reporting
Nikolai Kondrashov
2022-02-16
4
-1
/
+23
|
*
|
Merge branch 'for-5.18/sigma-micro' into for-linus
Jiri Kosina
2022-03-23
4
-0
/
+142
|
|
\
\
|
|
*
|
HID: add SiGma Micro driver
Desmond Lim
2022-02-02
4
-0
/
+142
|
*
|
|
Merge branch 'for-5.18/razer' into for-linus
Jiri Kosina
2022-03-23
4
-0
/
+136
|
|
\
\
\
|
|
*
|
|
HID: Add driver for Razer Blackwidow keyboards
Jelle van der Waa
2022-02-16
4
-0
/
+136
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'for-5.18/i2c-hid' into for-linus
Jiri Kosina
2022-03-23
1
-278
/
+313
|
|
\
\
\
|
|
*
|
|
HID: i2c-hid: remove unneeded semicolon
Yang Li
2022-02-16
1
-1
/
+1
|
|
*
|
|
HID: i2c-hid: note that I2C xfer buffers are DMA-safe
Dmitry Torokhov
2022-02-14
1
-2
/
+3
|
|
*
|
|
HID: i2c-hid: no longer need raw access to HID descriptor structure
Dmitry Torokhov
2022-02-14
1
-5
/
+2
|
|
*
|
|
HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input()
Dmitry Torokhov
2022-02-14
1
-13
/
+15
|
|
*
|
|
HID: i2c-hid: rework i2c_hid_get_report() to use i2c_hid_xfer()
Dmitry Torokhov
2022-02-14
1
-91
/
+59
|
|
*
|
|
HID: i2c-hid: convert i2c_hid_execute_reset() to use i2c_hid_xfer()
Dmitry Torokhov
2022-02-14
1
-10
/
+9
|
|
*
|
|
HID: i2c-hid: create a helper for SET_POWER command
Dmitry Torokhov
2022-02-14
1
-4
/
+18
|
|
*
|
|
HID: i2c-hid: define i2c_hid_read_register() and use it
Dmitry Torokhov
2022-02-14
1
-23
/
+22
|
|
*
|
|
HID: i2c-hid: explicitly code setting and sending reports
Dmitry Torokhov
2022-02-14
1
-118
/
+151
|
|
*
|
|
HID: i2c-hid: refactor reset command
Dmitry Torokhov
2022-02-14
1
-25
/
+38
|
|
*
|
|
HID: i2c-hid: use "struct i2c_hid" as argument in most calls
Dmitry Torokhov
2022-02-14
1
-39
/
+36
|
|
*
|
|
HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports
Dmitry Torokhov
2022-02-14
1
-8
/
+24
|
|
*
|
|
HID: i2c-hid: fix handling numbered reports with IDs of 15 and above
Angela Czubak
2022-02-14
1
-14
/
+10
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'for-5.18/google' into for-linus
Jiri Kosina
2022-03-23
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
HID: google: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
2022-02-02
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Merge branch 'for-5.18/core' into for-linus
Jiri Kosina
2022-03-23
4
-105
/
+568
|
|
\
\
\
|
|
*
|
|
Input: docs: add more details on the use of BTN_TOOL
Benjamin Tissoires
2022-03-01
1
-1
/
+5
|
|
*
|
|
HID: input: accommodate priorities for slotted devices
Benjamin Tissoires
2022-03-01
2
-8
/
+96
|
|
*
|
|
HID: input: remove the need for HID_QUIRK_INVERT
Benjamin Tissoires
2022-03-01
2
-9
/
+95
|
|
*
|
|
HID: input: enforce Invert usage to be processed before InRange
Benjamin Tissoires
2022-03-01
2
-3
/
+35
[next]