aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/sn9c102 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-19V4L/DVB (13003): Correct dangerous and inefficient msecs_to_jiffies() calculation in some V4L2 driversAndreas Mohr1-2/+4
2009-09-12V4L/DVB (12696): gspca - sonixj / sn9c102: Two drivers for 0c45:60fc and 0c45:613e.Jean-Francois Moine1-1/+1
2009-03-30V4L/DVB (11221): gspca - sonixj: Prefer sonixj instead of sn9c102 for 0471:0327.Hans de Goede1-2/+0
2009-03-30V4L/DVB (10679): gspca - sonixj: Handle the webcam 0c45:613c instead of sn9c102.Jean-Francois Moine1-0/+2
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-2/+2
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-11/+7
2008-12-29V4L/DVB (9711): gspca: Let gspca handle the webcams 045e:00f5 & 00f7 instead of sn9c102.Jean-Francois Moine1-0/+2
2008-12-29V4L/DVB (9680): gspca: Let gspca handle the webcam 0c45:613a instead of sn9c102.Jean-Francois Moine1-0/+2
2008-12-29V4L/DVB (9563): gspca: Let gspca handle the webcam 0471:0328 instead of sn9c102.Jean-Francois Moine1-0/+2
2008-12-29V4L/DVB (9560): gspca: Let gspca handle the webcam 0c45:602c instead of sn9c102.Jean-Francois Moine1-0/+2
2008-12-29V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-12/+12
2008-10-12V4L/DVB (8906): v4l-dvb: fix assorted sparse warningsHans Verkuil14-20/+32
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil1-7/+7
2008-09-04V4L/DVB (8880): PATCH: Fix parents on some webcam driversHans de Goede1-0/+1
2008-09-04V4L/DVB (8874): gspca: Adjust hstart for sn9c103/ov7630 and update usb-id's.Hans de Goede1-0/+4
2008-09-04V4L/DVB (8869): gspca: Move the Sonix webcams with TAS5110C1B from sn9c102 to gspca.Hans de Goede1-1/+3
2008-09-03V4L/DVB (8831): gspca: Resolve webcam conflicts between some drivers.Hans de Goede1-6/+7
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-1/+0
2008-07-26V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil1-1/+0
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-23V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil1-35/+25
2008-07-20V4L/DVB (8374): gspca: No conflict of 0c45:6011 with the sn9c102 driver.Hans de Goede1-2/+0
2008-05-16byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison1-1/+1
2008-04-24V4L/DVB (7527): media/video/sn9c102 replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-24V4L/DVB (7480): make sn9c102_i2c_try_write() staticAdrian Bunk2-6/+3
2008-04-24V4L/DVB (7402): add macro validation for v4l_compat_ioctl32Douglas Schilling Landgraf1-0/+2
2008-04-24V4L/DVB (7220): drivers/media/video/sn9c102/sn9c102_core.c Fix Unlikely(x) == yRoel Kluin1-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-04-21V4L: Storage class should be before const qualifier (sn9c102)Tobias Klauser1-1/+1
2008-01-25V4L/DVB (6591): Adds support for MT9V111 on sn9c102Luca Risolia4-2/+264
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-1/+0
2007-10-10V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers1-54/+58
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-07-18V4L/DVB (5765): SN9C1xx driver updatesLuca Risolia4-128/+356
2007-05-09V4L/DVB (5586): Use menuconfig objects II - V4LJan Engelhardt1-1/+1
2007-05-09V4L/DVB (5585): SN9C1xx driver updatesLuca Risolia15-226/+345
2007-04-27V4L/DVB (5504): Sn9c102: Make driver V4L2 not V4L1Trent Piepho2-16/+16
2007-04-27V4L/DVB (5503): Sn9c102: declare constant byte sequences as static constTrent Piepho1-3/+3
2007-04-27V4L/DVB (5502): Sn9c102: more efficient register writing codeTrent Piepho13-537/+320
2007-04-27V4L/DVB (5474): SN9C1xx driver updatesLuca Risolia15-210/+1184
2007-02-21V4L/DVB (5062): SN9C102 driver updatesLuca Risolia16-736/+1742
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-12-01usb: sn9c102_core free urb cleanupMariusz Kozlowski1-1/+1
2006-11-26V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC CameraLuca Risolia1-2/+1
2006-10-14V4L/DVB (4742): Drivers/media/video: handle sysfs errorsJeff Garzik1-17/+54
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-06-25V4L/DVB (4064): No drivers should use VIDIOC_*_OLDMauro Carvalho Chehab1-3/+0
2006-05-12V4L/DVB (3774): Create V4L1 config optionsMauro Carvalho Chehab1-1/+1