summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/hdpvr
Commit message (Expand)AuthorAgeFilesLines
* [media] hdpvr: fix interrupted recordingJonathan Sims2016-11-161-3/+19
* [media] hdpvr: don't break long linesMauro Carvalho Chehab2016-10-213-13/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-111-1/+0
|\
| * treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
| * media: usb: hdpvr: hdpvr-video: don't print error when allocating urb failsWolfram Sang2016-08-301-3/+1
* | [media] rc: Hauppauge z8f0811 can decode RC6Sean Young2016-09-221-1/+1
* | [media] constify i2c_algorithm structuresJulia Lawall2016-09-191-1/+1
* | [media] media: usb: hdpvr: hdpvr-video: don't print error when allocating urb...Wolfram Sang2016-08-241-3/+1
|/
* [media] hdpvr: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-083-13/+5
* [media] hdpvr: hide unused variableArnd Bergmann2016-02-011-0/+2
* [media] hdpvr: Refactoring for hdpvr_read()Markus Elfring2016-02-011-4/+2
* [media] v4l2-dv-timings: add new arg to v4l2_match_dv_timingsHans Verkuil2015-12-031-1/+1
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-1/+1
* [media] hdpvr: embed video_deviceHans Verkuil2015-04-023-21/+10
* [media] hdpvr: reduce memory footprint when debuggingAndy Shevchenko2014-09-232-36/+12
* Merge commit '67dd8f35c2d8ed80f26c9654b474cffc11c6674d' into patchworkMauro Carvalho Chehab2014-07-221-3/+3
|\
| * [media] hdpvr: fix two audio bugsHans Verkuil2014-07-041-3/+3
* | [media] hdpvr: fix reported HDTV colorspaceHans Verkuil2014-07-171-1/+1
* | [media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart2014-07-171-1/+0
* | [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
|/
* [media] hdpvr: Fix memory leak in debugMasanari Iida2014-02-041-1/+3
* [media] hdpvr: fix sparse warningsHans Verkuil2013-10-151-6/+5
* [media] hdpvr: fix iteration over uninitialized lists in hdpvr_probe()Alexey Khoroshilov2013-09-031-5/+6
* [media] v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timingsHans Verkuil2013-08-241-1/+1
* [media] v4l2: use new V4L2_DV_BT_BLANKING/FRAME definesHans Verkuil2013-08-181-4/+2
* [media] v4l2: move dv-timings related code to v4l2-dv-timings.cHans Verkuil2013-08-181-0/+1
* [media] hdpvr: improve error handlingHans Verkuil2013-06-133-19/+21
* [media] hdpvr: code cleanupHans Verkuil2013-06-131-27/+27
* [media] hdpvr: fix querystd 'unknown format' returnHans Verkuil2013-06-131-1/+1
* [media] hdpvr: Removed unnecessary use of kzalloc() in get_video_info()Leonid Kegulskiy2013-05-273-44/+37
* [media] media: fix hdpvr kconfig/build errorsRandy Dunlap2013-05-271-1/+1
* [media] hdpvr: Added some error handling in hdpvr_start_streaming()Leonid Kegulskiy2013-05-211-1/+5
* [media] hdpvr: Removed unnecessary get_video_info() call from hdpvr_device_in...Leonid Kegulskiy2013-05-211-8/+0
* [media] hdpvr: allow g/s/enum/querystd when in legacy modeHans Verkuil2013-04-141-11/+26
* [media] hdpvr: add dv_timings supportHans Verkuil2013-04-142-24/+194
* [media] hdpvr: add g/querystd, remove deprecated current_normHans Verkuil2013-04-142-13/+54
* [media] hdpvr: recognize firmware version 0x1eHans Verkuil2013-04-142-0/+2
* [media] hdpvr: register the video node at the end of probeHans Verkuil2013-04-141-6/+7
* [media] hdpvr: small fixesHans Verkuil2013-04-141-3/+3
* [media] hdpvr: support device_caps in querycapHans Verkuil2013-04-141-3/+3
* [media] hdpvr: add prio and control event supportHans Verkuil2013-04-141-8/+12
* [media] hdpvr: remove hdpvr_fh and just use v4l2_fhHans Verkuil2013-04-142-73/+46
* [media] hdpvr: convert to the control frameworkHans Verkuil2013-04-142-378/+145
* [media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2013-03-241-2/+2
* [media] hdpvr-video: Use the proper check for I2C supportMauro Carvalho Chehab2013-03-231-1/+2
* [media] hdpvr: Fix memory leakSyam Sidhardhan2013-03-181-0/+1
* [media] [V2,23/24] usb/hdpvr/hdpvr-i2c.c: use IS_ENABLED() macroPeter Senna Tschudin2013-02-061-1/+1
* [media] [V2,22/24] usb/hdpvr/hdpvr-core.c: use IS_ENABLED() macroPeter Senna Tschudin2013-02-061-3/+3
* [media] hdpvr: Replace memcpy with struct assignmentEzequiel Garcia2012-12-271-2/+1
* [media] drivers/media/usb/hdpvr/hdpvr-core.c: fix error return codePeter Senna Tschudin2012-11-221-0/+2