summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-27[media] v4l2-ctrls: always send an event if a control changed implicitlyHans Verkuil1-1/+6
2011-07-27[media] v4l2-ctrls.c: copy-and-paste error: user_to_new -> new_to_userHans Verkuil1-1/+1
2011-07-27[media] pwc: clean-up header filesHans de Goede7-367/+3
2011-07-27[media] pwc: Enable power-management by default on tested modelsHans de Goede1-0/+6
2011-07-27[media] pwc: Add v4l2 controls for pan/tilt on Logitech QuickCam Orbit/SphereHans de Goede3-1/+66
2011-07-27[media] pwc: Allow dqbuf / read to complete while waiting for controlsHans de Goede3-4/+38
2011-07-27[media] pwc: Replace control code with v4l2-ctrls frameworkHans de Goede4-1084/+823
2011-07-27[media] pwc: properly allocate dma-able memory for ISO buffersHans de Goede2-59/+28
2011-07-27[media] pwc: Allow multiple opensHans de Goede3-18/+42
2011-07-27[media] pwc: Move various initialization to driver load and / or stream startHans de Goede7-246/+114
2011-07-27[media] pwc: Make power-saving a per device optionHans de Goede3-37/+35
2011-07-27[media] pwc: Remove some unused PWC_INT_PIPE left oversHans de Goede1-8/+0
2011-07-27[media] pwc: Get rid of error_status and unplugged variablesHans de Goede3-23/+41
2011-07-27[media] pwc: Fix non CodingStyle compliant 3 space indent in pwc.hHans de Goede1-63/+68
2011-07-27[media] pwc: Replace private buffer management code with videobuf2Hans de Goede7-808/+275
2011-07-27[media] pwc: remove __cplusplus guards from private headerHans de Goede1-10/+0
2011-07-27[media] pwc: Remove a bunch of bogus sanity checks / don't return EFAULT wronglyHans de Goede3-45/+5
2011-07-27[media] gspca: s/strncpy/strlcpy/Hans de Goede2-4/+4
2011-07-27[media] gspca_sunplus: Fix streaming on logitech quicksmart 420Hans de Goede1-3/+0
2011-07-27[media] gspca: Add new se401 camera driverHans de Goede4-0/+876
2011-07-27[media] gspca: reset image_len to 0 on LAST_PACKET when discarding frameHans de Goede1-1/+4
2011-07-27[media] gspca - ov519: Fix a LED inversionJean-François Moine1-1/+2
2011-07-27[media] gspca - ov519: Fix sensor detection problemsJean-François Moine1-0/+3
2011-07-27[media] firedtv: change some -EFAULT returns to more fitting error codesStefan Richter2-19/+17
2011-07-27[media] return -ENOTTY for unsupported ioctl's at legacy driversMauro Carvalho Chehab4-25/+4
2011-07-27[media] v4l2 core: return -ENOTTY if an ioctl doesn't existMauro Carvalho Chehab1-2/+2
2011-07-27[media] dvb-bt8xx: Don't return -EFAULT when a device is not foundMauro Carvalho Chehab1-2/+2
2011-07-27[media] nxt6000: i2c bus error should return -EIOMauro Carvalho Chehab1-1/+1
2011-07-27[media] siano: bad parameter is -EINVAL and not -EFAULTMauro Carvalho Chehab1-1/+1
2011-07-27[media] marvell-cam: use S/G DMA by defaultJonathan Corbet1-1/+1
2011-07-27[media] marvell-cam: Working s/g DMAJonathan Corbet3-42/+266
2011-07-27[media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACKHans Verkuil1-1/+2
2011-07-27[media] v4l2-ctrls/v4l2-events: small coding style cleanupsHans Verkuil2-5/+3
2011-07-27[media] v4l2-ctrls: v4l2_ctrl_handler_setup code simplificationHans Verkuil1-9/+4
2011-07-27[media] v4l2-ctrls: split try_or_set_ext_ctrls()Hans Verkuil1-47/+41
2011-07-27[media] v4l2-ctrls: improve discovery of controls of the same clusterHans Verkuil1-136/+143
2011-07-27[media] v4l2-ctrls: don't initially set CH_VALUE for write-only controlsHans Verkuil1-2/+4
2011-07-27[media] v4l2-event: add optional merge and replace callbacksHans Verkuil1-1/+30
2011-07-27[media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of j...Hans Verkuil10-106/+39
2011-07-27[media] v4l2-ctrls/event: remove struct v4l2_ctrl_fh, instead use v4l2_subscr...Hans Verkuil2-53/+31
2011-07-27[media] v4l2-events/fh: merge v4l2_events into v4l2_fhHans Verkuil7-101/+39
2011-07-27[media] V4L: ov9740: Add suspend/resumeAndrew Chew1-0/+28
2011-07-27[media] V4L: ov9740: Reorder video and core opsAndrew Chew1-93/+93
2011-07-27[media] V4L: ov9740: Remove hardcoded resolution regsAndrew Chew1-96/+114
2011-07-27[media] V4L: ov9740: Fixed some settingsAndrew Chew1-1/+9
2011-07-27[media] V4L: ov9740: Correct print in ov9740_reg_rmw()Andrew Chew1-2/+4
2011-07-27[media] V4L: ov9740: Cleanup hex casing inconsistenciesAndrew Chew1-56/+55
2011-07-27[media] V4L: at91: add Atmel Image Sensor Interface (ISI) supportJosh Wu3-0/+1057
2011-07-27[media] V4L: soc-camera: remove several now unused soc-camera client operationsGuennadi Liakhovetski1-12/+5
2011-07-27[media] V4L: mt9m111: switch to v4l2-subdev .s_power() methodGuennadi Liakhovetski1-12/+39