All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] v4l-utils: add some scripts from the wiki.
@ 2012-10-10 13:39 Antonio Ospite
  2012-10-10 13:39 ` [PATCH 1/5] contrib: add some scripts to extract m920x firmwares from USB dumps Antonio Ospite
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Antonio Ospite @ 2012-10-10 13:39 UTC (permalink / raw)
  To: linux-media; +Cc: Aapo Tahkola, Antonio Ospite, CityK


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?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-10 14:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10 13:39 [PATCH 0/5] v4l-utils: add some scripts from the wiki Antonio Ospite
2012-10-10 13:39 ` [PATCH 1/5] contrib: add some scripts to extract m920x firmwares from USB dumps Antonio Ospite
2012-10-10 13:39 ` [PATCH 2/5] contrib: add a script to convert usbmon captures to usbsnoop Antonio Ospite
2012-10-10 13:39 ` [PATCH 3/5] m920x_parse.pl: use string comparison operators Antonio Ospite
2012-10-10 13:39 ` [PATCH 4/5] m920x_parse.pl: fix strict and warnings checks Antonio Ospite
2012-10-10 13:39 ` [PATCH 5/5] m920x_parse.pl: add support for consuming the output of parse-sniffusb2.pl Antonio Ospite
2012-10-10 14:22 ` [PATCH 0/5] v4l-utils: add some scripts from the wiki Antti Palosaari
2012-10-10 14:53   ` Antonio Ospite

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.