gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
356 stars 202 forks source link

Patch bomb #94

Closed grawity closed 5 years ago

grawity commented 5 years ago

So when I was trying to figure out why lsusb.py from 010 wouldn't read usb.ids, I ended up doing... a bit of hacking on this script. Here I'm trying to rebase the useful parts on top of master (while still being py2-compatible).

This is all working, but I don't expect it to be in v011. I could split into several PRs if desired.

Main changes:

gregkh commented 5 years ago

Can you send this through email? That would make it easier to review/apply some of these and iterate simpler.

thanks for doing this!

grawity commented 5 years ago

Can you send this through email? That would make it easier to review/apply some of these and iterate simpler.

I'll do that then, is there a mailing list address or should I send it directly to you?

gregkh commented 5 years ago

linux-usb@vger.kernel.org would be good to cc: them do, and also to me so I don't miss them.

thanks!

gregkh commented 5 years ago

All but one now merged, so will close this pull request out.

Thanks for the patches!