aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/sn9c102/sn9c102_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab1-3421/+0
2012-05-14[media] v4l: fix compiler warningsHans Verkuil1-3/+1
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell1-2/+2
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman1-24/+1
2011-07-27[media] return -ENOTTY for unsupported ioctl's at legacy driversMauro Carvalho Chehab1-9/+1
2011-07-27[media] sn9c102: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAPMauro Carvalho Chehab1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21[media] video: sn9c102: world-wirtable sysfs filesVasiliy Kulikov1-3/+3
2010-12-30[media] v4l: fix handling of v4l2_input.capabilitiesHans Verkuil1-0/+1
2010-12-01[media] sn9c102: convert to unlocked_ioctlHans Verkuil1-1/+1
2010-05-19V4L/DVB: video/sn9c102: improve error handlingDan Carpenter1-2/+4
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-1/+0
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-22/+24
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-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 (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 Verkuil1-0/+20
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-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 (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil1-35/+25
2008-05-16byteorder: don't directly include linux/byteorder/generic.hHarvey Harrison1-1/+1
2008-04-24V4L/DVB (7480): make sn9c102_i2c_try_write() staticAdrian Bunk1-3/+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-01-25V4L/DVB (6591): Adds support for MT9V111 on sn9c102Luca Risolia1-2/+2
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 Risolia1-70/+103
2007-05-09V4L/DVB (5585): SN9C1xx driver updatesLuca Risolia1-48/+43
2007-04-27V4L/DVB (5504): Sn9c102: Make driver V4L2 not V4L1Trent Piepho1-15/+15
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 Piepho1-14/+27
2007-04-27V4L/DVB (5474): SN9C1xx driver updatesLuca Risolia1-76/+123
2007-02-21V4L/DVB (5062): SN9C102 driver updatesLuca Risolia1-160/+559
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-03-25V4L/DVB (3599b): Whitespace cleanups under drivers/mediaMauro Carvalho Chehab1-132/+132
2006-03-25V4L/DVB (3599a): Move drivers/usb/media to drivers/media/videoMauro Carvalho Chehab1-0/+2919