Hi, I recently used some scripts I found on the linuxtv.org wiki to extract a firmware for a m920x device from USB dumps made with UsbSniff2.0 on WIndows XP. I thought these scripts may be collected in v4l-utils where it is easier to change them. The first two patches add the scripts as they are now on the wiki, I am sending them on behalf of the original author even if I was not able to contact him, I hope this is OK. The subsequent changes are little fixes to make m920x_parse.pl work for me. Regards, Antonio Aapo Tahkola (2): contrib: add some scripts to extract m920x firmwares from USB dumps contrib: add a script to convert usbmon captures to usbsnoop Antonio Ospite (3): m920x_parse.pl: use string comparison operators m920x_parse.pl: fix strict and warnings checks m920x_parse.pl: add support for consuming the output of parse-sniffusb2.pl contrib/m920x/m920x_parse.pl | 295 ++++++++++++++++++++++++++++++++++++ contrib/m920x/m920x_sp_firmware.pl | 115 ++++++++++++++ contrib/usbmon2usbsnoop.pl | 53 +++++++ 3 files changed, 463 insertions(+) create mode 100755 contrib/m920x/m920x_parse.pl create mode 100755 contrib/m920x/m920x_sp_firmware.pl create mode 100755 contrib/usbmon2usbsnoop.pl -- Antonio Ospite http://ao2.it A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html