mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
prober: Fix typo
This commit is contained in:
parent
cfb443843f
commit
257cf6b5a8
|
@ -203,7 +203,7 @@ p_udev_enumerate_v4l2(struct prober* p, struct udev* udev)
|
|||
"\t\tptr: %p (%i)\n"
|
||||
"\t\tsysfs_path: '%s'\n"
|
||||
"\t\tdev_path: '%s'\n"
|
||||
"\t\tvender_id: %04x\n"
|
||||
"\t\tvendor_id: %04x\n"
|
||||
"\t\tproduct_id: %04x\n"
|
||||
"\t\tv4l_index: %u\n"
|
||||
"\t\tusb_iface: %i\n"
|
||||
|
@ -320,7 +320,7 @@ p_udev_enumerate_hidraw(struct prober* p, struct udev* udev)
|
|||
"\t\tsysfs_path: '%s'\n"
|
||||
"\t\tdev_path: '%s'\n"
|
||||
"\t\tbus_type: %i\n"
|
||||
"\t\tvender_id: %04x\n"
|
||||
"\t\tvendor_id: %04x\n"
|
||||
"\t\tproduct_id: %04x\n"
|
||||
"\t\tinterface: %i\n"
|
||||
"\t\tusb_bus: %i\n"
|
||||
|
|
Loading…
Reference in a new issue