All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] dvb-usb: support VP-7049 Twinhan DVB-T USB Stick and other fixes
@ 2012-11-05 23:28 Antonio Ospite
  2012-11-05 23:28 ` [PATCH 1/5] [media] dvb-usb: add a pre_init hook to struct dvb_usb_device_properties Antonio Ospite
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Antonio Ospite @ 2012-11-05 23:28 UTC (permalink / raw)
  To: linux-media
  Cc: Mauro Carvalho Chehab, Antti Palosaari, Michael Krufky,
	Patrick Boettcher, Antonio Ospite

Hi,

with this series I am adding support for the VP-7049 Twinhan DVB-T USB stick,
the device comes also under other names as specified in the appropriate commit
messages.

Patch 1 extends the initialization sequence to support this particular
hardware, it's a dependency for patch 3. I am open to alternative solutions.

Patches 2 and 3 add support for the hardware, all the pieces were already in
linux, thanks a lot!

Patches 4 and 5 are trivial fixes for stuff I noticed while looking at the
code, feel free to ignore especially patch 4 if you find it too intrusive.

Please note that I arbitrarily ignored checkpatch.pl warnings and errors
because I preferred to stick with the code style in use in the dvb-usb files,
let me know if you want me to do otherwise.

Thanks,
   Antonio

Antonio Ospite (5):
  [media] dvb-usb: add a pre_init hook to struct
    dvb_usb_device_properties
  [media] get_dvb_firmware: add dvb-usb-vp7049-0.95.fw
  [media] m920x: Add support for the VP-7049 Twinhan DVB-T USB Stick
  [media] dvb-usb: fix indentation of a for loop
  [media] m920x: fix a typo in a comment

 drivers/media/dvb-core/dvb-usb-ids.h     |    1 +
 drivers/media/usb/dvb-usb/dvb-usb.h      |    5 +
 drivers/media/usb/dvb-usb/dvb-usb-init.c |   66 ++++++-----
 drivers/media/usb/dvb-usb/m920x.c        |  191 +++++++++++++++++++++++++++++-
 Documentation/dvb/get_dvb_firmware       |   15 ++-
 5 files changed, 246 insertions(+), 32 deletions(-)

-- 
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] 19+ messages in thread

end of thread, other threads:[~2012-12-27 12:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 23:28 [PATCH 0/5] dvb-usb: support VP-7049 Twinhan DVB-T USB Stick and other fixes Antonio Ospite
2012-11-05 23:28 ` [PATCH 1/5] [media] dvb-usb: add a pre_init hook to struct dvb_usb_device_properties Antonio Ospite
2012-11-06  0:07   ` Antti Palosaari
2012-11-13 17:35     ` Antonio Ospite
2012-11-05 23:28 ` [PATCH 2/5] [media] get_dvb_firmware: add dvb-usb-vp7049-0.95.fw Antonio Ospite
2012-11-05 23:28 ` [PATCH 3/5] [media] m920x: Add support for the VP-7049 Twinhan DVB-T USB Stick Antonio Ospite
2012-11-05 23:28 ` [PATCH 4/5] [media] dvb-usb: fix indentation of a for loop Antonio Ospite
2012-11-05 23:28 ` [PATCH 5/5] [media] m920x: fix a typo in a comment Antonio Ospite
2012-12-10 21:37 ` [PATCHv2 0/9] dvb-usb/m920x: support VP-7049 DVB-T USB Stick and other fixes Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 1/9] [media] dvb-usb: fix indentation of a for loop Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 2/9] [media] m920x: fix a typo in a comment Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 3/9] [media] m920x: factor out a m920x_write_seq() function Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 4/9] [media] m920x: factor out a m920x_parse_rc_state() function Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 5/9] [media] m920x: avoid repeating RC state parsing at each keycode Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 6/9] [media] m920x: introduce m920x_rc_core_query() Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 7/9] [media] m920x: send the RC init sequence also when rc.core is used Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 8/9] [media] get_dvb_firmware: add entry for the vp7049 firmware Antonio Ospite
2012-12-10 21:37   ` [PATCHv2 9/9] [media] m920x: add support for the VP-7049 Twinhan DVB-T USB Stick Antonio Ospite
2012-12-27 12:23   ` [PATCHv2 0/9] dvb-usb/m920x: support VP-7049 DVB-T USB Stick and other fixes 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.