summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Commit message (Expand)AuthorAgeFilesLines
* [media] pvrusb2: For querystd, start with list of hardware-supported standardsMike Isely2012-05-071-1/+1
* [media] pvrusb2: Get rid of obsolete code for video standard enumerationMike Isely2012-05-071-158/+2Star
* [media] pvrusb2: Transform video standard detection result into read-only con...Mike Isely2012-05-071-6/+32
* [media] pvrusb2: Clean up pvr2_hdw_get_detected_std()Mike Isely2012-05-071-0/+1
* [media] pvrusb2: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-121-2/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker2011-11-011-0/+1
* | [media] pvrusb2: implement VIDIOC_QUERYSTDMauro Carvalho Chehab2011-10-081-0/+7
|/
* [media] pvrusb2: fix g/s_tuner supportHans Verkuil2011-07-071-0/+4
* [media] pvrusb2: check kmalloc return valueXiaochen Wang2011-03-221-8/+16
* [media] pvrusb2: Minor VBI tweak to help potential CC supportMike Isely2011-03-221-0/+2
* [media] pvrusb2: width and height maximum valuesServaas Vandenberghe2011-03-221-12/+16
* [media] pvrusb2: Fix a few missing default control values, for croppingMike Isely2011-03-221-0/+2
* [media] pvrusb2: Minor cosmetic code tweakMike Isely2011-03-221-2/+1Star
* [media] pvrusb2: Handle change of mode before handling change of video standardMike Isely2011-03-221-12/+13
* [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-221-4/+2Star
* [media] pvrusb2: Don't use module names to load I2C modulesLaurent Pinchart2010-10-231-9/+2Star
* V4L/DVB: pvrusb2: convert to s_mbus_fmtHans Verkuil2010-06-011-6/+6
* V4L/DVB: pvrusb2: New feature to mark specific hardware support as experimentalMike Isely2010-06-011-0/+13
* V4L/DVB: pvrusb2: Avoid using stack allocated buffers when performing USB I/OMike Isely2010-06-011-1/+11
* V4L/DVB: pvrusb2: switch to new vbi subdev opsHans Verkuil2010-05-191-1/+1
* V4L/DVB: pvrusb2: Adjust 300msec digitizer wait to be more selectiveMike Isely2010-02-261-4/+9
* V4L/DVB: pvrusb2: Reduce encoder quiet periodMike Isely2010-02-261-4/+2Star
* V4L/DVB: pvrusb2: Enforce a 300msec stabilization interval during stream strartMike Isely2010-02-261-3/+38
* V4L/DVB: cx25840, v4l2-subdev, ivtv, pvrusb2: Fix ivtv/cx25840 tinny audioAndy Walls2010-02-261-0/+1
* V4L/DVB (13500): pvrusb2: Fix lingering 16KB FX2 Firmware issuesGary Francis2009-12-051-2/+2
* V4L/DVB (13499): pvrusb2: Cosmetic tweak to minimize size_t exposureMike Isely2009-12-051-5/+7
* V4L/DVB (13496): pvrusb2: Support manual extraction of 16KB FX2 firmwareMike Isely2009-12-051-4/+5
* V4L/DVB (13495): pvrusb2: Support 16KB FX2 firmwareMike Isely2009-12-051-2/+13
* V4L/DVB (13228): pvrusb2: Cosmetic kernel log tweakMike Isely2009-12-051-1/+1
* V4L/DVB (13227): pvrusb2: Fix redundant message on driver initialization fail...Mike Isely2009-12-051-0/+1
* V4L/DVB (13225): pvrusb2: Report hardware description to kernel log upon init...Mike Isely2009-12-051-0/+2
* V4L/DVB (13224): pvrusb2: Improve diagnostic info on driver initialization fa...Mike Isely2009-12-051-4/+24
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-5/+5
* V4L/DVB (12120): pvrusb2: Change initial default frequency settingMike Isely2009-06-231-2/+2
* V4L/DVB (12119): pvrusb2: Re-fix hardware scaling on video standard changeMike Isely2009-06-231-0/+1
* V4L/DVB (12118): pvrusb2: Fix hardware scaling when used with cx25840Mike Isely2009-06-231-24/+31
* V4L/DVB (11748): pvrusb2: Don't use the internal i2c client listJean Delvare2009-06-161-43/+13Star
* V4L/DVB (11744): pvrusb2: Select, track, and report IR scheme in use with the...Mike Isely2009-06-161-1/+17
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-1/+0Star
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-071-2/+2
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-071-1/+1
* V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing cor...Hans Verkuil2009-04-071-1/+1
* V4L/DVB (11355): pvrusb2: use usb_interface.dev for v4l2_device_registerJanne Grunau2009-04-071-1/+1
* V4L/DVB (11334): pvrusb2: Fix uninitialized tuner_setup field(s)Mike Isely2009-04-071-0/+1
* V4L/DVB (11208): pvrusb2: Use v4l2_device_disconnect()Mike Isely2009-03-301-4/+1Star
* V4L/DVB (11207): pvrusb2: Add composite and s-video input support for OnAir d...Mike Isely2009-03-301-0/+2
* V4L/DVB (11206): pvrusb2: Add sub-device for demodMike Isely2009-03-301-0/+2
* V4L/DVB (11204): pvrusb2: Remove old i2c layer; we use v4l2-subdev nowMike Isely2009-03-301-85/+0Star
* V4L/DVB (11203): pvrusb2: Implement better reporting on attached sub-devicesMike Isely2009-03-301-29/+86