summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx231xx/cx231xx-cards.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-22[media] video/cx231xx: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe1-8/+8
2011-03-22[media] cx231xx: Add support for PV Xcapture USBMauro Carvalho Chehab1-0/+31
2011-03-22[media] cx231xx: Use parameters to describe some board variantsMauro Carvalho Chehab1-1/+6
2011-03-22[media] cx231xx: Simplify interface checking logic at probeMauro Carvalho Chehab1-96/+96
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+8
2010-12-29[media] cx231xx: Fix IR keymap for Pixelview SBTVD HybridMauro Carvalho Chehab1-1/+1
2010-12-29[media] cx231xx: stray unlock on error pathDan Carpenter1-5/+1
2010-12-29[media] cx231xx: Properly name rc_map nameMauro Carvalho Chehab1-1/+1
2010-12-29[media] cx231xx: Add IR support for Pixelview Hybrid SBTVDMauro Carvalho Chehab1-0/+2
2010-12-29[media] cx231xx: Add a driver for I2C-based IRMauro Carvalho Chehab1-0/+5
2010-12-29[media] cx231xx: use callback to set agc on PixelViewMauro Carvalho Chehab1-0/+11
2010-12-29[media] add digital support for PV SBTVD hybridMauro Carvalho Chehab1-1/+1
2010-12-29[media] Add analog support for Pixelvied Hybrid SBTVDMauro Carvalho Chehab1-2/+39
2010-12-24media/video: explicitly flush request_module workTejun Heo1-0/+8
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-2/+2
2010-10-23[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart1-2/+2
2010-10-21[media] cx231xx: Remove IR support from the driverMauro Carvalho Chehab1-11/+0
2010-10-21[media] cx231xx: Only register USB interface 1Mauro Carvalho Chehab1-30/+8
2010-10-21[media] cx231xx: Only change gpio direction when neededMauro Carvalho Chehab1-2/+3
2010-10-21[media] cx231xx: properly use the right tuner i2c addressMauro Carvalho Chehab1-1/+1
2010-10-21[media] cx231xx: remove i2c ir stubsDevin Heitmueller1-32/+0
2010-10-21[media] cx231xx: move printk() line related to 417 initializationDevin Heitmueller1-1/+1
2010-10-21[media] cx231xx: fixup video grabber board profileDevin Heitmueller1-16/+1
2010-10-21[media] cx231xx: make output mode configurable via the board profileDevin Heitmueller1-0/+9
2010-10-21[media] cx231xx: Add initial support for Hauppauge USB-Live2Devin Heitmueller1-6/+27
2010-10-21[media] cx231xx: make video scaler work properlyDevin Heitmueller1-2/+0
2010-10-21[media] cx231xx: remove board specific initializationDevin Heitmueller1-34/+9
2010-10-21[media] cx231xx: add USB ID Hauppauge model 111301Devin Heitmueller1-0/+2
2010-10-21[media] cx231xx: add support for Hauppauge EXETERMichael Krufky1-2/+45
2010-10-21[media] cx231xx: Added support for Carraera, Shelby, RDx_253S and VIDEO_GRABBERPalash Bandyopadhyay1-24/+304
2010-09-28V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0)Mauro Carvalho Chehab1-6/+8
2010-09-28V4L/DVB: Don't identify PV SBTVD Hybrid as a DibCom deviceMauro Carvalho Chehab1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-16V4L/DVB (13687): cx231xx: use NULL when pointer is neededMárton Németh1-9/+9
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-2/+3
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-2/+2
2009-06-17V4L/DVB (11845): ir-kbd-i2c: Use initialization dataJean Delvare1-3/+0
2009-06-17V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding modelJean Delvare1-4/+7
2009-04-07V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-4/+1
2009-04-07V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil1-4/+4
2009-04-07V4L/DVB (11369): v4l2-subdev: add load_fw and use that instead of abusing cor...Hans Verkuil1-1/+1
2009-04-07V4L/DVB (11353): cx231xx: remove explicitly set v4l2_device.nameJanne Grunau1-2/+0
2009-04-07V4L/DVB (11352): cx231xx: use usb_interface.dev for v4l2_device_registerJanne Grunau1-1/+1
2009-04-07V4L/DVB (11134): cx231xx: dmesg cleanupMauro Carvalho Chehab1-19/+1
2009-04-07V4L/DVB (11132): cx231xx: usb probe cleanupsMauro Carvalho Chehab1-223/+189
2009-04-07V4L/DVB (11131): cx231xx: avoid trying to access unfilled dev structMauro Carvalho Chehab1-1/+1
2009-04-07V4L/DVB (11128): cx231xx: convert the calls to subdev formatSri Deevi1-16/+45
2009-04-07V4L/DVB (11038): Fix the issue with audio module & correction of NamesSri Deevi1-4/+4
2009-04-07V4L/DVB (10982): cx231xx: fix compile warningHans Verkuil1-1/+1
2009-04-07V4L/DVB (10958): cx231xx: some additional CodingStyle and minor fixesSri Deevi1-145/+103