Skip to content

Commit

Permalink
report_usb_detailed_device_summary(): clean up output
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Jul 25, 2024
1 parent d7416a8 commit 3535bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/udev_usb_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void report_usb_detailed_device_summary(Usb_Detailed_Device_Summary * devsum, in
// rpt_int("vid", NULL, devsum->vid, d1);
// rpt_int("pid", NULL, devsum->pid, d1);
rpt_str("vendor_id", NULL, devsum->vendor_id, d1);
rpt_str("product_id", "", devsum->product_id, d1);
rpt_str("product_id", NULL, devsum->product_id, d1);
rpt_str("vendor_name", NULL, devsum->vendor_name, d1);
rpt_str("product_name", NULL, devsum->product_name, d1);
rpt_str("busnum_s", NULL, devsum->busnum_s, d1);
Expand Down

0 comments on commit 3535bb4

Please sign in to comment.