mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
HID: samples/hidraw: fix typo in printed message
Signed-off-by: Jonathan Davies <jonathan.davies@nutanix.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
cc7ed49a7f
commit
31a8b3ee16
@@ -119,7 +119,7 @@ int main(int argc, char **argv)
|
|||||||
if (res < 0)
|
if (res < 0)
|
||||||
perror("HIDIOCSFEATURE");
|
perror("HIDIOCSFEATURE");
|
||||||
else
|
else
|
||||||
printf("ioctl HIDIOCGFEATURE returned: %d\n", res);
|
printf("ioctl HIDIOCSFEATURE returned: %d\n", res);
|
||||||
|
|
||||||
/* Get Feature */
|
/* Get Feature */
|
||||||
buf[0] = 0x9; /* Report Number */
|
buf[0] = 0x9; /* Report Number */
|
||||||
|
Reference in New Issue
Block a user