To make the usbhid driver ignore the touchscreen device, add a HID_QUIRK_IGNORE
quirk as module paramater:
Add a modprobe file, like /etc/modprobe.d/disable_raydium_touchscreen.conf
:
# Add/modify USB HID quirks by specifying
# quirks=vendorID:productID:quirks where vendorID, productID, and quirks are all in 0x-prefixed hex
#
# For a list of quirks, see https://github.com/torvalds/linux/blob/master/include/linux/hid.h
options usbhid quirks=0x2386:0x4328:0x00000004