linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-04 10:54:02 to 2022-03-18 20:48:39 UTC [more...]

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-18 20:48 UTC  (21+ messages)
` [PATCH bpf-next v3 01/17] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v3 02/17] bpf: introduce hid program type
` [PATCH bpf-next v3 03/17] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v3 04/17] libbpf: add HID program type and API
` [PATCH bpf-next v3 05/17] HID: hook up with bpf
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v3 07/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v3 08/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v3 09/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v3 10/17] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v3 11/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers
` [PATCH bpf-next v3 13/17] HID: bpf: implement hid_bpf_get|set_bits
` [PATCH bpf-next v3 14/17] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v3 15/17] selftests/bpf: add tests for hid_{get|set}_bits helpers
` [PATCH bpf-next v3 16/17] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v3 17/17] Documentation: add HID-BPF docs

[PATCH] hid: Add support for the xp-pen deco mini7 tablet
 2022-03-18 18:37 UTC 

[REGRESSION] Right touchpad button disabled on Dell 7750
 2022-03-18 16:05 UTC  (7+ messages)

[PATCH] Input: synaptics - enable InterTouch on ThinkPad T14/P14s Gen 1 AMD
 2022-03-18 11:39 UTC 

Dell laptop touchpad disabling?
 2022-03-18  8:54 UTC  (3+ messages)

[PATCH] Input: adi: remove redundant variable z
 2022-03-18  0:23 UTC 

[PATCH v2 65/67] media: Kconfig: cleanup VIDEO_DEV dependencies
 2022-03-17 19:21 UTC 

[PATCH] Input: fix reference leak in stmfts_input_open
 2022-03-17 13:16 UTC 

Napływ Klientów ze strony
 2022-03-17  8:40 UTC 

[PATCH AUTOSEL 5.4 1/7] HID: logitech-dj: add new lightspeed receiver id
 2022-03-16 14:17 UTC 

[PATCH AUTOSEL 5.10 02/12] HID: logitech-dj: add new lightspeed receiver id
 2022-03-16 14:16 UTC 

[PATCH AUTOSEL 5.15 02/13] HID: logitech-dj: add new lightspeed receiver id
 2022-03-16 14:15 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 03/13] HID: Add support for open wheel and no attachment to T300

[PATCH AUTOSEL 5.16 02/13] HID: logitech-dj: add new lightspeed receiver id
 2022-03-16 14:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.16 03/13] HID: Add support for open wheel and no attachment to T300

[PATCH 1/3] dt-bindings: Add Immersion Corporation prefix
 2022-03-15 23:35 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: input: Add bindings for Immersion ISA1200
` [PATCH 3/3] Input: isa1200 - new driver "

[PATCH 1/3] dt-bindings: Add Immersion Corporation prefix
 2022-03-15 23:18 UTC 

[dtor-input:master] BUILD SUCCESS 8a3e634dc5a37aaa6d4876614716e84fb26dbbc0
 2022-03-15 19:24 UTC 

[dtor-input:for-linus] BUILD SUCCESS 5600f6986628dde8881734090588474f54a540a8
 2022-03-15 19:14 UTC 

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-15 17:04 UTC  (73+ 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 v2 00/67] media: Kconfig/Makefile reorg
 2022-03-14 16:33 UTC 

[PATCH] hid: asus: ROG NKey: Ignore portion of 0x5a report
 2022-03-14 16:15 UTC 

[PATCH] media: Kconfig: cleanup VIDEO_DEV dependencies
 2022-03-14 16:08 UTC  (4+ 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  (10+ 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

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 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 4/6] dt-bindings: mfd: sensehat: Add Raspberry Pi Sense HAT schema
 2022-03-07 22:52 UTC  (2+ messages)

[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


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).