linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-12 21:00:08 to 2022-05-23 17:06:32 UTC [more...]

[PATCH] dt-bindings: input: matrix-keymap: Add common 'linux,no-autorepeat' property
 2022-05-23 17:04 UTC 

[PATCH 0/5] MediaTek Helio X10 MT6795 - MT6331 PMIC Keys
 2022-05-23 16:58 UTC  (17+ messages)
` [PATCH 1/5] Input: mtk-pmic-keys - Add kerneldoc to driver structures
` [PATCH 2/5] Input: mtk-pmic-keys - Use regmap_{set,clear}_bits where possible
` [PATCH 3/5] Input: mtk-pmic-keys - Transfer per-key bit in mtk_pmic_keys_regs
` [PATCH 4/5] Input: mtk-pmic-keys - Move long press debounce mask to mtk_pmic_regs
` [PATCH 5/5] Input: mtk-pmic-keys - Add support for MT6331 PMIC keys

[PATCH] dt-bindings: Fix properties without any type
 2022-05-23 16:56 UTC  (8+ messages)

Battery indication for Logitech devices
 2022-05-23 11:46 UTC  (5+ messages)

Koszty instalacji fotowoltaicznej
 2022-05-23  8:05 UTC 

[PATCH v3 00/17] *** Implement simple haptic HID support ***
 2022-05-23  6:57 UTC  (21+ messages)
` [PATCH v3 01/17] HID: add haptics page defines
` [PATCH v3 02/17] Input: add FF_HID effect type
` [PATCH v3 03/17] HID: haptic: introduce hid_haptic_device
` [PATCH v3 04/17] HID: input: allow mapping of haptic output
` [PATCH v3 05/17] HID: haptic: initialize haptic device
` [PATCH v3 06/17] Input: add shared effects
` [PATCH v3 07/17] HID: haptic: implement release and press effects
` [PATCH v3 08/17] HID: input: calculate resolution for pressure
` [PATCH v3 09/17] HID: haptic: add functions handling events
` [PATCH v3 10/17] Input: MT - add INPUT_MT_MAX_FORCE flags
` [PATCH v3 11/17] HID: haptic: add hid_haptic_switch_mode
` [PATCH v3 12/17] HID: multitouch: add haptic multitouch support
` [PATCH v3 13/17] Input: introduce EVIOCFF(TAKE|RELEASE)CONTROL
` [PATCH v3 14/17] HID: haptic: add hid_haptic_change_control
` [PATCH v3 15/17] HID: add HID device reset callback
` [PATCH v3 16/17] HID: haptic: implement HID haptic "
` [PATCH v3 17/17] HID: multitouch: Add lid handler for touchpad on Redrix chromebook

[PATCH 1/2] HID: wacom: Only report rotation for art pen
 2022-05-23  6:48 UTC  (3+ messages)

[PATCH] HID: Driver for Google Hangouts Meet Speakermic
 2022-05-23  6:50 UTC  (10+ messages)

[RESEND PATCH 0/2] Input: mt6779-keypad - fix hw code logic and row/col selection
 2022-05-23  5:42 UTC  (10+ messages)
` [RESEND PATCH 1/2] Input: mt6779-keypad - fix hardware code mapping
` [RESEND PATCH 2/2] Input: mt6779-keypad - implement row/column selection

[PATCH 1/2] dt-bindings: HID: i2c-hid: elan: Introduce bindings for Elan eKTH6915
 2022-05-22 21:32 UTC  (4+ messages)
` [PATCH 2/2] HID: i2c-hid: elan: Add support for Elan eKTH6915 i2c-hid touchscreens

[dtor-input:next] BUILD SUCCESS fabcf4d8696839a8da8a3f90d1fd30ae923ddde7
 2022-05-22  8:38 UTC 

[git pull] Input updates for v5.18-rc7
 2022-05-22  0:22 UTC  (2+ messages)

[PATCH] Input: fix typo in comment
 2022-05-21 19:48 UTC  (2+ messages)

[dtor-input:ib/5.17-cros-ec-keyb] BUILD SUCCESS d95bca4fbde0a29a3d987c39fd17e414f1ed5ec6
 2022-05-21 11:40 UTC 

[dtor-input:for-linus] BUILD SUCCESS b26ff9137183309c18cdfe931e1cafcf3c1a980d
 2022-05-21 10:18 UTC 

[dtor-input:next] BUILD SUCCESS 038c4bf85ba2bca715db3ca4d190de3e5299c6c3
 2022-05-21  7:58 UTC 

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-21  2:46 UTC  (40+ messages)
` [PATCH bpf-next v5 01/17] bpf/btf: also allow kfunc in tracing and syscall programs
` [PATCH bpf-next v5 02/17] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v5 03/17] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v5 04/17] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v5 05/17] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v5 06/17] HID: export hid_report_type to uapi
` [PATCH bpf-next v5 07/17] HID: initial BPF implementation
` [PATCH bpf-next v5 08/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v5 09/17] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v5 10/17] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v5 11/17] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v5 13/17] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v5 14/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v5 15/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v5 16/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v5 17/17] Documentation: add HID-BPF docs

[PATCH 00/10] platform/surface: aggregator: Add support for client hot-removal
 2022-05-20 18:34 UTC  (4+ messages)
` [PATCH 01/10] platform/surface: aggregator: Allow devices to be marked as hot-removed
` [PATCH 02/10] platform/surface: aggregator: Allow notifiers to avoid communication on unregistering
` [PATCH 06/10] HID: surface-hid: Add support for hot-removal

[PATCH] Document the units for resolution of size axes
 2022-05-20 16:00 UTC  (2+ messages)

[PATCH v2] hid: multitouch: new device class fix Lenovo X12 trackpad sticky
 2022-05-20  3:51 UTC 

[PATCH v6 0/5] Extend pm8941-pwrkey driver
 2022-05-19 22:30 UTC  (4+ messages)
` [PATCH v6] dt-bindings: power: reset: qcom-pon: update "reg" property details

[PATCH v2] dt-bindings: input: touchscreen: ilitek_ts_i2c: Absorb ili2xxx bindings
 2022-05-19 20:53 UTC  (2+ messages)

[PATCH] Input: gpio-keys - Cancel delayed work only in case of GPIO
 2022-05-19  4:58 UTC  (4+ messages)

[PATCH v2] xpad: Spelling fixes for "Xbox", improve and proofread the listed xpad device names
 2022-05-18 23:54 UTC 

[PATCH for-5.19/uclogic v2 0/4] Add support for XP-PEN Deco L
 2022-05-18 22:47 UTC  (5+ messages)
` [PATCH for-5.19/uclogic v2 1/4] HID: uclogic: Make template placeholder IDs generic
` [PATCH for-5.19/uclogic v2 2/4] HID: uclogic: Add KUnit tests for uclogic_rdesc_template_apply()
` [PATCH for-5.19/uclogic v2 3/4] HID: uclogic: Allow to generate frame templates
` [PATCH for-5.19/uclogic v2 4/4] HID: uclogic: Add support for XP-PEN Deco L

[PATCH] Input: ili210x - Use one common reset implementation
 2022-05-18 21:32 UTC  (2+ messages)

[PATCH v2] Input: ili210x - Fix reset timing
 2022-05-18 21:32 UTC  (2+ messages)

[PATCH] Input: ili210x - Fix reset timing
 2022-05-18 20:52 UTC  (4+ messages)

[PATCH] HID: input: Reduce object size by minimizing repeated calls
 2022-05-18 20:26 UTC  (2+ messages)

hid-sensor-hub 001F:8087:0AC2.0002: timeout waiting for response from ISHTP device
 2022-05-18 19:55 UTC  (5+ messages)

[PATCH v2 0/2] Input: mt6779-keypad - fix hw code logic and row/col selection
 2022-05-18  7:59 UTC  (3+ messages)
` [PATCH v2 1/2] Input: mt6779-keypad - fix hardware code mapping
` [PATCH v2 2/2] Input: mt6779-keypad - implement row/column selection

[PATCH] input/vmmouse: Add vmmouse_reset() function to disable vmmouse before entering suspend mode
 2022-05-18  4:56 UTC  (2+ messages)

[PATCH] Input: Remove unneeded NULL check before clk_disable_unprepare
 2022-05-18  4:47 UTC  (2+ messages)

[PATCH for-5.19/uclogic 0/4] Add support for XP-PEN Deco L
 2022-05-17 23:30 UTC  (9+ messages)
` [PATCH for-5.19/uclogic 1/4] HID: uclogic: Make template placeholder IDs generic
` [PATCH for-5.19/uclogic 2/4] HID: uclogic: Add KUnit tests for uclogic_rdesc_template_apply()
` [PATCH for-5.19/uclogic 3/4] HID: uclogic: Allow to generate frame templates
` [PATCH for-5.19/uclogic 4/4] HID: uclogic: Add support for XP-PEN Deco L

[PATCH] input: Docs: correct ntrig.rst typo
 2022-05-17 19:29 UTC  (2+ messages)

[PATCH] input: Docs: correct atarikbd.rst typos
 2022-05-17 19:29 UTC  (2+ messages)

New collaboration
 2022-05-17 15:45 UTC 

[PATCH] Input: sparcspkr: Fix refcount leak in bbc_beep_probe
 2022-05-17  5:39 UTC  (3+ messages)

[PATCH] Input: psmouse-smbus - avoid flush_scheduled_work() usage
 2022-05-17  4:06 UTC  (2+ messages)

[PATCH 0/3] Add support for Imagis IST3038B
 2022-05-16 23:58 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: input/touchscreen: Add compatible for IST3038B

[PATCH 1/3] input: add event codes for user programmable switch events
 2022-05-16 14:23 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: sdm845-oneplus: add tri-state-key
` [PATCH 3/3] arm64: dts: qcom: msm8998-oneplus: "

Status on hid xppen patch
 2022-05-16 11:21 UTC  (9+ messages)

Servicio de la flota
 2022-05-16  8:05 UTC 

[PATCH 1/2] HID: nintendo: fix face button mappings
 2022-05-15  3:33 UTC  (3+ messages)

[dtor-input:next] BUILD SUCCESS ec648fc0a00378359dbf719371ed36657d6ccf4a
 2022-05-14 22:55 UTC 

[PATCH 2/2] HID: wacom: Don't register pad_input for touch switch
 2022-05-13 21:52 UTC 

[RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
 2022-05-13 19:42 UTC  (11+ messages)

[RESEND PATCH] MAINTAINERS: input: add mattijs for mt6779-keypad
 2022-05-13 15:20 UTC 

[Bug 215890] New: Regression in 5.18: bcm5974 trackpad causes error: xhci_hcd rejecting DMA map of vmalloc memory
 2022-05-13 10:47 UTC  (4+ messages)

Biznesowy angielski
 2022-05-13  8:05 UTC 

[PATCH] input: evdev: fixed case statements
 2022-05-12 21:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).