aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (11185): pvrusb2: Fix uninitialized counterMike Isely2009-03-301-1/+1
* V4L/DVB (11184): pvrusb2: Define default i2c address for wm8775 sub-deviceMike Isely2009-03-301-0/+1
* V4L/DVB (11183): pvrusb2: Implement more sub-device loading trace and improve...Mike Isely2009-03-301-2/+24
* V4L/DVB (11182): pvrusb2: Tie in cx25840 sub-device supportMike Isely2009-03-303-8/+51
* V4L/DVB (11181): pvrusb2: Fix silly 80 column issueMike Isely2009-03-301-1/+2
* V4L/DVB (11180): pvrusb2: Tie in msp3400 sub-device supportMike Isely2009-03-303-10/+41
* V4L/DVB (11179): pvrusb2: make sub-device specific update function names uniformMike Isely2009-03-303-3/+3
* V4L/DVB (11178): pvrusb2: Make audio sample rate update into a sub-device bro...Mike Isely2009-03-302-18/+20
* V4L/DVB (11177): pvrusb2: Tie in saa7115 sub-device handlingMike Isely2009-03-303-10/+58
* V4L/DVB (11176): pvrusb2: Tie in wm8775 sub-device handlingMike Isely2009-03-304-1/+33
* V4L/DVB (11175): pvrusb2: Implement sub-device specific update frameworkMike Isely2009-03-301-1/+18
* V4L/DVB (11174): pvrusb2: Implement reporting of connected sub-devicesMike Isely2009-03-301-0/+23
* V4L/DVB (11173): pvrusb2: Fix backwards function header commentsMike Isely2009-03-301-6/+6
* V4L/DVB (11172): pvrusb2: Cause overall initialization to fail if sub-driver(...Mike Isely2009-03-301-15/+17
* V4L/DVB (11171): pvrusb2: Tie in sub-device decoder start/stopMike Isely2009-03-301-26/+39
* V4L/DVB (11170): pvrusb2: Clean-up / placeholders inserted for additional dev...Mike Isely2009-03-302-2/+2
* V4L/DVB (11169): pvrusb2: Note who our video decoder sub-device is, and set i...Mike Isely2009-03-302-0/+29
* V4L/DVB (11168): pvrusb2: Define value for a null sub-device IDMike Isely2009-03-301-0/+1
* V4L/DVB (11167): pvrusb2: Tie in various v4l2 operations into the sub-device ...Mike Isely2009-03-302-4/+99
* V4L/DVB (11166): pvrusb2: Implement status fetching from sub-devicesMike Isely2009-03-302-8/+14
* V4L/DVB (11165): pvrusb2: Tie in debug register access to sub-devicesMike Isely2009-03-301-1/+4
* V4L/DVB (11164): pvrusb2: Tie-in sub-device log requestsMike Isely2009-03-301-0/+1
* V4L/DVB (11163): pvrusb2: Lay foundation for triggering sub-device updatesMike Isely2009-03-301-7/+18
* V4L/DVB (11162): pvrusb2: Tie up loose ends with v4l2-subdev setupMike Isely2009-03-301-5/+14
* V4L/DVB (11161): pvrusb2: Set i2c autoprobing to be off by defaultMike Isely2009-03-301-1/+2
* V4L/DVB (11160): pvrusb2: whitespace tweaksMike Isely2009-03-302-1/+3
* V4L/DVB (11159): pvrusb2: Providing means to stop tracking an old i2c moduleMike Isely2009-03-303-23/+64
* V4L/DVB (11158): pvrusb2: New device attribute mechanism to specify sub-devicesMike Isely2009-03-303-4/+144
* V4L/DVB (11157): pvrusb2: whitespace trivial tweaksMike Isely2009-03-305-0/+8
* V4L/DVB (11156): pvrusb2: Changes to further isolate old i2c layerMike Isely2009-03-303-9/+19
* V4L/DVB (11155): pvrusb2: Set up v4l2_device instanceMike Isely2009-03-302-1/+20
* V4L/DVB (11154): pvrusb2: Split i2c module handling from i2c adapterMike Isely2009-03-3014-476/+595
* V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISEMauro Carvalho Chehab2009-03-301-3/+3
* V4L/DVB (11125): fix mispelled Hauppauge in HD PVR and PVR USB2 driver commentsJanne Grunau2009-03-301-1/+1
* V4L/DVB (10897): Fix Kbuild MEDIA_TUNER_CUSTOMIZE dependenciesMauro Carvalho Chehab2009-03-301-2/+2
* V4L/DVB (10838): get rid of the other occurrences of DVB_FE_CUSTOMIZE typoMauro Carvalho Chehab2009-03-301-2/+2
* V4L/DVB (10836): Kconfig: replace DVB_FE_CUSTOMIZE to DVB_FE_CUSTOMISEMauro Carvalho Chehab2009-03-301-1/+1
* V4L/DVB (10303): pvrusb2: Use usb_make_path() to determine device bus locationMike Isely2009-03-301-4/+1
* V4L/DVB (10298): remove err macro from few usb devicesMauro Carvalho Chehab2009-03-301-5/+7
* V4L/DVB (10259): pvrusb2: Code module name directly in printkMike Isely2009-03-301-2/+2
* V4L/DVB (10258): pvrusb2: Issue VIDIOC_INT_INIT to v4l2 modules when they fir...Mike Isely2009-03-304-11/+29
* V4L/DVB (10239): pvrusb2: Fix misleading comment caused by earlier commitMike Isely2009-03-301-2/+1
* V4L/DVB (10238): pvrusb2: Change sysfs serial number handlingMike Isely2009-03-301-10/+2
* V4L/DVB (10237): pvrusb2: Generate a device-unique identifierMike Isely2009-03-303-0/+34
* V4L/DVB (10236): pvrusb2: Stop advertising VBI capability - it isn't thereMike Isely2009-03-301-1/+1
* USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-1/+1
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-023-11/+10
* V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-8/+8
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-5/+4
* V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_...Kay Sievers2008-12-292-3/+3