summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12874): pvrusb2: disable tda18271 slave tuner output / loop thru in ...Michael Krufky2009-09-191-0/+2
* V4L/DVB (12426): pvrusb2: fix compile warningHans Verkuil2009-09-121-2/+3
* V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare2009-09-121-1/+0
* V4L/DVB (12122): pvrusb2: De-obfuscate code which handles routing schemesMike Isely2009-06-233-20/+20
* V4L/DVB (12121): pvrusb2: Improve handling of routing schemesMike Isely2009-06-234-32/+44
* 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 (11856): pvrusb2: Ensure we specify I/F's for all bandwidthsSteven Toth2009-06-161-1/+3
* V4L/DVB (11850): pvrusb2: Instantiate ir_video I2C device by defaultJean Delvare2009-06-161-1/+1
* V4L/DVB (11701): pvrusb2: Ensure the PVRUSB2 disabled the i2c gate on the tda...Steven Toth2009-06-161-0/+1
* V4L/DVB (11750): pvrusb2: Allocate a routing ID for future support of Terrate...Mike Isely2009-06-161-0/+1
* V4L/DVB (11748): pvrusb2: Don't use the internal i2c client listJean Delvare2009-06-161-43/+13
* V4L/DVB (11747): pvrusb2: Bump up version advertised through v4l interfaceMike Isely2009-06-161-1/+1
* V4L/DVB (11746): pvrusb2: Set ir_video autoloading to default disabledMike Isely2009-06-161-1/+1
* V4L/DVB (11745): pvrusb2: Update to work with upcoming ir_video changes in v4...Mike Isely2009-06-161-0/+39
* V4L/DVB (11744): pvrusb2: Select, track, and report IR scheme in use with the...Mike Isely2009-06-165-18/+38
* V4L/DVB: cleanup redundant tests on unsignedRoel Kluin2009-06-161-2/+2
* V4L/DVB (11739): remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-11/+11
* V4L/DVB (11699): pvrusb2: Ensure we specify the I/F at attach timeSteven Toth2009-06-161-0/+2
* USB: add reset endpoint operationsDavid Vrabel2009-04-171-1/+0
* V4L/DVB (11437): pvrusb2: Drop client_register/unregister stubsJean Delvare2009-04-061-12/+0
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-065-26/+18
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-061-2/+2
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing cor...Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11355): pvrusb2: use usb_interface.dev for v4l2_device_registerJanne Grunau2009-04-061-1/+1
* V4L/DVB (11334): pvrusb2: Fix uninitialized tuner_setup field(s)Mike Isely2009-04-061-0/+1
* V4L/DVB (11333): pvrusb2: Report def_val items in sysfs symbolically, consist...Mike Isely2009-04-061-6/+8
* V4L/DVB (11332): pvrusb2: Fix incorrect reporting of default value for non-in...Mike Isely2009-04-061-7/+5
* V4L/DVB (11208): pvrusb2: Use v4l2_device_disconnect()Mike Isely2009-03-301-4/+1
* V4L/DVB (11207): pvrusb2: Add composite and s-video input support for OnAir d...Mike Isely2009-03-307-2/+160
* V4L/DVB (11206): pvrusb2: Add sub-device for demodMike Isely2009-03-303-0/+5
* V4L/DVB (11205): pvrusb2: Remove ancient IVTV specific ioctl functionsMike Isely2009-03-301-4/+0
* V4L/DVB (11204): pvrusb2: Remove old i2c layer; we use v4l2-subdev nowMike Isely2009-03-3020-2074/+3
* V4L/DVB (11203): pvrusb2: Implement better reporting on attached sub-devicesMike Isely2009-03-301-29/+86
* V4L/DVB (11202): pvrusb2: Fix slightly mis-leading header in debug interface ...Mike Isely2009-03-301-1/+1
* V4L/DVB (11201): pvrusb2: Fix space-after-comma idiocyMike Isely2009-03-301-1/+1
* V4L/DVB (11200): pvrusb2: Make a bunch of dvb config structures const (trivial)Mike Isely2009-03-303-7/+7
* V4L/DVB (11199): pvrusb2: Convert all device definitions to use new sub-devic...Mike Isely2009-03-301-45/+41
* V4L/DVB (11198): pvrusb2: Define default I2C address for CS53L32A sub-deviceMike Isely2009-03-301-0/+1
* V4L/DVB (11197): pvrusb2: Fix incorrectly named sub-device IDMike Isely2009-03-302-2/+2
* V4L/DVB (11196): pvrusb2: Define default I2C addresses for msp3400 and saa711...Mike Isely2009-03-301-0/+2
* V4L/DVB (11195): pvrusb2: Issue required core init broadcast to all sub-devicesMike Isely2009-03-301-0/+2
* V4L/DVB (11194): pvrusb2: Implement mechanism to force a full sub-device updateMike Isely2009-03-306-13/+17
* V4L/DVB (11193): pvrusb2: Correct some trace print inaccuraciesMike Isely2009-03-301-1/+2
* V4L/DVB (11192): pvrusb2: Implement trace print for stream on / off actionMike Isely2009-03-301-0/+2
* V4L/DVB (11191): pvrusb2: Define default I2C address for cx25840 sub-deviceMike Isely2009-03-301-0/+1
* V4L/DVB (11190): pvrusb2: Broadcast tuner type change to sub-devicesMike Isely2009-03-301-1/+17
* V4L/DVB (11189): pvrusb2: Deal with space-after-comma coding style idiocyMike Isely2009-03-301-1/+1
OpenPOWER on IntegriCloud