index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
usbvision
/
usbvision-video.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4L/DVB (7503): usbvision: rename __PRETTY_FUNCTION__ occurrences
Thierry MERLE
2008-04-24
1
-3
/
+3
*
V4L/DVB (7502): v4l: video/usbvision replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-18
/
+18
*
V4L/DVB (7094): static memory
Douglas Schilling Landgraf
2008-04-24
1
-2
/
+2
*
drivers/media/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
*
V4L/DVB (6812): media: video: usbvision: remove ctrlUrbLock
Daniel Walker
2008-01-25
1
-1
/
+0
*
V4L/DVB (6811): media-video-usbvision-add-mutex_unlock-to-error-paths-fix
Andrew Morton
2008-01-25
1
-2
/
+3
*
V4L/DVB (6810): media: video: usbvision: add mutex_unlock() to error paths
Daniel Walker
2008-01-25
1
-0
/
+2
*
V4L/DVB (6400): usbvision: Convert the usbvision->lock semaphore to the mutex...
Matthias Kaehlcke
2008-01-25
1
-27
/
+27
*
V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field
Mauro Carvalho Chehab
2007-10-22
1
-3
/
+0
*
V4L/DVB (6293): V4L: convert struct class_device to struct device
Kay Sievers
2007-10-10
1
-55
/
+64
*
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
2007-10-09
1
-1
/
+0
*
usbvision-video: buggered method tables
Al Viro
2007-09-26
1
-3
/
+2
*
V4L/DVB (5900): usbvision: fix bugs [sg]_register functions
Trent Piepho
2007-07-30
1
-2
/
+3
*
V4L/DVB (5826): Usbvision: video mux cleanup
Thierry MERLE
2007-07-18
1
-2
/
+3
*
V4L/DVB (5704): Remove worthless references to obsolete MODULE_PARM macro.
Robert P. J. Day
2007-07-18
1
-23
/
+0
*
V4L/DVB (5644): Usbvision: video_ioctl2 conversion
Thierry MERLE
2007-07-18
1
-673
/
+780
*
V4L/DVB (5643): Usbvision: make common video and radio ioctls
Thierry MERLE
2007-07-18
1
-144
/
+22
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
V4L/DVB (5530): Usbvision: remove CustomDevice facility
Thierry MERLE
2007-04-27
1
-143
/
+0
*
V4L/DVB (5523): Usbvision: fix a debug message in usb probe function
Thierry MERLE
2007-04-27
1
-1
/
+1
*
V4L/DVB (5522): Usbvision: i2c function cleanups
Thierry MERLE
2007-04-27
1
-6
/
+6
*
V4L/DVB (5521): Usb_get_dev were called twice. Removing the extra call.
Mauro Carvalho Chehab
2007-04-27
1
-2
/
+0
*
V4L/DVB (5518): Fix a bug on device detection
Mauro Carvalho Chehab
2007-04-27
1
-0
/
+4
*
V4L/DVB (5517): Usbvision: store the device database more efficiently
Trent Piepho
2007-04-27
1
-11
/
+26
*
V4L/DVB (5516): Reduce usbvision data size
Mauro Carvalho Chehab
2007-04-27
1
-3
/
+5
*
V4L/DVB (5515): Use a better format to represent usbvision supported boards
Mauro Carvalho Chehab
2007-04-27
1
-27
/
+20
*
V4L/DVB (5304): Improve chip matching in v4l2_register
Hans Verkuil
2007-03-01
1
-2
/
+2
*
V4L/DVB (5206): Usbvision: set alternate interface modification
Thierry MERLE
2007-02-21
1
-10
/
+45
*
V4L/DVB (5205): Usbvision: dynamic allocation for frames
Thierry MERLE
2007-02-21
1
-22
/
+35
*
V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTER
Trent Piepho
2007-02-21
1
-26
/
+14
*
V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal only
Trent Piepho
2007-02-21
1
-6
/
+6
*
V4L/DVB (5032): Improves some USBVision info messages
Dwaine Garden
2007-02-21
1
-8
/
+8
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[PATCH] mark struct file_operations const 4
Arjan van de Ven
2007-02-12
1
-3
/
+3
*
[PATCH] usbvision missing __user
Al Viro
2007-02-09
1
-1
/
+1
*
V4L/DVB (5019): Fix the frame->grabstate update in read() entry point.
Thierry MERLE
2007-01-15
1
-2
/
+1
*
V4L/DVB (4979): Fixes compilation when CONFIG_V4L1_COMPAT is not selected
Dwaine Garden
2006-12-27
1
-45
/
+89
*
V4L/DVB (4970): Usbvision memory fixes
Thierry MERLE
2006-12-27
1
-10
/
+4
*
V4L/DVB (4959): Usbvision: possible cleanups
Adrian Bunk
2006-12-27
1
-1
/
+1
*
V4L/DVB (4953): Usbvision minor fixes
Thierry MERLE
2006-12-10
1
-10
/
+18
*
V4L/DVB (4951): Add version.h, since it is required for VIDIOC_QUERYCAP
Mauro Carvalho Chehab
2006-12-10
1
-0
/
+1
*
V4L/DVB (4941): Remove LINUX_VERSION_CODE and fix identations
Mauro Carvalho Chehab
2006-12-10
1
-22
/
+4
*
V4L/DVB (4942): Whitespace cleanups
Mauro Carvalho Chehab
2006-12-10
1
-1
/
+1
*
V4L/DVB (4937): Usbvision cleanup and code reorganization
Thierry MERLE
2006-12-10
1
-0
/
+2060