print name of device

This commit is contained in:
Denis 2023-12-05 00:01:57 +01:00
parent a8ab8b14c7
commit 8350a52ed6
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -100,7 +100,7 @@ int init_platform(rc71l_platform_t *const platform) {
platform->mode = -1;
return -ENOENT;
} else {
printf("Asus MCU over hidraw: mode will be reset\n");
printf("Asus MCU over hidraw: %s -- mode will be reset\n", dev_name);
platform->platform_mode = rc71l_platform_mode_hidraw;
platform->modes_count = 3;