summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-03-22[media] rc/keymaps: Use KEY_VIDEO for Video SourceMauro Carvalho Chehab17-22/+22
2011-03-22[media] rc/keymaps: use KEY_CAMERA for snapshotsMauro Carvalho Chehab8-8/+9
2011-03-22[media] lirc_zilog: Update TODO list based on work completed and revised plansAndy Walls1-26/+25
2011-03-22[media] lirc_zilog: Fix somewhat confusing information messages in ir_probe()Andy Walls1-1/+3
2011-03-22[media] lirc_zilog: Add locking of the i2c_clients when in useAndy Walls1-4/+37
2011-03-22[media] lirc_zilog: Add ref counting of struct IR, IR_tx, and IR_rxAndy Walls1-204/+380
2011-03-22[media] lirc_zilog: Move constants from ir_probe() into the lirc_driver templateAndy Walls1-12/+15
2011-03-22[media] lirc_zilog: Always allocate a Rx lirc_buffer objectAndy Walls1-31/+31
2011-03-22[media] lirc_zilog: Remove unneeded rx->buf_lockAndy Walls1-14/+9
2011-03-22[media] lirc_zilog: Don't acquire the rx->buf_lock in the poll() functionAndy Walls1-7/+14
2011-03-22[media] lirc_zilog: Use kernel standard methods for marking device non-seekableAndy Walls1-7/+2
2011-03-22[media] lirc_zilog: Convert the instance open count to an atomic_tAndy Walls1-10/+5
2011-03-22[media] lirc_zilog: Convert ir_device instance array to a linked listAndy Walls1-28/+31
2011-03-22[media] lirc_zilog: Remove broken, ineffective reference countingAndy Walls1-31/+1
2011-03-22[media] lirc_zilog: Restore checks for existence of the IR_tx objectAndy Walls1-7/+20
2011-03-22[media] hdpvr: i2c master enhancementsJarod Wilson1-17/+50
2011-03-22[media] imon: add more panel scancode mappingsJarod Wilson1-1/+10
2011-03-22[media] tm6000: fix s-video inputDmitri Belimov4-24/+43
2011-03-22[media] lirc: remove staging lirc_it87 and lirc_ite8709 driversJuan J. Garcia de Soria5-1699/+0
2011-03-22[media] ite-cir: Fix some CodingStyle issuesMauro Carvalho Chehab2-24/+29
2011-03-22[media] rc: New rc-based ite-cir driver for several ITE CIRsJuan J. Garcia de Soria4-0/+2226
2011-03-22[media] drivers/media/rc/Kconfig: use tabs, instead of spacesMauro Carvalho Chehab1-11/+11
2011-03-22[media] saa7134: Fix strange kconfig dependency on RC_CORESteven Rostedt1-0/+1
2011-03-22[media] STV0288 added full frontend statusMalcolm Priestley1-2/+5
2011-03-22[media] gspca - zc3xx: Add exposure control for sensor hv7131rJean-François Moine1-7/+69
2011-03-22[media] gspca - main: Add endpoint direction test in alt_xferPatrice Chotard1-1/+2
2011-03-22[media] gspca - nw80x: Fix exposure for some webcamsJean-François Moine1-0/+3
2011-03-22[media] gspca - nw80x: Get the sensor ID when bridge et31x110Jean-François Moine1-0/+20
2011-03-22[media] gspca - nw80x: Fix some image resolutionsJean-François Moine1-3/+13
2011-03-22[media] gspca - nw80x: Check the bridge from the webcam typeJean-François Moine1-68/+78
2011-03-22[media] gspca - nw80x: Fix the gain, exposure and autogainJean-François Moine1-89/+46
2011-03-22[media] gspca - nw80x: Do some initialization at probe timeJean-François Moine1-30/+55
2011-03-22[media] gspca - nw80x: The webcam dsb-c110 is the same as the twinkleJean-François Moine1-181/+1
2011-03-22[media] gspca - nw80x: Cleanup sourceJean-François Moine1-208/+65
2011-03-22[media] v4l2: use new flag to enable core priority handlingHans Verkuil6-13/+18
2011-03-22[media] ivtv: replace ugly casts with a proper container_ofHans Verkuil1-50/+50
2011-03-22[media] ivtv: add missing v4l2_fh_exitHans Verkuil1-0/+1
2011-03-22[media] vivi: convert to core priority handlingHans Verkuil1-13/+4
2011-03-22[media] dsbr100: ensure correct disconnect sequenceHans Verkuil1-47/+12
2011-03-22[media] dsbr100: convert to unlocked_ioctlHans Verkuil1-48/+31
2011-03-22[media] v4l2-device: add kref and a release functionHans Verkuil2-0/+26
2011-03-22[media] cx18: use core priority handlingHans Verkuil3-61/+0
2011-03-22[media] cx18: use v4l2_fh as preparation for adding core priority supportHans Verkuil3-41/+61
2011-03-22[media] ivtv: convert to core priority handlingHans Verkuil3-45/+15
2011-03-22[media] v4l2-ioctl: add priority handling supportHans Verkuil9-15/+72
2011-03-22[media] v4l2-fh: add v4l2_fh_is_singularHans Verkuil1-0/+14
2011-03-22[media] v4l2-fh: add v4l2_fh_open and v4l2_fh_release helper functionsHans Verkuil1-0/+28
2011-03-22[media] v4l2-fh: implement v4l2_priority supportHans Verkuil1-0/+4
2011-03-22[media] v4l2: add v4l2_prio_state to v4l2_device and video_deviceHans Verkuil2-0/+7
2011-03-22[media] v4l2_prio: move from v4l2-common to v4l2-devHans Verkuil2-63/+64