HIDRAW - atmel-maxtouch/mxt-app GitHub Wiki

HIDRAW

The hidraw backend supports maXTouch devices which connect using USB or HID over I2C.

The hidraw interface is documented in the Linux kernel source, in Documentation/hid/hidraw.txt.

The device must have /dev/hidraw raw HID device support enabled using the CONFIG_HIDRAW kernel configuration option.

To use hidraw, provide a DEVICESTRING using the -d option. There is no scanning support.

It is possible to use the –flash command with a device already in bootloader mode by specifying the bootloader address only for USB-HID mode. Use the lsusb command in Linux to determine the bus and device number to use with the -d option.