hidutils / hid-recorder

A utility to record HID data from /dev/hidraw devices
MIT License
1 stars 4 forks source link

Use .join() instead of manual appending with commas #26

Closed whot closed 2 months ago

whot commented 2 months ago

For Input/Output/Feature lines, collect the details as vec and insert it using .join() instead of manually worrying about commas.