The device class is HID. The transfer type is interrupt or control.
HID-class devices send data in reports, which are data structures defined by the report descriptor that the device returns during enumeration.
Each report has a defined size.
If the Input report is one byte, the device can send only one byte in each report.
To send larger amounts of data, edit the report descriptor to support it.