We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0856d commit 46b14eeCopy full SHA for 46b14ee
Documentation/hid/uhid.txt
@@ -160,7 +160,7 @@ them but you should handle them according to your needs.
160
UHID_OUTPUT:
161
This is sent if the HID device driver wants to send raw data to the I/O
162
device on the interrupt channel. You should read the payload and forward it to
163
- the device. The payload is of type "struct uhid_data_req".
+ the device. The payload is of type "struct uhid_output_req".
164
This may be received even though you haven't received UHID_OPEN, yet.
165
166
UHID_GET_REPORT:
0 commit comments