linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-01 09:14:15 to 2022-03-14 15:10:49 UTC [more...]

[PATCH] media: Kconfig: cleanup VIDEO_DEV dependencies
 2022-03-14 15:07 UTC  (3+ messages)

[PATCH] Input: mt6779-keypad - fix signedness bug in probe
 2022-03-14 14:37 UTC  (2+ messages)

[PATCH] HID: cleanup comments
 2022-03-14 11:47 UTC 

[PATCH] HID: intel-ish-hid: Use dma_alloc_coherent for firmware update
 2022-03-14  9:39 UTC  (9+ messages)

Servicio de la flota
 2022-03-14  9:05 UTC 

[PATCH 00/64] media: Kconfig/Makefile reorg
 2022-03-14  8:01 UTC  (2+ messages)
  ` [PATCH 64/64] media: Kconfig: cleanup VIDEO_DEV dependencies

[PATCH v21 0/3] Add matrix keypad driver support for Mediatek SoCs
 2022-03-14  8:00 UTC  (11+ messages)
` [PATCH v21 1/3] dt-bindings: input: Add bindings for Mediatek matrix keypad
` [PATCH v21 2/3] Input: mt6779-keypad - Add MediaTek keypad driver
` [PATCH v21 3/3] arm64: defconfig: Add CONFIG_KEYBOARD_MT6779=m

Detecting invalid gpio keys configuration
 2022-03-14  7:34 UTC  (3+ messages)

[PATCH] HID: hid-led: fix maximum brightness for Dream Cheeky
 2022-03-13 19:48 UTC 

[PATCH v3 0/6] Input: edt-ft5x06 - Improve configuration
 2022-03-13 16:35 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: input: touchscreen: edt-ft5x06: add report-rate-hz
` [PATCH v3 2/6] Input: edt-ft5x06 - get/set M12 report rate by sysfs
` [PATCH v3 3/6] Input: edt-ft5x06 - set report rate by dts property
` [PATCH v3 4/6] Input: edt-ft5x06 - show model name by sysfs
` [PATCH v3 5/6] Input: edt-ft5x06 - show firmware version "
` [PATCH v3 6/6] Input: edt-ft5x06 - show crc and header errors "

[PATCH v2 0/6] Input: edt-ft5x06 - Improve configuration
 2022-03-13 16:32 UTC  (4+ messages)
` [PATCH v2 1/6] dt-bindings: input: touchscreen: edt-ft5x06: add report-rate

[PATCH] HID: hid-ntrig: fix the error handling code in ntrig_probe
 2022-03-13 15:02 UTC 

[PATCH] HID: microsoft: Report Xbox Guide and Back buttons on Xbox One S controller
 2022-03-12 23:52 UTC 

[PATCH] drivers: usbtouchscreen: use kzalloc
 2022-03-12 18:14 UTC  (2+ messages)

[syzbot] memory leak in hub_event (3)
 2022-03-12 14:59 UTC  (10+ messages)
  ` [PATCH] HID: elo: Fix refcount leak in elo_probe()

[PATCH] input: Add Marine Navigation Keycodes
 2022-03-11 19:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-11 17:16 UTC  (69+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 03/28] HID: hook up with bpf
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
` [PATCH bpf-next v2 05/28] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v2 06/28] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v2 07/28] bpf/hid: add a new attach type to change the report descriptor
` [PATCH bpf-next v2 08/28] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v2 09/28] libbpf: add new attach type BPF_HID_RDESC_FIXUP
` [PATCH bpf-next v2 10/28] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v2 11/28] samples/bpf: add a report descriptor fixup
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 13/28] HID: bpf: implement hid_bpf_get|set_data
` [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 16/28] libbpf: add new attach type BPF_HID_USER_EVENT
` [PATCH bpf-next v2 17/28] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v2 18/28] selftests/bpf: hid: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function
` [PATCH bpf-next v2 20/28] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v2 21/28] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v2 22/28] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v2 23/28] HID: bpf: compute only the required buffer size for the device
` [PATCH bpf-next v2 24/28] HID: bpf: only call hid_bpf_raw_event() if a ctx is available
` [PATCH bpf-next v2 25/28] bpf/hid: Add a flag to add the program at the beginning of the list
` [PATCH bpf-next v2 26/28] libbpf: add handling for BPF_F_INSERT_HEAD in HID programs
` [PATCH bpf-next v2 27/28] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v2 28/28] samples/bpf: fix bpf_program__attach_hid() api change

[PATCH 0/2] xen/grant-table: do some cleanup
 2022-03-11 10:47 UTC  (3+ messages)
` [PATCH 2/2] xen/grant-table: remove readonly parameter from functions

[PATCH v3] Input/i8042: Merge quirk tables and add Clevo devices
 2022-03-09 17:16 UTC  (5+ messages)
` [PATCH v3 1/3] Input/i8042: Merge quirk tables
` [PATCH v3 2/3] input/i8042: Add debug output for quirks
` [PATCH v3 3/3] input/i8042: Add TUXEDO/Clevo devices to i8042 quirk tables

[PATCH AUTOSEL 5.10 13/20] Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt() resource
 2022-03-09 16:21 UTC 

[PATCH AUTOSEL 5.16 19/27] Input: goodix - use the new soc_intel_is_byt() helper
 2022-03-09 16:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.16 20/27] Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt() resource

[PATCH AUTOSEL 5.15 17/24] Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt() resource
 2022-03-09 16:19 UTC 

[Input] Wrong button mappings on PowerA USB gamepad
 2022-03-09 14:53 UTC 

[PATCH] HID: vivaldi: fix sysfs attributes leak
 2022-03-09 10:42 UTC  (4+ messages)

[PATCH] input: fix variable type
 2022-03-09  7:07 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: support Color LED feature (8071)
 2022-03-08 23:50 UTC 

[PATCH] Input: aiptek - properly check endpoint type
 2022-03-08 19:43 UTC 

Napływ Klientów ze strony
 2022-03-08  8:45 UTC 

[dtor-input:for-linus] BUILD SUCCESS 327b89f0acc4c20a06ed59e4d9af7f6d804dc2e2
 2022-03-08  2:11 UTC 

[PATCH] input: keyboard: snvs_pwrkey: Add key-release-only
 2022-03-08  1:43 UTC  (3+ messages)

[PATCH v7 2/6] drivers/input/joystick: sensehat: Raspberry Pi Sense HAT joystick driver
 2022-03-07 22:52 UTC  (3+ messages)
` [PATCH v7 4/6] dt-bindings: mfd: sensehat: Add Raspberry Pi Sense HAT schema

[dtor-input:next] BUILD SUCCESS f28af984e771efd1ded81b865b50fa13b69bcde5
 2022-03-07 22:25 UTC 

[PATCH v3] Input: zinitix - Do not report shadow fingers
 2022-03-07 22:24 UTC  (4+ messages)

[PATCH v5 0/3] Update VMware maintainer entries
 2022-03-07 17:06 UTC  (2+ messages)

[PATCH] HID: apple: Bring apple_key_translation structures together
 2022-03-06  4:01 UTC 

Потврдете го вашиот профил на Слободен Пристап
 2022-03-06  0:50 UTC 

[git pull] Input updates for v5.17-rc6
 2022-03-05 23:57 UTC  (2+ messages)

[PATCH v10 0/2] Add support for Imagis touchscreens
 2022-03-05 16:53 UTC  (3+ messages)
` [PATCH v10 1/2] dt-bindings: input/touchscreen: bindings for Imagis
` [PATCH v10 2/2] Input: add Imagis touchscreen driver

[PATCH] Input: synaptics: change initialization error into warning
 2022-03-04 10:40 UTC 

[PATCH v9 0/2] Add support for Imagis touchscreens
 2022-03-04  5:11 UTC  (4+ messages)
` [PATCH v9 1/2] dt-bindings: input/touchscreen: bindings for Imagis
` [PATCH v9 2/2] Input: add Imagis touchscreen driver

[PATCH v8 0/2] Add support for Imagis touchscreens
 2022-03-03 15:12 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: input/touchscreen: bindings for Imagis
` [PATCH v8 2/2] Input: add Imagis touchscreen driver

Wrong button mappings reported by evdev with PowerA Nintendo Switch gamepad
 2022-03-03 13:57 UTC  (2+ messages)
` Update: "

[PATCH for-5.18/uclogic 0/4] DIGImend patches, part III
 2022-03-03  7:47 UTC  (5+ messages)
` [PATCH for-5.18/uclogic 1/4] HID: uclogic: Add support for touch ring reports
` [PATCH for-5.18/uclogic 2/4] HID: uclogic: Support custom device suffix for frames
` [PATCH for-5.18/uclogic 3/4] HID: uclogic: Allow three frame parameter sets
` [PATCH for-5.18/uclogic 4/4] HID: uclogic: Add support for Huion touch ring reports

[PATCH v3] HID: Add mapping for KEY_ALL_APPLICATIONS
 2022-03-03  3:57 UTC 

[PATCH v4] HID: Add mapping for KEY_DICTATE
 2022-03-03  2:17 UTC 

[PATCH -next] HID: core: clean up some inconsistent indenting
 2022-03-03  1:47 UTC 

[PATCH v2] HID: Add mapping for KEY_ALL_APPLICATIONS
 2022-03-02 22:05 UTC  (4+ messages)

[PATCH v3] HID: Add mapping for KEY_DICTATE
 2022-03-02 22:04 UTC  (4+ messages)

[RESEND PATCH v4 0/4] Extend pm8941-pwrkey driver
 2022-03-02 18:45 UTC  (5+ messages)
` [RESEND PATCH v4 1/4] input: misc: pm8941-pwrkey: fix error message
` [RESEND PATCH v4 2/4] input: misc: pm8941-pwrkey: add support for PON GEN3 base addresses
` [RESEND PATCH v4 3/4] input: misc: pm8941-pwrkey: add software key press debouncing support
` [RESEND PATCH v4 4/4] input: misc: pm8941-pwrkey: simulate missed key press events

[PATCH][next] HID: core: Remove redundant assignment to pointer field
 2022-03-02 18:13 UTC 

[dtor-input:for-linus] BUILD SUCCESS 04b7762e37c95d9b965d16bb0e18dbd1fa2e2861
 2022-03-02 17:50 UTC 

[PATCH 0/2] Input: Replace surface3_button code with soc_button_array
 2022-03-02 11:34 UTC  (4+ messages)
` [PATCH 1/2] Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttons

[PATCH 0/5] spi: make remove callback a void function
 2022-03-02  7:30 UTC  (2+ messages)
  ` [PATCH 5/5] "

[PATCH] dt-bindings: Another pass removing cases of 'allOf' containing a '$ref'
 2022-03-02  2:47 UTC  (6+ messages)

[PATCH v5 0/5] Input/HID: Consolidate ChromeOS Vivaldi keyboard logic
 2022-03-02  1:52 UTC  (2+ messages)

[dtor-input:master] BUILD SUCCESS dfafa56029576c52a393b61dcba7a3a43fd2b6c0
 2022-03-01 20:55 UTC 

[dtor-input:for-linus] BUILD SUCCESS d982992669733dd75520000c6057d8ee0725a363
 2022-03-01 20:45 UTC 

[PATCH v2] input/i8042: Add TUXEDO/Clevo devices to i8042 quirk tables
 2022-03-01 15:42 UTC  (5+ messages)

[PATCH] hid: hid-nintendo: check the return value of alloc_workqueue()
 2022-03-01 14:58 UTC  (2+ messages)

[PATCH v2 00/12] HID: fix for generic input processing
 2022-03-01 14:53 UTC  (2+ messages)

[PATCH for-5.18/uclogic 0/9] DIGImend patches, part II
 2022-03-01 14:32 UTC  (3+ messages)

[PATCH v7 0/2] Add support for Imagis touchscreens
 2022-03-01 11:32 UTC  (3+ messages)
` [PATCH v7 2/2] Input: add Imagis touchscreen driver

[PATCH] Input: goodix - Workaround Cherry Trail devices with a bogus ACPI Interrupt() resource
 2022-03-01 10:47 UTC  (3+ 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).