index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
usbvision
/
usbvision-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
V4L/DVB (7503): usbvision: rename __PRETTY_FUNCTION__ occurrences
Thierry MERLE
1
-2
/
+4
2008-04-24
V4L/DVB (7502): v4l: video/usbvision replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-12
/
+13
2008-04-24
V4L/DVB (7094): static memory
Douglas Schilling Landgraf
1
-6
/
+8
2008-01-25
V4L/DVB (7024): usbvision: YUV to RGB conversion fixes
Thierry MERLE
1
-134
/
+166
2008-01-25
V4L/DVB (6995): ubvision: add adjust_X_Offset/adjust_Y_Offset parms
Thierry MERLE
1
-0
/
+19
2008-01-25
V4L/DVB (6812): media: video: usbvision: remove ctrlUrbLock
Daniel Walker
1
-3
/
+0
2008-01-25
V4L/DVB (6400): usbvision: Convert the usbvision->lock semaphore to the mutex...
Matthias Kaehlcke
1
-2
/
+6
2007-10-09
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
1
-1
/
+0
2007-07-18
V4L/DVB (5826): Usbvision: video mux cleanup
Thierry MERLE
1
-18
/
+15
2007-07-18
V4L/DVB (5644): Usbvision: video_ioctl2 conversion
Thierry MERLE
1
-4
/
+4
2007-07-18
V4L/DVB (5642): add comment that VO_MODE is also being set.
David Warman
1
-1
/
+1
2007-06-08
V4L/DVB (5720): Usbvision: fix urb allocation and submits
Thierry Merle
1
-29
/
+53
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-27
V4L/DVB (5522): Usbvision: i2c function cleanups
Thierry MERLE
1
-1
/
+1
2007-04-27
V4L/DVB (5517): Usbvision: store the device database more efficiently
Trent Piepho
1
-4
/
+4
2007-02-21
V4L/DVB (5206): Usbvision: set alternate interface modification
Thierry MERLE
1
-4
/
+29
2007-02-21
V4L/DVB (5205): Usbvision: dynamic allocation for frames
Thierry MERLE
1
-12
/
+23
2007-02-21
V4L/DVB (5018): Make usbvision_rvfree() static
Adrian Bunk
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2006-12-27
V4L/DVB (5012): Usbvision fix: It was using "&&" instead "&"
Alexey Dobriyan
1
-1
/
+1
2006-12-27
V4L/DVB (4970): Usbvision memory fixes
Thierry MERLE
1
-36
/
+12
2006-12-27
V4L/DVB (4959): Usbvision: possible cleanups
Adrian Bunk
1
-14
/
+19
2006-12-10
V4L/DVB 4949b: Fix container_of pointer retreival
Thierry MERLE
1
-1
/
+1
2006-12-10
V4L/DVB (4949a): Fix INIT_WORK
Mauro Carvalho Chehab
1
-4
/
+4
2006-12-10
V4L/DVB (4953): Usbvision minor fixes
Thierry MERLE
1
-0
/
+1
2006-12-10
V4L/DVB (4941): Remove LINUX_VERSION_CODE and fix identations
Mauro Carvalho Chehab
1
-17
/
+5
2006-12-10
V4L/DVB (4942): Whitespace cleanups
Mauro Carvalho Chehab
1
-1
/
+1
2006-12-10
V4L/DVB (4937): Usbvision cleanup and code reorganization
Thierry MERLE
1
-3556
/
+290
2006-12-10
V4L/DVB (4936): Make MT4049FM5 tuner to set FM Gain to Normal
Thierry MERLE
1
-2
/
+0
2006-12-10
V4L/DVB (4934): Usbvision radio requires GainNormal at e register
Mauro Carvalho Chehab
1
-0
/
+3
2006-12-10
V4L/DVB (4933): Usbvision_v4l2: radio interface / tda9887 problem ?
Thierry MERLE
1
-167
/
+67
2006-12-10
V4L/DVB (4932): Usbvision_v4l2: fix norm setting problems
Thierry MERLE
1
-54
/
+45
2006-12-10
V4L/DVB (4930): Usbvision_v4l2 : mmap corrected to get all frames
Thierry MERLE
1
-46
/
+59
2006-12-10
V4L/DVB (4929): Read() implementation + format set/get simplifications
Thierry MERLE
1
-156
/
+167
2006-12-10
V4L/DVB (4928): Usbvision_v4l2 robustness on disconnect
Thierry
1
-9
/
+8
2006-12-10
V4L/DVB (4927): Enhancements on usbvision driver
Thierry MERLE
1
-295
/
+356
2006-12-10
V4L/DVB (4926): Fix USBVision handling of VIDIOC_QUERYCTRL
Dwaine Garden
1
-217
/
+182
2006-12-10
V4L/DVB (4924): Fix some bugs on usbvision due to the merge into one module
Thierry MERLE
1
-2
/
+4
2006-12-10
V4L/DVB (4923): Splitted usbvision cards from usbvison.h
Mauro Carvalho Chehab
1
-4
/
+12
2006-12-10
V4L/DVB (4922): Add usbvision driver
Mauro Carvalho Chehab
1
-0
/
+5880