public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] em28xx: use common urb data copying function for vbi and non-vbi data streams
@ 2012-11-25 10:37 Frank Schäfer
  2012-11-25 10:37 ` [PATCH 1/6] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi() Frank Schäfer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Frank Schäfer @ 2012-11-25 10:37 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, Frank Schäfer

Patches 1-5 prepare function em28xx_urb_data_copy_vbi() to also work with non-vbi video data.
Patch 6 finally renames em28xx_urb_data_copy_vbi() and changes to code to use this function for both, vbi and non-vbi video data streams.

The changes have been tested with the following devices:
- "SilverCrest 1.3 MPix webcam" (progressive, non-vbi)
- "Hauppauge HVR-900 (65008/A1C0)" (interlaced, vbi enabled and disabled)

This series applies on top of my previous patch series "em28xx: add support fur USB bulk transfers" V2.



Frank Schäfer (6):
  em28xx: fix video data start position calculation in
    em28xx_urb_data_copy_vbi()
  em28xx: make sure the packet size is >= 4 before checking for headers
    in em28xx_urb_data_copy_vbi()
  em28xx: fix capture type setting in em28xx_urb_data_copy_vbi()
  em28xx: fix/improve frame field handling in
    em28xx_urb_data_copy_vbi()
  em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if needed
  em28xx: use common urb data copying function for vbi and non-vbi data
    streams

 drivers/media/usb/em28xx/em28xx-video.c |  224 ++++++-------------------------
 drivers/media/usb/em28xx/em28xx.h       |    4 +-
 2 Dateien geändert, 46 Zeilen hinzugefügt(+), 182 Zeilen entfernt(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2012-11-25 10:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-25 10:37 [PATCH 0/6] em28xx: use common urb data copying function for vbi and non-vbi data streams Frank Schäfer
2012-11-25 10:37 ` [PATCH 1/6] em28xx: fix video data start position calculation in em28xx_urb_data_copy_vbi() Frank Schäfer
2012-11-25 10:37 ` [PATCH 2/6] em28xx: make sure the packet size is >= 4 before checking for headers " Frank Schäfer
2012-11-25 10:37 ` [PATCH 3/6] em28xx: fix capture type setting " Frank Schäfer
2012-11-25 10:37 ` [PATCH 4/6] em28xx: fix/improve frame field handling " Frank Schäfer
2012-11-25 10:37 ` [PATCH 5/6] em28xx: em28xx_urb_data_copy_vbi(): calculate vbi_size only if needed Frank Schäfer
2012-11-25 10:37 ` [PATCH 6/6] em28xx: use common urb data copying function for vbi and non-vbi data streams Frank Schäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox