summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx231xx
Commit message (Expand)AuthorAgeFilesLines
...
* [media] cx231xx: fixup video grabber board profileDevin Heitmueller2010-10-211-16/+1
* [media] cx231xx: make output mode configurable via the board profileDevin Heitmueller2010-10-213-6/+16
* [media] cx231xx: Add initial support for Hauppauge USB-Live2Devin Heitmueller2010-10-215-12/+41
* [media] cx231xx: set correct i2c port for Exeter tunerDevin Heitmueller2010-10-211-8/+3
* [media] cx231xx: set standard tune to last known frequency when switching inputsDevin Heitmueller2010-10-211-0/+8
* [media] cx231xx: Remove hack which puts device into bulk modeDevin Heitmueller2010-10-211-12/+0
* [media] cx231xx: Set the power mode instead of using the digital mux GPIOsDevin Heitmueller2010-10-211-1/+4
* [media] cx231xx: do not call video_mux as part of isoc setupDevin Heitmueller2010-10-212-7/+3
* [media] cx231xx: Clear avmode bits before settingDevin Heitmueller2010-10-211-0/+1
* [media] cx231xx: make video scaler work properlyDevin Heitmueller2010-10-214-56/+11
* [media] cx231xx: reduce log severity for some debug eventsDevin Heitmueller2010-10-211-15/+16
* [media] cx231xx: remove board specific initializationDevin Heitmueller2010-10-211-34/+9
* [media] cx231xx: Ensure VBI fields are sent in the correct orderDevin Heitmueller2010-10-211-5/+18
* [media] cx231xx: Fix VBI parameters for sampling rate and offsetDevin Heitmueller2010-10-211-7/+4
* [media] cx231xx: fix format string warningDevin Heitmueller2010-10-211-1/+1
* [media] cx231xx-dvb: remove unused variableDevin Heitmueller2010-10-211-2/+0
* [media] cx231xx: fix race condition in DVB initializationDevin Heitmueller2010-10-212-13/+12
* [media] cx231xx: add USB ID Hauppauge model 111301Devin Heitmueller2010-10-211-0/+2
* [media] cx231xx: add support for Hauppauge EXETERMichael Krufky2010-10-215-4/+115
* [media] cx231xx: Added support for Carraera, Shelby, RDx_253S and VIDEO_GRABBERPalash Bandyopadhyay2010-10-2115-237/+7996
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+4
* V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0)Mauro Carvalho Chehab2010-09-271-6/+8
* V4L/DVB: Don't identify PV SBTVD Hybrid as a DibCom deviceMauro Carvalho Chehab2010-09-272-0/+4
* V4L/DVB: fix Kconfig to depends on VIDEO_IRMauro Carvalho Chehab2010-08-121-1/+1
* V4L/DVB: cx231xx: convert to s_mbus_fmtHans Verkuil2010-06-011-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-7/+7
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-7/+7
* | V4L/DVB: cx231xx: switch to new vbi subdev opsHans Verkuil2010-05-191-2/+2
* | V4L/DVB: ir-core: remove ir-functions usage from cx231xxDavid Härdeman2010-05-192-39/+10
* | V4L/DVB: cx231xx: improve error handlingDan Carpenter2010-05-191-1/+4
* | V4L/DVB: video/cx231xx: cleanup. remove unneed null checksDan Carpenter2010-05-191-8/+5
* | V4L/DVB: ir: prepare IR code for a parameter change at register functionMauro Carvalho Chehab2010-05-191-1/+1
* | V4L/DVB: cx231xx: card->driver "Conexant cx231xx Audio" too longDan Carpenter2010-05-181-1/+1
* | V4L/DVB: ir-core: export driver name used by IR via ueventMauro Carvalho Chehab2010-05-181-1/+4
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* V4L/DVB: cx231xx: cleanup dvb_attach() return value handlingMárton Németh2010-02-261-4/+4
* V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-coreMauro Carvalho Chehab2010-02-261-1/+1
* V4L/DVB (13687): cx231xx: use NULL when pointer is neededMárton Németh2009-12-161-9/+9
* V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...Mauro Carvalho Chehab2009-12-161-6/+2
* V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab2009-12-161-2/+2
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-3/+0
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-161-3/+3
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-163-32/+14
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-3/+3
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-162-14/+16
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-092-4/+9
|\
| * V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocationMauro Carvalho Chehab2009-12-051-1/+7
| * V4L/DVB (13533): ir: use dynamic tables, instead of static onesMauro Carvalho Chehab2009-12-051-2/+1
| * V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-3/+5
|/
OpenPOWER on IntegriCloud