summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (5044): Pvrusb2: Allow overriding vbi and radio device minor numbersMike Isely2007-02-211-7/+25
* V4L/DVB (5043): Pvrusb2: video standard broadcast fix for radio modeMike Isely2007-02-212-36/+10
* V4L/DVB (5042): Pvrusb2: Make units uniform when tracking tuning frequencyMike Isely2007-02-212-4/+2
* V4L/DVB (5041): Pvrusb2: Use separate enumeration for get/store of minor numberMike Isely2007-02-215-15/+31
* V4L/DVB (5040): Pvrusb2: Use enumeration for minor number get / store codeMike Isely2007-02-215-17/+28
* V4L/DVB (5039): Pvrusb2: Implement /dev/radioXPantelis Koukousoulas2007-02-211-7/+76
* V4L/DVB (5038): Pvrusb2: Implement stream claim checking functionPantelis Koukousoulas2007-02-212-0/+13
* V4L/DVB (5037): Pvrusb2: Implement multiple minor device number handlingPantelis Koukousoulas2007-02-215-16/+54
* V4L/DVB (5036): Pvrusb2: Fix for min/max control value checkingPantelis Koukousoulas2007-02-211-4/+13
* V4L/DVB (5035): Pvrusb2: Enable radio mode round #2Pantelis Koukousoulas2007-02-212-6/+37
* V4L/DVB (5034): Pvrusb2: Enable radio mode round #1Pantelis Koukousoulas2007-02-215-3/+44
* V4L/DVB (5026): Pvrusb2-hdw kfree cleanupMariusz Kozlowski2007-02-211-8/+8
* V4L/DVB (4986): Removed unimplemented cx2341x API commandsHans Verkuil2007-02-211-3/+0
* Storage class should be before const qualifierTobias Klauser2007-02-176-7/+7
* i2c: Declare more i2c_adapter parent devicesJean Delvare2007-02-131-0/+1
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-1/+1
* V4L/DVB (4852): Pvrusb2: Fix horizontal resolution setting problem for 24xxx ...Mike Isely2006-12-102-26/+16
* V4L/DVB (4763): Pvrusb2: Implement IR reception for 24xxx devicesMike Isely2006-12-101-4/+77
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-052-7/+5
|\
| * usb: pvrusb2-io free urb cleanupMariusz Kozlowski2006-12-011-1/+1
| * usb: pvrusb2-hdw free unlink urb cleanupMariusz Kozlowski2006-12-011-6/+4
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+9
|/
* V4L/DVB (4786): Pvrusb2: use NULL instead of 0Randy Dunlap2006-11-022-4/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-052-3/+3
* V4L/DVB (4675): Pvrusb2: Fix VIDIOC_INT_[G|S]_REGISTER so that it actually wo...Mike Isely2006-10-032-3/+8
* V4L/DVB (4674): Use NULL instead of 0 for ptrsRandy Dunlap2006-10-031-1/+3
* V4L/DVB (4664): Pvrusb2: Don't use videodev.h; use v4l2-dev.h in its placeMike Isely2006-10-031-1/+1
* V4L/DVB (4663): Pvrusb2: Get rid of private global context array brain damageMike Isely2006-10-031-75/+36
* V4L/DVB (4662): Pvrusb2: Implement VIDIOC_INT_[G|S]_REGISTERMike Isely2006-10-033-0/+54
* V4L/DVB (4661): Pvrusb2: improve 24XXX config option descriptionMike Isely2006-10-031-9/+4
* V4L/DVB (4604): Fix broken pvrusb2 buildMike Isely2006-09-261-5/+1
* V4L/DVB (4597): Improve resolution limit enforcements in pvrusb2Mike Isely2006-09-261-2/+28
* V4L/DVB (4595): Remove CONFIG_VIDEO_PVRUSB2_24XXX from pvrusb2 driverMike Isely2006-09-264-28/+0
* V4L/DVB (4594): Remove some dead data elements from pvrusb2 driverMike Isely2006-09-261-2/+0
* V4L/DVB (4584): Fix VIDIOC_S_FMT min/max check in pvrusb2Hans Verkuil2006-09-261-7/+7
* V4L/DVB (4556): Fix a typo.Mauro Carvalho Chehab2006-09-261-2/+2
* V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET.Hans Verkuil2006-09-261-1/+1
* V4L/DVB (4518): Allow manually selecting the proper helper driversMauro Carvalho Chehab2006-09-261-2/+16
* V4L/DVB (4485): Fix a warning on PPC64Mauro Carvalho Chehab2006-09-261-1/+1
* V4L/DVB (4377): Force horizontal resolution limits in the pvrusb2 driverMike Isely2006-09-261-0/+30
* V4L/DVB (4376): Make it possible for run-time calculation of control min/max ...Mike Isely2006-09-262-6/+17
* V4L/DVB (4375): Eliminate hardcoded limits in VIDIOC_[S|TRY]_FMT for pvrusb2Mike Isely2006-09-261-17/+19
* V4L/DVB (4372): Clean up some post mpeg-controls issues in pvrusb2Mike Isely2006-09-262-32/+10
* V4L/DVB (4339): Removed the remaining config.h stuffMauro Carvalho Chehab2006-09-263-3/+0
* V4L/DVB (4373): Correctly handle sysfs error leg file removal in pvrusb2Mike Isely2006-07-291-12/+50
* V4L/DVB (4337): Refine dead code elimination in pvrusb2Mike Isely2006-07-294-7/+17
* V4L/DVB (4316): Check __must_check warningsMichael Krufky2006-07-291-5/+28
* V4L/DVB (4288): Clean out a zillion sparse warnings in pvrusb2Mike Isely2006-06-3019-105/+105
* V4L/DVB (4287): Pvrusb2/: possible cleanupsAdrian Bunk2006-06-3011-195/+74
* V4L/DVB (4274): Eliminate use of tda9887 from pvrusb2 driverMike Isely2006-06-305-173/+1
OpenPOWER on IntegriCloud