Skip to content
Commit 67c90d14 authored by Enrik Berkhan's avatar Enrik Berkhan Committed by Benjamin Tissoires
Browse files

HID: mcp2221: don't connect hidraw



The MCP2221 driver should not connect to the hidraw userspace interface,
as it needs exclusive access to the chip.

If you want to use /dev/hidrawX with the MCP2221, you need to avoid
binding this driver to the device and use the hid generic driver instead
(e.g. using udev rules).

Cc: stable@vger.kernel.org
Reported-by: default avatarSven Zühlsdorf <sven.zuehlsdorf@vigem.de>
Signed-off-by: default avatarEnrik Berkhan <Enrik.Berkhan@inka.de>
Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Link: https://lore.kernel.org/r/20221103222714.21566-2-Enrik.Berkhan@inka.de
parent 0e13e7b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment