summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: msp3400: convert to the new control frameworkHans Verkuil2010-08-083-172/+110
* V4L/DVB: saa7115: convert to the new control frameworkHans Verkuil2010-08-081-100/+83
* V4L/DVB: v4l2: hook up the new control framework into the core frameworkHans Verkuil2010-08-083-15/+46
* V4L/DVB: v4l2-ctrls: Whitespace cleanupsMauro Carvalho Chehab2010-08-081-37/+37
* V4L/DVB: v4l2-ctrls: reorder 'case' statements to match order in headerHans Verkuil2010-08-081-13/+17
* V4L/DVB: v4l2: Add new control handling frameworkHans Verkuil2010-08-083-475/+1853
* V4L/DVB: v4l: s5p-fimc: Fix coding style issuesPawel Osciak2010-08-082-22/+44
* V4L/DVB: mt9m111: init chip after read CHIP_VERSIONMichael Grzeschik2010-08-081-4/+2
* V4L/DVB: mt9m111: Added indication that MT9M131 is supported by this driverPhilipp Wiesner2010-08-082-16/+25
* V4L/DVB: mx2_camera: add rising edge for pixclockMichael Grzeschik2010-08-081-0/+2
* V4L/DVB: mx2_camera: fix for list bufnum in frame_done_emmaMichael Grzeschik2010-08-081-1/+1
* V4L/DVB: V4L: do not autoselect components on embedded systemsGuennadi Liakhovetski2010-08-083-3/+3
* V4L/DVB: soc-camera: prohibit S_CROP, if internal G_CROP has failedGuennadi Liakhovetski2010-08-081-3/+6
* V4L/DVB: gspca - zc3xx: Redefine the exchanges of sensor mt9v111 (mi0360soc)Jean-François Moine2010-08-081-467/+307
* V4L/DVB: gspca - zc3xx: Add the light frequency control for sensor hv7131rJean-François Moine2010-08-081-118/+123
* V4L/DVB: gspca - zc3xx: Possible use of the highest alternate settingJean-François Moine2010-08-081-2/+0
* V4L/DVB: gspca - zc3xx: Do the sensor probe at resume timeJean-François Moine2010-08-081-15/+19
* V4L/DVB: gspca - zc3xx: Check the USB exchangesJean-François Moine2010-08-081-158/+171
* V4L/DVB: gspca - zc3xx: Cleanup sourceJean-François Moine2010-08-081-185/+200
* V4L/DVB: gspca - main: Fix a crash in gspca_frame_add()Jean-François Moine2010-08-081-4/+15
* V4L/DVB: v4l: Add driver for Samsung S5P SoC video postprocessorSylwester Nawrocki2010-08-087-0/+2868
* V4L/DVB: uvcvideo: Add support for Miricle 307K thermal webcamLaurent Pinchart2010-08-081-0/+9
* V4L/DVB: uvcvideo: Drop corrupted compressed framesLaurent Pinchart2010-08-083-14/+23
* V4L/DVB: IR keymap: Add print button for HP OEM version of MCE remoteAndy Walls2010-08-081-0/+2
* V4L/DVB: IR: Port ene driver to new IR subsystem and enable itMaxim Levitsky2010-08-084-401/+258
* V4L/DVB: STAGING: remove lirc_ene0100 driverMaxim Levitsky2010-08-082-0/+1416
* V4L/DVB: IR: report unknown scancodes the in-kernel decoders foundMaxim Levitsky2010-08-081-0/+8
* V4L/DVB: IR: extend interfaces to support more device settingsMaxim Levitsky2010-08-082-19/+94
* V4L/DVB: IR: add helper function for hardware with small o/b bufferMaxim Levitsky2010-08-083-1/+86
* V4L/DVB: IR: Allow not to compile keymaps inMaxim Levitsky2010-08-085-46/+27
* V4L/DVB: IR: NECX: support repeatMaxim Levitsky2010-08-082-2/+23
* V4L/DVB: IR: nec decoder: fix repeatMaxim Levitsky2010-08-081-1/+1
* V4L/DVB: IR: JVC: make repeat workMaxim Levitsky2010-08-081-1/+13
* V4L/DVB: IR: replace workqueue with kthreadMaxim Levitsky2010-08-082-12/+32
* V4L/DVB: IR: replace spinlock with mutexMaxim Levitsky2010-08-081-14/+14
* V4L/DVB: IR: minor fixesMaxim Levitsky2010-08-083-9/+12
* V4L/DVB: IR: Kconfig fixesMaxim Levitsky2010-08-081-3/+7
* V4L/DVB: IR: put newly ported streamzap driver in proper homeJarod Wilson2010-08-083-0/+754
* V4L/DVB: staging/lirc: port lirc_streamzap to ir-coreJarod Wilson2010-08-082-0/+82
* V4L/DVB: IR/mceusb: less generic callback name and remove cruftJarod Wilson2010-08-081-4/+2
* V4L/DVB: IR/mceusb: remove bad ir_input_dev useJarod Wilson2010-08-081-14/+1
* V4L/DVB: IR/imon: remove bad ir_input_dev useJarod Wilson2010-08-081-15/+0
* V4L/DVB: IR/imon: remove incorrect calls to input_free_deviceJarod Wilson2010-08-081-4/+1
* V4L/DVB: v4l2_subdev: Get rid of now unused IR pulse width definesAndy Walls2010-08-081-2/+2
* V4L/DVB: cx23885, cx25840: Change IR measurment records to use struct ir_raw_...Andy Walls2010-08-083-71/+91
* V4L/DVB: cx23885, cx25840: Report the actual length of an IR Rx timeout eventAndy Walls2010-08-083-18/+16
* V4L/DVB: cx23885, cx25840: Report IR max pulse width regardless of mod/demod useAndy Walls2010-08-082-24/+28
* V4L/DVB: cx23885: Change Kconfig dependencies to new IR_CORE functionsAndy Walls2010-08-081-1/+1
* V4L/DVB: cx23885: Require user to explicitly enable CX2388[57] IR via module ...Andy Walls2010-08-081-2/+19
* V4L/DVB: cx23885: Move AV Core irq handling to a work handlerAndy Walls2010-08-086-15/+97
OpenPOWER on IntegriCloud