2 * USB USBVISION Video device driver 0.9.8.3cvs (For Kernel 2.4.19-2.4.32 + 2.6.0-2.6.16)
6 * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de>
8 * This module is part of usbvision driver project.
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 * Let's call the version 0.... until compression decoding is completely
27 * This driver is written by Jose Ignacio Gijon and Joerg Heckenbach.
28 * It was based on USB CPiA driver written by Peter Pregler,
29 * Scott J. Bertin and Johannes Erdfelt
30 * Ideas are taken from bttv driver by Ralph Metzler, Marcus Metzler &
31 * Gerd Knorr and zoran 36120/36125 driver by Pauline Middelink
32 * Updates to driver completed by Dwaine P. Garden
36 * Mar. 2000 - 15.12.2000: (0.0.0 - 0.2.0)
37 * Several alpha drivers and the first beta.
39 * Since Dec. 2000: (0.2.1) or (v2.1)
40 * Code changes or updates by Dwaine Garden and every other person.
42 * Added: New Hauppauge TV device Vendor ID: 0x0573
44 * (Thanks to Giovanni Garberoglio)
46 * Added: UK Hauppauge WinTV-USB Vendor ID: 0x0573
48 * (Thanks to Derek Freeman-Jones)
50 * Feb, 2001 - Apr 08, 2001: (0.3.0)
51 * - Some fixes. Driver is now more stable.
52 * - Scratch is organized as ring-buffer now for better performance
53 * - DGA (overlay) is now supported.
54 * !!!!Danger!!!! Clipping is not yet implemented. Your system will
55 * crash if your video window leaves the screen!!!
56 * - Max. Framesize is set to 320x240. There isn't more memory on the
57 * nt1003 video device for the FIFO.
58 * - Supported video palettes: RGB565, RGB555, RGB24, RGB32
61 * Apr 15, 2001: (0.3.1-test...)
62 * - Clipping is implemented
63 * - NTSC is now coloured (Thanks to Dwaine Garden)
64 * - Added SECAM colour detection in saa7111-new
65 * - Added: French Hauppauge WinTV USB Vendor ID: 0x0573
67 * (Thanks to Julius Hrivnac)
68 * - Added: US Hauppauge WINTV USB Vendor ID: 0x0573
70 * (Thanks to Derrick J Brashear)
71 * - Changes for adding new devices. There's now a table in usbvision.h.
72 * Adding your devices data to the usbvision_device_data table is all
73 * you need to add a new device.
75 * May 11, 2001: (0.3.2-test...) (Thanks to Derek Freeman-Jones)
76 * - Support YUV422 raw format for people with hardware scaling.
77 * - Only power on the device when opened (use option PowerOnAtOpen=0 to disable it).
78 * - Turn off audio so we can listen to Line In.
80 * July 5, 2001 - (Patch the driver to run with Kernel 2.4.6)
81 * - Fixed a problem with the number of parameters passed to video_register_device.
83 * July 6, 2001 - Added: HAUPPAUGE WINTV-USB FM USA Vendor ID: 0x0573
85 * (Thanks to Braddock Gaskill)
86 * Added: USBGear USBG-V1 resp. HAMA USB
89 * (Thanks to Bradley A. Singletary and Juergen Weigert)
91 * Jan 24, 2002 - (0.3.3-test...)
92 * - Moved all global variables that are device specific the usb_usbvision struct
93 * - Fixed the 64x48 unchangable image in xawtv when starting it with overlay
94 * - Add VideoNorm and TunerType to the usb_device_data table
95 * - Checked the audio channels and mute for HAUPPAUGE WinTV USB FM
96 * - Implemented the power on when opening the device. But some software opens
97 * the device several times when starting. So the i2c parts are just registered
98 * by an open, when they become deregistered by the next close. You can speed
99 * up tuner detection, when adding "options tuner addr=your_addr" to /etc/modules.conf
100 * - Begin to resize the frame in width and height. So it will be possible to watch i.e.
101 * 384x288 pixels at 23 fps.
104 * - Added radio device
107 * Jul 30, 2002 - (Thanks Cameron Maxwell)
108 * - Changes to usbvision.h --fixed usbvision device data structure, incorrectly had (0x0573, 0x4d21) for WinTV-USB II, should be 0x4d20.
109 * - Changes for device WinTV-USB II (0x0573. 0x4D21). It does not have a FM tuner.
110 * - Added the real device HAUPPAUGE WINTV-USB II (PAL) to the device structure in usbvision.h.
111 * - Changes to saa7113-new, the video is 8 bit data for the Phillips SAA7113 not 16bit like SAA7111.
112 * - Tuned lots of setup registers for the Phillips SAA7113 video chipset.
113 * - Changes to the supplied makefile. (Dwaine Garden) Still needs to be fixed so it will compile modules on different distrubutions.
116 * Aug 10, 2002 - (Thanks Mike Klinke)
117 * - Changes to usbvision.txt -- Fixed instructions on the location to copy the contents of the tgz file.
118 * - Added device WinTV-USB FM Model 621 (0x0573. 0x4D30). There is another device which carries the same name. Kept that device in the device structure.
120 * Aug 12, 2002 - Dwaine Garden
121 * - Added the ability to read the NT100x chip for the MaxISOPacketLength and USB Bandwidth
122 * Setting of the video device.
123 * - Adjustments to the SAA7113H code for proper video output.
124 * - Changes to usbvision.h, so all the devices with FM tuners are working.
126 * Feb 10, 2003 - Joerg Heckenbach
127 * - fixed endian bug for Motorola PPC
129 * Feb 13, 2003 - Joerg Heckenbach
130 * - fixed Vin_Reg setting and presetting from usbvision_device_data()
132 * Apr 19, 2003 - Dwaine Garden
133 * - Fixed compiling errors under RedHat v9.0. from uvirt_to_kva and usbvision_mmap. (Thanks Cameron Maxwell)
134 * - Changed pte_offset to pte_offset_kernel.
135 * - Changed remap_page_range and added additional parameter to function.
136 * - Change setup parameters for the D-Link V100 USB device
137 * - Added a new device to the usbvision driver. Pinnacle Studio PCTV USB (PAL) 0x2304 0x0110
138 * - Screwed up the sourceforge.net cvs respository! 8*)
140 * Apr 22, 2002 - Dwaine Garden
141 * - Added a new device to the usbvision driver. Dazzle DVC-80 (PAL) 0x07d0 0x0004. (Thanks Carl Anderson)
142 * - Changes to some of the comments.
144 * June 06, 2002 - Ivan, Dwaine Garden
145 * - Ivan updates for fine tuning device parameters without driver recompiling. (Ivan)
146 * - Changes to some of the comments. (Dwaine Garden)
147 * - Changes to the makefile - Better CPU settings. (Ivan)
148 * - Changes to device Hauppauge WinTv-USB III (PAL) FM Model 568 - Fine tuning parameters (Ivan)
151 * Oct 16, 2003 - 0.9.0 - Joerg Heckenbach
152 * - Implementation of the first part of the decompression algorithm for intra frames.
153 * The resolution has to be 320x240. A dynamic adaption of compression deepth is
156 * Oct 22, 2003 - 0.9.1 - Joerg Heckenbach
157 * - Implementation of the decompression algorithm for inter frames.
158 * The resolution still has to be 320x240.
160 * Nov 2003 - Feb 2004 - 0.9.2 to 0.9.3 - Joerg Heckenbach
161 * - Implement last unknown compressed block type. But color is still noisy.
162 * - Finding criteria for adaptive compression adjustment.
163 * - Porting to 2.6 kernels, but still working under 2.4
165 * Feb 04, 2004 - 0.9.4 Joerg Heckenbach
166 * - Found bug in color decompression. Color is OK now.
168 * Feb 09, 2004 - 0.9.5 Joerg Heckenbach
169 * - Add auto-recognition of chip type NT1003 or NT1004.
170 * - Add adaptive compression adjustment.
171 * - Patched saa7113 multiplexer switching (Thanks to Orlando F.S. Bordoni)
173 * Feb 24, 2004 - 0.9.6 Joerg Heckenbach
174 * - Add a timer to wait before poweroff at close, to save start time in
175 * some video applications
177 * Mar 4, 2004 - 0.9.6 Dwaine Garden
178 * - Added device Global Village GV-007 (NTSC) to usbvision.h (Thanks to Abe Skolnik)
179 * - Forgot to add this device to the driver. 8*)
181 * June 2, 2004 - 0.9.6 Dwaine Garden
182 * - Fixed sourceforge.net cvs repository.
183 * - Added #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,26) for .owner to help compiling under kernels 2.4.x which do not have the i2c v2.8.x updates.
184 * - Added device Hauppauge WinTv-USB III (PAL) FM Model 597 to usbvision.h
186 * July 1, 2004 -0.9.6 Dwaine Garden
187 * - Patch was submitted by Hal Finkel to fix the problem with the tuner not working under kernel 2.6.7.
190 * July 30, 2004 - 0.9.6 Dwaine Garden
191 * - Patch was submitted by Tobias Diaz to fix Model ID mismatch in usbvision.h.
194 * August 12, 2004 - 0.9.6 Dwaine Garden
195 * - Updated the readme file so people could install the driver under the configuration file for kernel 2.6.x recompiles. Now people can use make xconfig!
196 * - Added new device "Camtel Technology Corp TVB330-USB FM".
197 * - Sourceforge.net CVS has been updated with all the changes.
199 * August 20, 2004 - 0.9.7 Dwaine Garden
200 * - Added Device "Hauppauge USB Live Model 600"
201 * - Fixed up all the devices which did not have a default tuner type in usbvision.h. It's best guess, at least until someone with the device tells me otherwise.
202 * - Sourceforge.net CVS has been updated with all the changes.
203 * - Clean up the driver.
205 * September 13, 2004 - 0.9.8 Dwaine Garden
206 * - Changed usbvision_muxsel to address the problem with black & white s-video output for NT1004 devices with saa7114 video decoder. Thanks to Emmanuel for the patch and testing.
207 * - Fixed up SECAM devices which could not properly output video. Changes to usbmuxsel. Thanks to Emmanuel for the patch and everyone with a SECAM device which help test.
208 * - Removed some commented out code. Clean up.
209 * - Tried to fix up the annoying empty directories in the sourceforge.net cvs. Fuck it up again. 8*(
211 * November 15, 2004 - 0.9.8 Dwaine Garden
212 * - Release new tar - 0.9.8 on sourceforge.net
213 * - Added some new devices to usbvision.h WinTV USB Model 602 40201 Rev B282, Hauppague WinTV USB Model 602 40201 Rev B285
214 * - Added better compatibility for 2.6.x kernels.
215 * - Hardware full screen scaling in grabdisplay mode.
216 * - Better support for sysfs. More code to follow for both video device and radio device. Device information is located at /sys/class/video4linux/video0
217 * - Added module_param so loaded module parameters are displayed in sysfs. Driver parameters should show up in /sys/module/usbvision
218 * - Adjusted the SAA7111 registers to match the 2.6.x kernel SAA7111 code. Thanks to the person which helped test.
219 * - Changed to wait_event_interruptible. For all the people running Fedora 2.
220 * - Added some screenshots of actual video captures on sourceforge.net.
222 * November 24, 2004 - 0.9.8.1cvs Dwaine Garden
223 * - Added patch to check for palette and format in VIDIOCSPICT. Helix Producer should work fine with the driver now. Thanks Jason Simpson
224 * - Two device description changes and two additions for the maintainer of usb.ids.
226 * December 2, 2004 - 0.9.8.1cvs Dwaine Garden
227 * - Added patch for YUV420P and YUV422P video output. Thanks to Alex Smith.
228 * - Better support for mythtv.
230 * January 2, 2005 - 0.9.8.1cvs Dwaine Garden
231 * - Setup that you can specify which device is used for video. Default is auto detect next available device number eg. /dev/videoX
232 * - Setup that you can specify which device is used for radio. Default is auto detect next available device number eg. /dev/radioX
233 * - usb_unlink_urb() is deprecated for synchronous unlinks. Using usb_kill_urb instead.
234 * - usbvision_kvirt_to_pa is deprecated. Removed.
235 * - Changes are related to kernel changes for 2.6.10. (Fedora 4)
237 * February 2, 2005 - 0.9.8.1cvs Dwaine Garden
238 * - Added a new device to usbvision.h Dazzle DVC 50. Thanks to Luiz S.
240 * March 29, 2005 - 0.9.8.1cvs Dwaine Garden
241 * - Fixed compile error with saa7113 under kernels 2.6.11+
242 * - Added module parameter to help people with Black and White output with using s-video input. Some cables and input device are wired differently.
243 * - Removed the .id from the i2c usbvision template. There was a change to the i2c with kernels 2.6.11+.
245 * April 9, 2005 - 0.9.8.1cvs Dwaine Garden
246 * - Added in the 2.4 and 2.6 readme files the SwitchSVideoInput parameter information. This will help people setup the right values for the parameter.
247 * If your device experiences Black and White images with the S-Video Input. Set this parameter to 1 when loading the module.
248 * - Replaced the wrong 2.6 readme file. I lost the right version. Someone sent me the right version by e-mail. Thanks.
249 * - Released new module version on sourceforge.net. So everyone can enjoy all the fixes and additional device support.
251 * April 20, 2005 - 0.9.8.2cvs Dwaine Garden
252 * - Release lock in usbvision_v4l_read_done. -Thanks to nplanel for the patch.
253 * - Additional comments to the driver.
254 * - Fixed some spelling mistakes. 8*)
256 * April 23, 2005 - 0.9.8.2cvs Joerg Heckenbach
257 * - Found bug in usbvision line counting. Now there should be no spurious lines in the image any longer.
258 * - Swapped usbvision_register_video and usbvision_configure_video to fix problem with PowerOnAtOpen=0.
259 * Thanks to Erwan Velu
261 * April 26, 2005 - 0.9.8.2cvs Joerg Heckenbach
262 * - Fixed problem with rmmod module and oppses. Replaced vfree(usbvision->overlay_base) with iounmap(usbvision->overlay_base).
263 * - Added function usb_get_dev(dev) and ; To help with unloading the module multiple times without crashing.
264 * (Keep the reference count in kobjects correct)
266 * June 14, 2005 - 0.9.8.2cvs Dwaine
267 * - Missed a change in saa7113.c for checking kernel version. Added conditional if's.
269 * June 15, 2005 - 0.9.8.2cvs Dwaine
270 * - Added new device WinTV device VendorId 0573 and ProductId 4d29.
271 * - Hacked some support for newer NT1005 devices. This devices only seem to have one configuration, not multiple configurations like the NT1004.
273 * June 29, 2005 - 0.9.8.2cvs Dwaine
274 * - Added new device WinTV device VendorId 0573 and ProductId 4d37.
275 * - Because of the first empty entry in usbvision_table, modutils failed to create the necessary entries for modules.usbmap.
276 * This means hotplug won't work for usbvision. Thanks to Gary Ng.
277 * - Sent an e-mail to the maintainer of usb.ids. New devices identified need to be added.
278 * - Fixed compile error with saa7113 under kernel 2.6.12.
280 * July 6, 2005 - 0.9.8.2cvs Dwaine
281 * - Patch submitted by Gary Ng for two additional procfs entries. Device Input and Frequency setting.
283 * July 12, 2005 - 0.9.8.2cvs Dwaine
284 * - New tuner identified for some devices it's called TCL_MFPE05. This tuner uses the same API as tuner 38 in tuner.c.
285 * - Thanks to lynx31 for contacting Hauppage and asking them.
286 * - I have no clue as to which devices use this new tuner, so people will have to contact me and tell me.
288 * July 21, 2005 - 0.9.8.2cvs Dwaine
289 * - Patched usbvision.c with missing ifdef kernversion statement so the module will compile with older kernels and v4l.
290 * - Thanks to cipe007......
292 * May 19, 2006 - 0.9.8.3cvs Dwaine
293 * - Patched usbvision.c and i2c-algo.c so they will compile with kernel 2.6.16
294 * - Adjust device "Pinnacle Studio PCTV USB (PAL) FM" values in usbvision.h
296 * May 24, 2006 - 0.9.8.3cvs Dwaine
297 * -Pinnacle Studio PCTV USB (NTSC) FM uses saa7111, not saa7113 like first thought.
298 * -Updated usbvision.h
300 * Aug 15, 2006 - 0.9.8.3cvs Dwaine
301 * -Added saa711x module into cvs, since the newer saa7115 module in newer kernels is v4l2. The usbvision driver is only v4l.
302 * -Updated makefile to put compiled modules into correct location.
304 * Aug 21, 2006 - 0.9.8.3cvs Dwaine
305 * -Changed number of bytes for i2c write to 4 as per the NT100X spec sheet. Thanks to Merlum for finding it.
306 * -Remove the radio option for device Hauppauge WinTV USB device Model 40219 Rev E189. This device does not have a FM radio. Thanks to Shadwell.
307 * -Added radio option for device Hauppauge WinTV USB device Model 40219 Rev E189 again. Just got an e-mail indicating their device has one. 8*)
309 * Aug 27, 2006 - 0.9.8.3cvs Dwaine
310 * -Changed ifdef statement so the usbvision driver will compile with kernels at 2.6.12.
311 * -Updated readme files for new updated tuner list for v4l devices.
316 * - use submit_urb for all setup packets
317 * - Fix memory settings for nt1004. It is 4 times as big as the
319 * - Add audio on endpoint 3 for nt1004 chip. Seems impossible, needs a codec interface. Which one?
320 * - Clean up the driver.
321 * - optimization for performance.
322 * - Add Videotext capability (VBI). Working on it.....
323 * - Check audio for other devices
324 * - Add v4l2 interface
328 #include <linux/kernel.h>
329 #include <linux/sched.h>
330 #include <linux/list.h>
331 #include <linux/timer.h>
332 #include <linux/slab.h>
333 #include <linux/mm.h>
334 #include <linux/utsname.h>
335 #include <linux/highmem.h>
336 #include <linux/smp_lock.h>
337 #include <linux/videodev.h>
338 #include <linux/vmalloc.h>
339 #include <linux/module.h>
340 #include <linux/init.h>
341 #include <linux/spinlock.h>
342 #include <linux/usb.h>
344 #include <linux/videodev2.h>
345 #include <linux/video_decoder.h>
346 #include <linux/i2c.h>
347 #include "usbvision-i2c.h"
349 #define USBVISION_DRIVER_VERSION_MAJOR 0
350 #define USBVISION_DRIVER_VERSION_MINOR 8
351 #define USBVISION_DRIVER_VERSION_PATCHLEVEL 0
353 #define USBVISION_VERSION __stringify(USBVISION_DRIVER_VERSION_MAJOR) "." __stringify(USBVISION_DRIVER_VERSION_MINOR) "." __stringify(USBVISION_DRIVER_VERSION_PATCHLEVEL) " " USBVISION_DRIVER_VERSION_COMMENT
354 #define USBVISION_DRIVER_VERSION KERNEL_VERSION(USBVISION_DRIVER_VERSION_MAJOR,USBVISION_DRIVER_VERSION_MINOR,USBVISION_DRIVER_VERSION_PATCHLEVEL)
356 #include <media/saa7115.h>
357 #include <media/v4l2-common.h>
358 #include <media/tuner.h>
359 #include <media/audiochip.h>
361 #include <linux/moduleparam.h>
362 #include <linux/workqueue.h>
365 #include <linux/kmod.h>
368 #include "usbvision.h"
369 #include "usbvision_ioctl.h"
372 #define DRIVER_VERSION "0.9.8.3cvs for Linux kernels 2.4.19-2.4.32 + 2.6.0-2.6.17, compiled at "__DATE__", "__TIME__
373 #define EMAIL "joerg@heckenbach-aw.de"
374 #define DRIVER_AUTHOR "Joerg Heckenbach <joerg@heckenbach-aw.de>, Dwaine Garden <DwaineGarden@rogers.com>"
375 #define DRIVER_DESC "USBVision USB Video Device Driver for Linux"
376 #define DRIVER_LICENSE "GPL"
377 #define DRIVER_ALIAS "USBVision"
379 #define ENABLE_HEXDUMP 0 /* Enable if you need it */
382 #define USBVISION_DEBUG /* Turn on debug messages */
384 #ifdef USBVISION_DEBUG
385 #define PDEBUG(level, fmt, args...) \
386 if (debug & (level)) info("[%s:%d] " fmt, __PRETTY_FUNCTION__, __LINE__ , ## args)
388 #define PDEBUG(level, fmt, args...) do {} while(0)
391 #define DBG_IOCTL 1<<3
394 #define DBG_HEADER 1<<7
395 #define DBG_PROBE 1<<8
397 #define DBG_ISOC 1<<10
398 #define DBG_PARSE 1<<11
399 #define DBG_SCRATCH 1<<12
400 #define DBG_FUNC 1<<13
401 #define DBG_I2C 1<<14
403 #define DEBUG(x...) /* General Debug */
404 #define IODEBUG(x...) /* Debug IO */
405 #define OVDEBUG(x...) /* Debug overlay */
406 #define MDEBUG(x...) /* Debug memory management */
409 #define rmspace(str) while(*str==' ') str++;
410 #define goto2next(str) while(*str!=' ') str++; while(*str==' ') str++;
413 static int usbvision_nr = 0; // sequential number of usbvision device
416 static const int max_imgwidth = MAX_FRAME_WIDTH;
417 static const int max_imgheight = MAX_FRAME_HEIGHT;
418 static const int min_imgwidth = MIN_FRAME_WIDTH;
419 static const int min_imgheight = MIN_FRAME_HEIGHT;
421 #define FRAMERATE_MIN 0
422 #define FRAMERATE_MAX 31
426 ISOC_MODE_YUV422 = 0x03,
427 ISOC_MODE_YUV420 = 0x14,
428 ISOC_MODE_COMPRESS = 0x60,
432 * The value of 'scratch_buf_size' affects quality of the picture
433 * in many ways. Shorter buffers may cause loss of data when client
434 * is too slow. Larger buffers are memory-consuming and take longer
435 * to work with. This setting can be adjusted, but the default value
436 * should be OK for most desktop users.
438 #define DEFAULT_SCRATCH_BUF_SIZE (0x20000) // 128kB memory scratch buffer
439 static const int scratch_buf_size = DEFAULT_SCRATCH_BUF_SIZE;
441 static int init_brightness = 128; // Initalize the brightness of the video device
442 static int init_contrast = 192; // Initalize the contrast of the video device
443 static int init_saturation = 128; // Initalize the staturation mode of the video device
444 static int init_hue = 128; // Initalize the Hue settings of the video device
446 // Function prototypes
447 static int usbvision_restart_isoc(struct usb_usbvision *usbvision);
448 static int usbvision_begin_streaming(struct usb_usbvision *usbvision);
449 static int usbvision_muxsel(struct usb_usbvision *usbvision, int channel, int norm);
450 static int usbvision_i2c_write(void *data, unsigned char addr, char *buf, short len);
451 static int usbvision_i2c_read(void *data, unsigned char addr, char *buf, short len);
452 static int usbvision_read_reg(struct usb_usbvision *usbvision, unsigned char reg);
453 static int usbvision_write_reg(struct usb_usbvision *usbvision, unsigned char reg, unsigned char value);
454 static int usbvision_request_intra (struct usb_usbvision *usbvision);
455 static int usbvision_unrequest_intra (struct usb_usbvision *usbvision);
456 static int usbvision_adjust_compression (struct usb_usbvision *usbvision);
457 static int usbvision_measure_bandwidth (struct usb_usbvision *usbvision);
458 static void usbvision_release(struct usb_usbvision *usbvision);
459 static int usbvision_set_input(struct usb_usbvision *usbvision);
460 static int usbvision_set_output(struct usb_usbvision *usbvision, int width, int height);
461 static void call_i2c_clients(struct usb_usbvision *usbvision, unsigned int cmd, void *arg);
464 // Bit flags (options)
465 #define FLAGS_RETRY_VIDIOCSYNC (1 << 0)
466 #define FLAGS_MONOCHROME (1 << 1)
467 #define FLAGS_DISPLAY_HINTS (1 << 2)
468 #define FLAGS_OSD_STATS (1 << 3)
469 #define FLAGS_FORCE_TESTPATTERN (1 << 4)
470 #define FLAGS_SEPARATE_FRAMES (1 << 5)
471 #define FLAGS_CLEAN_FRAMES (1 << 6)
473 // Default initalization of device driver parameters
474 static int flags = 0; // Set the default Overlay Display mode of the device driver
475 static int debug = 0; // Set the default Debug Mode of the device driver
476 static int isocMode = ISOC_MODE_COMPRESS; // Set the default format for ISOC endpoint
477 static int adjustCompression = 1; // Set the compression to be adaptive
478 static int dga = 1; // Set the default Direct Graphic Access
479 static int PowerOnAtOpen = 1; // Set the default device to power on at startup
480 static int SwitchSVideoInput = 0; // To help people with Black and White output with using s-video input. Some cables and input device are wired differently.
481 static int video_nr = -1; // Sequential Number of Video Device
482 static int radio_nr = -1; // Sequential Number of Radio Device
483 static int vbi_nr = -1; // Sequential Number of VBI Device
484 static char *CustomDevice=NULL; // Set as nothing....
486 // Grab parameters for the device driver
488 #if defined(module_param) // Showing parameters under SYSFS
489 module_param(flags, int, 0444);
490 module_param(debug, int, 0444);
491 module_param(isocMode, int, 0444);
492 module_param(adjustCompression, int, 0444);
493 module_param(dga, int, 0444);
494 module_param(PowerOnAtOpen, int, 0444);
495 module_param(SwitchSVideoInput, int, 0444);
496 module_param(video_nr, int, 0444);
497 module_param(radio_nr, int, 0444);
498 module_param(vbi_nr, int, 0444);
499 module_param(CustomDevice, charp, 0444);
501 MODULE_PARM(flags, "i"); // Grab the Overlay Display mode of the device driver
502 MODULE_PARM(debug, "i"); // Grab the Debug Mode of the device driver
503 MODULE_PARM(isocMode, "i"); // Grab the video format of the video device
504 MODULE_PARM(adjustCompression, "i"); // Grab the compression to be adaptive
505 MODULE_PARM(dga, "i"); // Grab the Direct Graphic Access
506 MODULE_PARM(PowerOnAtOpen, "i"); // Grab the device to power on at startup
507 MODULE_PARM(SwitchSVideoInput, "i"); // To help people with Black and White output with using s-video input. Some cables and input device are wired differently.
508 MODULE_PARM(video_nr, "i"); // video_nr option allows to specify a certain /dev/videoX device (like /dev/video0 or /dev/video1 ...)
509 MODULE_PARM(radio_nr, "i"); // radio_nr option allows to specify a certain /dev/radioX device (like /dev/radio0 or /dev/radio1 ...)
510 MODULE_PARM(vbi_nr, "i"); // vbi_nr option allows to specify a certain /dev/vbiX device (like /dev/vbi0 or /dev/vbi1 ...)
511 MODULE_PARM(CustomDevice, "s"); // .... CustomDevice
514 MODULE_PARM_DESC(flags, " Set the default Overlay Display mode of the device driver. Default: 0 (Off)");
515 MODULE_PARM_DESC(debug, " Set the default Debug Mode of the device driver. Default: 0 (Off)");
516 MODULE_PARM_DESC(isocMode, " Set the default format for ISOC endpoint. Default: 0x60 (Compression On)");
517 MODULE_PARM_DESC(adjustCompression, " Set the ADPCM compression for the device. Default: 1 (On)");
518 MODULE_PARM_DESC(dga, " Set the Direct Graphic Access for the device. Default: 1 (On)");
519 MODULE_PARM_DESC(PowerOnAtOpen, " Set the default device to power on when device is opened. Default: 1 (On)");
520 MODULE_PARM_DESC(SwitchSVideoInput, " Set the S-Video input. Some cables and input device are wired differently. Default: 0 (Off)");
521 MODULE_PARM_DESC(video_nr, "Set video device number (/dev/videoX). Default: -1 (autodetect)");
522 MODULE_PARM_DESC(radio_nr, "Set radio device number (/dev/radioX). Default: -1 (autodetect)");
523 MODULE_PARM_DESC(vbi_nr, "Set vbi device number (/dev/vbiX). Default: -1 (autodetect)");
524 MODULE_PARM_DESC(CustomDevice, " Define the fine tuning parameters for the device. Default: null");
528 MODULE_AUTHOR(DRIVER_AUTHOR);
529 MODULE_DESCRIPTION(DRIVER_DESC);
530 MODULE_LICENSE(DRIVER_LICENSE);
531 MODULE_VERSION(DRIVER_VERSION);
532 MODULE_ALIAS(DRIVER_ALIAS);
535 static unsigned int autoload = 1;
537 static unsigned int autoload = 0;
541 /****************************************************************************************/
542 /* SYSFS Code - Copied from the stv680.c usb module. */
543 /* Device information is located at /sys/class/video4linux/video0 */
544 /* Device parameters information is located at /sys/module/usbvision */
545 /* Device USB Information is located at /sys/bus/usb/drivers/USBVision Video Grabber */
546 /****************************************************************************************/
549 #define YES_NO(x) ((x) ? "Yes" : "No")
551 static inline struct usb_usbvision *cd_to_usbvision(struct class_device *cd)
553 struct video_device *vdev = to_video_device(cd);
554 return video_get_drvdata(vdev);
557 static ssize_t show_version(struct class_device *cd, char *buf)
559 return sprintf(buf, "%s\n", DRIVER_VERSION);
561 static CLASS_DEVICE_ATTR(version, S_IRUGO, show_version, NULL);
563 static ssize_t show_model(struct class_device *class_dev, char *buf)
565 struct video_device *vdev = to_video_device(class_dev);
566 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
567 return sprintf(buf, "%s\n", usbvision_device_data[usbvision->DevModel].ModelString);
569 static CLASS_DEVICE_ATTR(model, S_IRUGO, show_model, NULL);
571 static ssize_t show_hue(struct class_device *class_dev, char *buf)
573 struct video_device *vdev = to_video_device(class_dev);
574 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
575 return sprintf(buf, "%d\n", usbvision->hue >> 8);
577 static CLASS_DEVICE_ATTR(hue, S_IRUGO, show_hue, NULL);
579 static ssize_t show_contrast(struct class_device *class_dev, char *buf)
581 struct video_device *vdev = to_video_device(class_dev);
582 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
583 return sprintf(buf, "%d\n", usbvision->contrast >> 8);
585 static CLASS_DEVICE_ATTR(contrast, S_IRUGO, show_contrast, NULL);
587 static ssize_t show_brightness(struct class_device *class_dev, char *buf)
589 struct video_device *vdev = to_video_device(class_dev);
590 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
591 return sprintf(buf, "%d\n", usbvision->brightness >> 8);
593 static CLASS_DEVICE_ATTR(brightness, S_IRUGO, show_brightness, NULL);
595 static ssize_t show_saturation(struct class_device *class_dev, char *buf)
597 struct video_device *vdev = to_video_device(class_dev);
598 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
599 return sprintf(buf, "%d\n", usbvision->saturation >> 8);
601 static CLASS_DEVICE_ATTR(saturation, S_IRUGO, show_saturation, NULL);
603 static ssize_t show_streaming(struct class_device *class_dev, char *buf)
605 struct video_device *vdev = to_video_device(class_dev);
606 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
607 return sprintf(buf, "%s\n", YES_NO(usbvision->streaming));
609 static CLASS_DEVICE_ATTR(streaming, S_IRUGO, show_streaming, NULL);
611 static ssize_t show_overlay(struct class_device *class_dev, char *buf)
613 struct video_device *vdev = to_video_device(class_dev);
614 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
615 return sprintf(buf, "%s\n", YES_NO(usbvision->overlay));
617 static CLASS_DEVICE_ATTR(overlay, S_IRUGO, show_overlay, NULL);
619 static ssize_t show_compression(struct class_device *class_dev, char *buf)
621 struct video_device *vdev = to_video_device(class_dev);
622 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
623 return sprintf(buf, "%s\n", YES_NO(usbvision->isocMode==ISOC_MODE_COMPRESS));
625 static CLASS_DEVICE_ATTR(compression, S_IRUGO, show_compression, NULL);
627 static ssize_t show_device_bridge(struct class_device *class_dev, char *buf)
629 struct video_device *vdev = to_video_device(class_dev);
630 struct usb_usbvision *usbvision = video_get_drvdata(vdev);
631 return sprintf(buf, "%d\n", usbvision->bridgeType);
633 static CLASS_DEVICE_ATTR(bridge, S_IRUGO, show_device_bridge, NULL);
635 static void usbvision_create_sysfs(struct video_device *vdev)
638 video_device_create_file(vdev, &class_device_attr_version);
639 video_device_create_file(vdev, &class_device_attr_model);
640 video_device_create_file(vdev, &class_device_attr_hue);
641 video_device_create_file(vdev, &class_device_attr_contrast);
642 video_device_create_file(vdev, &class_device_attr_brightness);
643 video_device_create_file(vdev, &class_device_attr_saturation);
644 video_device_create_file(vdev, &class_device_attr_streaming);
645 video_device_create_file(vdev, &class_device_attr_overlay);
646 video_device_create_file(vdev, &class_device_attr_compression);
647 video_device_create_file(vdev, &class_device_attr_bridge);
651 static void usbvision_remove_sysfs(struct video_device *vdev)
654 video_device_remove_file(vdev, &class_device_attr_version);
655 video_device_remove_file(vdev, &class_device_attr_model);
656 video_device_remove_file(vdev, &class_device_attr_hue);
657 video_device_remove_file(vdev, &class_device_attr_contrast);
658 video_device_remove_file(vdev, &class_device_attr_brightness);
659 video_device_remove_file(vdev, &class_device_attr_saturation);
660 video_device_remove_file(vdev, &class_device_attr_streaming);
661 video_device_remove_file(vdev, &class_device_attr_overlay);
662 video_device_remove_file(vdev, &class_device_attr_compression);
663 video_device_remove_file(vdev, &class_device_attr_bridge);
668 /*******************************/
669 /* Memory management functions */
670 /*******************************/
673 * Here we want the physical address of the memory.
674 * This is used when initializing the contents of the area.
678 void *usbvision_rvmalloc(unsigned long size)
683 size = PAGE_ALIGN(size);
684 mem = vmalloc_32(size);
688 memset(mem, 0, size); /* Clear the ram out, no junk to the user */
689 adr = (unsigned long) mem;
691 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
692 mem_map_reserve(vmalloc_to_page((void *)adr));
694 SetPageReserved(vmalloc_to_page((void *)adr));
703 void usbvision_rvfree(void *mem, unsigned long size)
710 adr = (unsigned long) mem;
711 while ((long) size > 0) {
712 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
713 mem_map_unreserve(vmalloc_to_page((void *)adr));
715 ClearPageReserved(vmalloc_to_page((void *)adr));
729 static void usbvision_hexdump(const unsigned char *data, int len)
734 for (i = k = 0; len > 0; i++, len--) {
735 if (i > 0 && (i % 16 == 0)) {
739 k += sprintf(&tmp[k], "%02x ", data[i]);
747 /* These procedures handle the scratch ring buffer */
748 int scratch_len(struct usb_usbvision *usbvision) /*This returns the amount of data actually in the buffer */
750 int len = usbvision->scratch_write_ptr - usbvision->scratch_read_ptr;
752 len += scratch_buf_size;
754 PDEBUG(DBG_SCRATCH, "scratch_len() = %d\n", len);
760 /* This returns the free space left in the buffer */
761 int scratch_free(struct usb_usbvision *usbvision)
763 int free = usbvision->scratch_read_ptr - usbvision->scratch_write_ptr;
765 free += scratch_buf_size;
768 free -= 1; /* at least one byte in the buffer must */
769 /* left blank, otherwise there is no chance to differ between full and empty */
771 PDEBUG(DBG_SCRATCH, "return %d\n", free);
777 void *debug_memcpy(void *dest, void *src, size_t len)
779 printk(KERN_DEBUG "memcpy(%p, %p, %d);\n", dest, src, len);
780 return memcpy(dest, src, len);
784 /* This puts data into the buffer */
785 int scratch_put(struct usb_usbvision *usbvision, unsigned char *data, int len)
789 if (usbvision->scratch_write_ptr + len < scratch_buf_size) {
790 memcpy(usbvision->scratch + usbvision->scratch_write_ptr, data, len);
791 usbvision->scratch_write_ptr += len;
794 len_part = scratch_buf_size - usbvision->scratch_write_ptr;
795 memcpy(usbvision->scratch + usbvision->scratch_write_ptr, data, len_part);
796 if (len == len_part) {
797 usbvision->scratch_write_ptr = 0; /* just set write_ptr to zero */
800 memcpy(usbvision->scratch, data + len_part, len - len_part);
801 usbvision->scratch_write_ptr = len - len_part;
805 PDEBUG(DBG_SCRATCH, "len=%d, new write_ptr=%d\n", len, usbvision->scratch_write_ptr);
810 /* This marks the write_ptr as position of new frame header */
811 void scratch_mark_header(struct usb_usbvision *usbvision)
813 PDEBUG(DBG_SCRATCH, "header at write_ptr=%d\n", usbvision->scratch_headermarker_write_ptr);
815 usbvision->scratch_headermarker[usbvision->scratch_headermarker_write_ptr] =
816 usbvision->scratch_write_ptr;
817 usbvision->scratch_headermarker_write_ptr += 1;
818 usbvision->scratch_headermarker_write_ptr %= USBVISION_NUM_HEADERMARKER;
821 /* This gets data from the buffer at the given "ptr" position */
822 int scratch_get_extra(struct usb_usbvision *usbvision, unsigned char *data, int *ptr, int len)
825 if (*ptr + len < scratch_buf_size) {
826 memcpy(data, usbvision->scratch + *ptr, len);
830 len_part = scratch_buf_size - *ptr;
831 memcpy(data, usbvision->scratch + *ptr, len_part);
832 if (len == len_part) {
833 *ptr = 0; /* just set the y_ptr to zero */
836 memcpy(data + len_part, usbvision->scratch, len - len_part);
837 *ptr = len - len_part;
841 PDEBUG(DBG_SCRATCH, "len=%d, new ptr=%d\n", len, *ptr);
847 /* This sets the scratch extra read pointer */
848 void scratch_set_extra_ptr(struct usb_usbvision *usbvision, int *ptr, int len)
850 *ptr = (usbvision->scratch_read_ptr + len)%scratch_buf_size;
852 PDEBUG(DBG_SCRATCH, "ptr=%d\n", *ptr);
856 /*This increments the scratch extra read pointer */
857 void scratch_inc_extra_ptr(int *ptr, int len)
859 *ptr = (*ptr + len) % scratch_buf_size;
861 PDEBUG(DBG_SCRATCH, "ptr=%d\n", *ptr);
865 /* This gets data from the buffer */
866 int scratch_get(struct usb_usbvision *usbvision, unsigned char *data, int len)
869 if (usbvision->scratch_read_ptr + len < scratch_buf_size) {
870 memcpy(data, usbvision->scratch + usbvision->scratch_read_ptr, len);
871 usbvision->scratch_read_ptr += len;
874 len_part = scratch_buf_size - usbvision->scratch_read_ptr;
875 memcpy(data, usbvision->scratch + usbvision->scratch_read_ptr, len_part);
876 if (len == len_part) {
877 usbvision->scratch_read_ptr = 0; /* just set the read_ptr to zero */
880 memcpy(data + len_part, usbvision->scratch, len - len_part);
881 usbvision->scratch_read_ptr = len - len_part;
885 PDEBUG(DBG_SCRATCH, "len=%d, new read_ptr=%d\n", len, usbvision->scratch_read_ptr);
891 /* This sets read pointer to next header and returns it */
892 int scratch_get_header(struct usb_usbvision *usbvision,struct usbvision_frame_header *header)
896 PDEBUG(DBG_SCRATCH, "from read_ptr=%d", usbvision->scratch_headermarker_read_ptr);
898 while (usbvision->scratch_headermarker_write_ptr -
899 usbvision->scratch_headermarker_read_ptr != 0) {
900 usbvision->scratch_read_ptr =
901 usbvision->scratch_headermarker[usbvision->scratch_headermarker_read_ptr];
902 usbvision->scratch_headermarker_read_ptr += 1;
903 usbvision->scratch_headermarker_read_ptr %= USBVISION_NUM_HEADERMARKER;
904 scratch_get(usbvision, (unsigned char *)header, USBVISION_HEADER_LENGTH);
905 if ((header->magic_1 == USBVISION_MAGIC_1)
906 && (header->magic_2 == USBVISION_MAGIC_2)
907 && (header->headerLength == USBVISION_HEADER_LENGTH)) {
908 errCode = USBVISION_HEADER_LENGTH;
909 header->frameWidth = header->frameWidthLo + (header->frameWidthHi << 8);
910 header->frameHeight = header->frameHeightLo + (header->frameHeightHi << 8);
919 /*This removes len bytes of old data from the buffer */
920 void scratch_rm_old(struct usb_usbvision *usbvision, int len)
923 usbvision->scratch_read_ptr += len;
924 usbvision->scratch_read_ptr %= scratch_buf_size;
925 PDEBUG(DBG_SCRATCH, "read_ptr is now %d\n", usbvision->scratch_read_ptr);
929 /*This resets the buffer - kills all data in it too */
930 void scratch_reset(struct usb_usbvision *usbvision)
932 PDEBUG(DBG_SCRATCH, "\n");
934 usbvision->scratch_read_ptr = 0;
935 usbvision->scratch_write_ptr = 0;
936 usbvision->scratch_headermarker_read_ptr = 0;
937 usbvision->scratch_headermarker_write_ptr = 0;
938 usbvision->isocstate = IsocState_NoFrame;
943 /* Here comes the OVERLAY stuff */
945 /* Tell the interrupt handler what to to. */
947 void usbvision_cap(struct usb_usbvision* usbvision, int on)
949 DEBUG(printk(KERN_DEBUG "usbvision_cap: overlay was %d, set it to %d\n", usbvision->overlay, on);)
952 usbvision->overlay = 1;
955 usbvision->overlay = 0;
962 /* append a new clipregion to the vector of video_clips */
964 void usbvision_new_clip(struct v4l2_format* vf, struct v4l2_clip* vcp, int x, int y, int w, int h)
966 vcp[vf->fmt.win.clipcount].c.left = x;
967 vcp[vf->fmt.win.clipcount].c.top = y;
968 vcp[vf->fmt.win.clipcount].c.width = w;
969 vcp[vf->fmt.win.clipcount].c.height = h;
970 vf->fmt.win.clipcount++;
974 #define mark_pixel(x,y) usbvision->clipmask[((x) + (y) * MAX_FRAME_WIDTH)/32] |= 0x00000001<<((x)%32)
975 #define clipped_pixel(index) usbvision->clipmask[(index)/32] & (0x00000001<<((index)%32))
978 void usbvision_built_overlay(struct usb_usbvision* usbvision, int count, struct v4l2_clip *vcp)
980 usbvision->overlay_win = usbvision->overlay_base +
981 (signed int)usbvision->vid_win.fmt.win.w.left * usbvision->depth / 8 +
982 (signed int)usbvision->vid_win.fmt.win.w.top * usbvision->vid_buf.fmt.bytesperline;
984 IODEBUG(printk(KERN_DEBUG "built_overlay base=%p, win=%p, bpl=%d, clips=%d, size=%dx%d\n",
985 usbvision->overlay_base, usbvision->overlay_win,
986 usbvision->vid_buf.fmt.bytesperline, count,
987 usbvision->vid_win.fmt.win.w.width, usbvision->vid_win.fmt.win.w.height);)
990 /* Add here generation of clipping mask */
992 int x_start, x_end, y_start, y_end;
993 int clip_index, x, y;
995 memset(usbvision->clipmask, 0, USBVISION_CLIPMASK_SIZE);
997 OVDEBUG(printk(KERN_DEBUG "clips = %d\n", count);)
999 for(clip_index = 0; clip_index < count; clip_index++) {
1000 OVDEBUG(printk(KERN_DEBUG "clip: %d,%d,%d,%d\n", vcp[clip_index].x,
1002 vcp[clip_index].width,
1003 vcp[clip_index].height);)
1005 x_start = vcp[clip_index].c.left;
1006 if(x_start >= (int)usbvision->vid_win.fmt.win.w.width) {
1007 OVDEBUG(printk(KERN_DEBUG "x_start=%d\n", x_start);)
1008 continue; //clipping window is right of overlay window
1010 x_end = x_start + vcp[clip_index].c.width;
1012 OVDEBUG(printk(KERN_DEBUG "x_end=%d\n", x_end);)
1013 continue; //clipping window is left of overlay window
1016 y_start = vcp[clip_index].c.top;
1017 if(y_start >= (int)usbvision->vid_win.fmt.win.w.height) {
1018 OVDEBUG(printk(KERN_DEBUG "y_start=%d\n", y_start);)
1019 continue; //clipping window is below overlay window
1021 y_end = y_start + vcp[clip_index].c.height;
1023 OVDEBUG(printk(KERN_DEBUG "y_end=%d\n", y_end);)
1024 continue; //clipping window is above overlay window
1027 //clip the clipping window
1031 if (x_end > (int)usbvision->vid_win.fmt.win.w.width) {
1032 x_end = (int)usbvision->vid_win.fmt.win.w.width;
1037 if (y_end > (int)usbvision->vid_win.fmt.win.w.height) {
1038 y_end = (int)usbvision->vid_win.fmt.win.w.height;
1041 OVDEBUG(printk(KERN_DEBUG "clip_o: %d,%d,%d,%d\n", x_start, y_start, x_end, y_end);)
1045 for(y = y_start; y < y_end; y++) {
1046 for(x = x_start; x < x_end; x++) {
1057 void usbvision_osd_char(struct usb_usbvision *usbvision,
1058 struct usbvision_frame *frame, int x, int y, int ch)
1060 static const unsigned short digits[16] = {
1078 unsigned short digit;
1081 if ((usbvision == NULL) || (frame == NULL))
1084 if (ch >= '0' && ch <= '9')
1086 else if (ch >= 'A' && ch <= 'F')
1087 ch = 10 + (ch - 'A');
1088 else if (ch >= 'a' && ch <= 'f')
1089 ch = 10 + (ch - 'a');
1094 for (iy = 0; iy < 5; iy++) {
1095 for (ix = 0; ix < 3; ix++) {
1096 if (digit & 0x8000) {
1097 // USBVISION_PUTPIXEL(frame, x + ix, y + iy,
1098 // 0xFF, 0xFF, 0xFF);
1106 void usbvision_osd_string(struct usb_usbvision *usbvision,
1107 struct usbvision_frame *frame,
1108 int x, int y, const char *str)
1111 usbvision_osd_char(usbvision, frame, x, y, *str);
1113 x += 4; /* 3 pixels character + 1 space */
1118 * usb_usbvision_osd_stats()
1120 * On screen display of important debugging information.
1123 void usbvision_osd_stats(struct usb_usbvision *usbvision,
1124 struct usbvision_frame *frame)
1126 const int y_diff = 8;
1131 sprintf(tmp, "%8x", usbvision->frame_num);
1132 usbvision_osd_string(usbvision, frame, x, y, tmp);
1135 sprintf(tmp, "%8lx", usbvision->isocUrbCount);
1136 usbvision_osd_string(usbvision, frame, x, y, tmp);
1139 sprintf(tmp, "%8lx", usbvision->urb_length);
1140 usbvision_osd_string(usbvision, frame, x, y, tmp);
1143 sprintf(tmp, "%8lx", usbvision->isocDataCount);
1144 usbvision_osd_string(usbvision, frame, x, y, tmp);
1147 sprintf(tmp, "%8lx", usbvision->header_count);
1148 usbvision_osd_string(usbvision, frame, x, y, tmp);
1151 sprintf(tmp, "%8lx", usbvision->scratch_ovf_count);
1152 usbvision_osd_string(usbvision, frame, x, y, tmp);
1155 sprintf(tmp, "%8lx", usbvision->isocSkipCount);
1156 usbvision_osd_string(usbvision, frame, x, y, tmp);
1159 sprintf(tmp, "%8lx", usbvision->isocErrCount);
1160 usbvision_osd_string(usbvision, frame, x, y, tmp);
1163 sprintf(tmp, "%8x", usbvision->saturation);
1164 usbvision_osd_string(usbvision, frame, x, y, tmp);
1167 sprintf(tmp, "%8x", usbvision->hue);
1168 usbvision_osd_string(usbvision, frame, x, y, tmp);
1171 sprintf(tmp, "%8x", usbvision->brightness >> 8);
1172 usbvision_osd_string(usbvision, frame, x, y, tmp);
1175 sprintf(tmp, "%8x", usbvision->contrast >> 12);
1176 usbvision_osd_string(usbvision, frame, x, y, tmp);
1182 * usbvision_testpattern()
1184 * Procedure forms a test pattern (yellow grid on blue background).
1187 * fullframe: if TRUE then entire frame is filled, otherwise the procedure
1188 * continues from the current scanline.
1189 * pmode 0: fill the frame with solid blue color (like on VCR or TV)
1190 * 1: Draw a colored grid
1193 void usbvision_testpattern(struct usb_usbvision *usbvision, int fullframe,
1196 static const char proc[] = "usbvision_testpattern";
1197 struct usbvision_frame *frame;
1200 int scan_length = 0;
1201 static int num_pass = 0;
1203 if (usbvision == NULL) {
1204 printk(KERN_ERR "%s: usbvision == NULL\n", proc);
1207 if ((usbvision->curFrameNum < 0)
1208 || (usbvision->curFrameNum >= USBVISION_NUMFRAMES)) {
1209 printk(KERN_ERR "%s: usbvision->curFrameNum=%d.\n", proc,
1210 usbvision->curFrameNum);
1214 /* Grab the current frame */
1215 frame = &usbvision->frame[usbvision->curFrameNum];
1217 /* Optionally start at the beginning */
1220 frame->scanlength = 0;
1223 /* Form every scan line */
1224 for (; frame->curline < frame->frmheight; frame->curline++) {
1227 f = frame->data + (usbvision->curwidth * 3 * frame->curline);
1228 for (i = 0; i < usbvision->curwidth; i++) {
1229 unsigned char cb = 0x80;
1230 unsigned char cg = 0;
1231 unsigned char cr = 0;
1234 if (frame->curline % 32 == 0)
1235 cb = 0, cg = cr = 0xFF;
1236 else if (i % 32 == 0) {
1237 if (frame->curline % 32 == 1)
1239 cb = 0, cg = cr = 0xFF;
1246 num_pass * 2) & 0xFF;
1249 num_pass * 3) & 0xFF;
1252 /* Just the blue screen */
1262 frame->grabstate = FrameState_Done;
1263 frame->scanlength += scan_length;
1266 /* We do this unconditionally, regardless of FLAGS_OSD_STATS */
1267 usbvision_osd_stats(usbvision, frame);
1271 * Here comes the data parsing stuff that is run as interrupt
1275 * usbvision_find_header()
1277 * Locate one of supported header markers in the scratch buffer.
1279 static enum ParseState usbvision_find_header(struct usb_usbvision *usbvision)
1281 struct usbvision_frame *frame;
1282 int foundHeader = 0;
1284 if (usbvision->overlay) {
1285 frame = &usbvision->overlay_frame;
1288 frame = &usbvision->frame[usbvision->curFrameNum];
1291 while (scratch_get_header(usbvision, &frame->isocHeader) == USBVISION_HEADER_LENGTH) {
1292 // found header in scratch
1293 PDEBUG(DBG_HEADER, "found header: 0x%02x%02x %d %d %d %d %#x 0x%02x %u %u",
1294 frame->isocHeader.magic_2,
1295 frame->isocHeader.magic_1,
1296 frame->isocHeader.headerLength,
1297 frame->isocHeader.frameNum,
1298 frame->isocHeader.framePhase,
1299 frame->isocHeader.frameLatency,
1300 frame->isocHeader.dataFormat,
1301 frame->isocHeader.formatParam,
1302 frame->isocHeader.frameWidth,
1303 frame->isocHeader.frameHeight);
1305 if (usbvision->requestIntra) {
1306 if (frame->isocHeader.formatParam & 0x80) {
1308 usbvision->lastIsocFrameNum = -1; // do not check for lost frames this time
1309 usbvision_unrequest_intra(usbvision);
1320 frame->frmwidth = frame->isocHeader.frameWidth * usbvision->stretch_width;
1321 frame->frmheight = frame->isocHeader.frameHeight * usbvision->stretch_height;
1322 frame->v4l2_linesize = (frame->frmwidth * frame->v4l2_format.depth)>> 3;
1323 usbvision->curFrame = frame;
1325 else { // no header found
1326 PDEBUG(DBG_HEADER, "skipping scratch data, no header");
1327 scratch_reset(usbvision);
1328 return ParseState_EndParse;
1332 if (frame->isocHeader.dataFormat==ISOC_MODE_COMPRESS) {
1333 //check isocHeader.frameNum for lost frames
1334 if (usbvision->lastIsocFrameNum >= 0) {
1335 if (((usbvision->lastIsocFrameNum + 1) % 32) != frame->isocHeader.frameNum) {
1336 // unexpected frame drop: need to request new intra frame
1337 PDEBUG(DBG_HEADER, "Lost frame before %d on USB", frame->isocHeader.frameNum);
1338 usbvision_request_intra(usbvision);
1339 return ParseState_NextFrame;
1342 usbvision->lastIsocFrameNum = frame->isocHeader.frameNum;
1344 usbvision->header_count++;
1345 frame->scanstate = ScanState_Lines;
1348 if (flags & FLAGS_FORCE_TESTPATTERN) {
1349 usbvision_testpattern(usbvision, 1, 1);
1350 return ParseState_NextFrame;
1352 return ParseState_Continue;
1355 static enum ParseState usbvision_parse_lines_422(struct usb_usbvision *usbvision,
1358 volatile struct usbvision_frame *frame;
1362 unsigned char yuyv[4]={180, 128, 10, 128}; // YUV components
1363 unsigned char rv, gv, bv; // RGB components
1364 int clipmask_index, bytes_per_pixel;
1365 int overlay = usbvision->overlay;
1366 int stretch_bytes, clipmask_add;
1369 frame = &usbvision->overlay_frame;
1370 if (usbvision->overlay_base == NULL) {
1371 //video_buffer is not set yet
1372 return ParseState_NextFrame;
1374 f = usbvision->overlay_win + frame->curline *
1375 usbvision->vid_buf.fmt.bytesperline;
1378 frame = &usbvision->frame[usbvision->curFrameNum];
1379 f = frame->data + (frame->v4l2_linesize * frame->curline);
1382 /* Make sure there's enough data for the entire line */
1383 len = (frame->isocHeader.frameWidth * 2)+5;
1384 if (scratch_len(usbvision) < len) {
1385 PDEBUG(DBG_PARSE, "out of data in line %d, need %u.\n", frame->curline, len);
1386 return ParseState_Out;
1389 if ((frame->curline + 1) >= frame->frmheight) {
1390 return ParseState_NextFrame;
1393 bytes_per_pixel = frame->v4l2_format.bytes_per_pixel;
1394 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel;
1395 clipmask_index = frame->curline * MAX_FRAME_WIDTH;
1396 clipmask_add = usbvision->stretch_width;
1398 for (i = 0; i < frame->frmwidth; i+=(2 * usbvision->stretch_width)) {
1400 scratch_get(usbvision, &yuyv[0], 4);
1402 if((overlay) && (clipped_pixel(clipmask_index))) {
1403 f += bytes_per_pixel;
1405 else if (frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1406 *f++ = yuyv[0]; // Y
1407 *f++ = yuyv[3]; // U
1411 YUV_TO_RGB_BY_THE_BOOK(yuyv[0], yuyv[1], yuyv[3], rv, gv, bv);
1412 switch (frame->v4l2_format.format) {
1413 case V4L2_PIX_FMT_RGB565:
1414 *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 3));
1415 *f++ = (0x07 & (gv >> 5)) | (0xF8 & rv);
1417 case V4L2_PIX_FMT_RGB24:
1422 case V4L2_PIX_FMT_RGB32:
1428 case V4L2_PIX_FMT_RGB555:
1429 *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 2));
1430 *f++ = (0x03 & (gv >> 6)) | (0x7C & (rv >> 1));
1434 clipmask_index += clipmask_add;
1437 if((overlay) && (clipped_pixel(clipmask_index))) {
1438 f += bytes_per_pixel;
1440 else if (frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1441 *f++ = yuyv[2]; // Y
1442 *f++ = yuyv[1]; // V
1446 YUV_TO_RGB_BY_THE_BOOK(yuyv[2], yuyv[1], yuyv[3], rv, gv, bv);
1447 switch (frame->v4l2_format.format) {
1448 case V4L2_PIX_FMT_RGB565:
1449 *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 3));
1450 *f++ = (0x07 & (gv >> 5)) | (0xF8 & rv);
1452 case V4L2_PIX_FMT_RGB24:
1457 case V4L2_PIX_FMT_RGB32:
1463 case V4L2_PIX_FMT_RGB555:
1464 *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 2));
1465 *f++ = (0x03 & (gv >> 6)) | (0x7C & (rv >> 1));
1469 clipmask_index += clipmask_add;
1473 frame->curline += usbvision->stretch_height;
1474 *pcopylen += frame->v4l2_linesize * usbvision->stretch_height;
1476 if (frame->curline >= frame->frmheight) {
1477 return ParseState_NextFrame;
1480 return ParseState_Continue;
1485 static int usbvision_decompress(struct usb_usbvision *usbvision,unsigned char *Compressed,
1486 unsigned char *Decompressed, int *StartPos,
1487 int *BlockTypeStartPos, int Len)
1489 int RestPixel, Idx, MaxPos, Pos, ExtraPos, BlockLen, BlockTypePos, BlockTypeLen;
1490 unsigned char BlockByte, BlockCode, BlockType, BlockTypeByte, Integrator;
1494 BlockTypePos = *BlockTypeStartPos;
1495 MaxPos = 396; //Pos + Len;
1505 for (Idx = 0; Idx < Len; Idx++) {
1507 if (BlockLen == 0) {
1508 if (BlockTypeLen==0) {
1509 BlockTypeByte = Compressed[BlockTypePos];
1513 BlockType = (BlockTypeByte & 0xC0) >> 6;
1516 usbvision->ComprBlockTypes[BlockType]++;
1519 if (BlockType == 0) {
1520 if(RestPixel >= 24) {
1523 Integrator = Decompressed[Idx];
1525 Idx += RestPixel - 1;
1529 BlockCode = Compressed[Pos];
1531 if (RestPixel >= 24) {
1534 BlockLen = RestPixel;
1536 RestPixel -= BlockLen;
1537 ExtraPos = Pos + (BlockLen / 4);
1539 BlockTypeByte <<= 2;
1543 if ((BlockLen%4) == 0) {
1544 BlockByte = Compressed[Pos];
1547 if (BlockType == 1) { //inter Block
1548 Integrator = Decompressed[Idx];
1550 switch (BlockByte & 0xC0) {
1552 Integrator += Compressed[ExtraPos];
1556 Integrator += BlockCode;
1559 Integrator -= BlockCode;
1562 Decompressed[Idx] = Integrator;
1567 *StartPos = ExtraPos;
1568 *BlockTypeStartPos = BlockTypePos;
1574 * usbvision_parse_compress()
1576 * Parse compressed frame from the scratch buffer, put
1577 * decoded RGB value into the current frame buffer and add the written
1578 * number of bytes (RGB) to the *pcopylen.
1581 static enum ParseState usbvision_parse_compress(struct usb_usbvision *usbvision,
1584 #define USBVISION_STRIP_MAGIC 0x5A
1585 #define USBVISION_STRIP_LEN_MAX 400
1586 #define USBVISION_STRIP_HEADER_LEN 3
1588 struct usbvision_frame *frame;
1589 unsigned char *f,*u = NULL ,*v = NULL;
1590 unsigned char StripData[USBVISION_STRIP_LEN_MAX];
1591 unsigned char StripHeader[USBVISION_STRIP_HEADER_LEN];
1592 int Idx, IdxEnd, StripLen, StripPtr, StartBlockPos, BlockPos, BlockTypePos;
1593 int clipmask_index, bytes_per_pixel, rc;
1594 int overlay = usbvision->overlay;
1596 unsigned char rv, gv, bv;
1597 static unsigned char *Y, *U, *V;
1600 frame = &usbvision->overlay_frame;
1601 imageSize = frame->frmwidth * frame->frmheight;
1602 if (usbvision->overlay_base == NULL) {
1603 //video_buffer is not set yet
1604 return ParseState_NextFrame;
1606 f = usbvision->overlay_win + frame->curline *
1607 usbvision->vid_buf.fmt.bytesperline;
1610 frame = &usbvision->frame[usbvision->curFrameNum];
1611 imageSize = frame->frmwidth * frame->frmheight;
1612 if ( (frame->v4l2_format.format == V4L2_PIX_FMT_YUV422P) ||
1613 (frame->v4l2_format.format == V4L2_PIX_FMT_YVU420) )
1614 { // this is a planar format
1615 //... v4l2_linesize not used here.
1616 f = frame->data + (frame->width * frame->curline);
1618 f = frame->data + (frame->v4l2_linesize * frame->curline);
1620 if (frame->v4l2_format.format == V4L2_PIX_FMT_YUYV){ //initialise u and v pointers
1621 // get base of u and b planes add halfoffset
1625 + (frame->frmwidth >>1) * frame->curline ;
1626 v = u + (imageSize >>1 );
1628 } else if (frame->v4l2_format.format == V4L2_PIX_FMT_YVU420){
1630 v = frame->data + imageSize + ((frame->curline* (frame->width))>>2) ;
1631 u = v + (imageSize >>2) ;
1635 if (frame->curline == 0) {
1636 usbvision_adjust_compression(usbvision);
1639 if (scratch_len(usbvision) < USBVISION_STRIP_HEADER_LEN) {
1640 return ParseState_Out;
1643 //get strip header without changing the scratch_read_ptr
1644 scratch_set_extra_ptr(usbvision, &StripPtr, 0);
1645 scratch_get_extra(usbvision, &StripHeader[0], &StripPtr,
1646 USBVISION_STRIP_HEADER_LEN);
1648 if (StripHeader[0] != USBVISION_STRIP_MAGIC) {
1649 // wrong strip magic
1650 usbvision->stripMagicErrors++;
1651 return ParseState_NextFrame;
1654 if (frame->curline != (int)StripHeader[2]) {
1655 //line number missmatch error
1656 usbvision->stripLineNumberErrors++;
1659 StripLen = 2 * (unsigned int)StripHeader[1];
1660 if (StripLen > USBVISION_STRIP_LEN_MAX) {
1662 // I think this never happens
1663 usbvision_request_intra(usbvision);
1666 if (scratch_len(usbvision) < StripLen) {
1667 //there is not enough data for the strip
1668 return ParseState_Out;
1671 if (usbvision->IntraFrameBuffer) {
1672 Y = usbvision->IntraFrameBuffer + frame->frmwidth * frame->curline;
1673 U = usbvision->IntraFrameBuffer + imageSize + (frame->frmwidth / 2) * (frame->curline / 2);
1674 V = usbvision->IntraFrameBuffer + imageSize / 4 * 5 + (frame->frmwidth / 2) * (frame->curline / 2);
1677 return ParseState_NextFrame;
1680 bytes_per_pixel = frame->v4l2_format.bytes_per_pixel;
1681 clipmask_index = frame->curline * MAX_FRAME_WIDTH;
1683 scratch_get(usbvision, StripData, StripLen);
1685 IdxEnd = frame->frmwidth;
1686 BlockTypePos = USBVISION_STRIP_HEADER_LEN;
1687 StartBlockPos = BlockTypePos + (IdxEnd - 1) / 96 + (IdxEnd / 2 - 1) / 96 + 2;
1688 BlockPos = StartBlockPos;
1690 usbvision->BlockPos = BlockPos;
1692 if ((rc = usbvision_decompress(usbvision, StripData, Y, &BlockPos, &BlockTypePos, IdxEnd)) != IdxEnd) {
1693 //return ParseState_Continue;
1695 if (StripLen > usbvision->maxStripLen) {
1696 usbvision->maxStripLen = StripLen;
1699 if (frame->curline%2) {
1700 if ((rc = usbvision_decompress(usbvision, StripData, V, &BlockPos, &BlockTypePos, IdxEnd/2)) != IdxEnd/2) {
1701 //return ParseState_Continue;
1705 if ((rc = usbvision_decompress(usbvision, StripData, U, &BlockPos, &BlockTypePos, IdxEnd/2)) != IdxEnd/2) {
1706 //return ParseState_Continue;
1710 if (BlockPos > usbvision->comprBlockPos) {
1711 usbvision->comprBlockPos = BlockPos;
1713 if (BlockPos > StripLen) {
1714 usbvision->stripLenErrors++;
1717 for (Idx = 0; Idx < IdxEnd; Idx++) {
1718 if((overlay) && (clipped_pixel(clipmask_index))) {
1719 f += bytes_per_pixel;
1721 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1723 *f++ = Idx & 0x01 ? U[Idx/2] : V[Idx/2];
1725 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUV422P) {
1732 else if (frame->v4l2_format.format == V4L2_PIX_FMT_YVU420) {
1734 if ( !(( Idx & 0x01 ) | ( frame->curline & 0x01 )) ){
1736 /* only need do this for 1 in 4 pixels */
1737 /* intraframe buffer is YUV420 format */
1745 YUV_TO_RGB_BY_THE_BOOK(Y[Idx], U[Idx/2], V[Idx/2], rv, gv, bv);
1746 switch (frame->v4l2_format.format) {
1747 case V4L2_PIX_FMT_GREY:
1750 case V4L2_PIX_FMT_RGB555:
1751 *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 2));
1752 *f++ = (0x03 & (gv >> 6)) | (0x7C & (rv >> 1));
1754 case V4L2_PIX_FMT_RGB565:
1755 *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 3));
1756 *f++ = (0x07 & (gv >> 5)) | (0xF8 & rv);
1758 case V4L2_PIX_FMT_RGB24:
1763 case V4L2_PIX_FMT_RGB32:
1773 /* Deal with non-integer no. of bytes for YUV420P */
1774 if (frame->v4l2_format.format != V4L2_PIX_FMT_YVU420 )
1775 *pcopylen += frame->v4l2_linesize;
1777 *pcopylen += frame->curline & 0x01 ? frame->v4l2_linesize : frame->v4l2_linesize << 1;
1779 frame->curline += 1;
1781 if (frame->curline >= frame->frmheight) {
1782 return ParseState_NextFrame;
1785 return ParseState_Continue;
1792 * usbvision_parse_lines_420()
1794 * Parse two lines from the scratch buffer, put
1795 * decoded RGB value into the current frame buffer and add the written
1796 * number of bytes (RGB) to the *pcopylen.
1799 static enum ParseState usbvision_parse_lines_420(struct usb_usbvision *usbvision,
1802 struct usbvision_frame *frame;
1803 unsigned char *f_even = NULL, *f_odd = NULL;
1804 unsigned int pixel_per_line, block;
1805 int pixel, block_split;
1806 int y_ptr, u_ptr, v_ptr, y_odd_offset;
1807 const int y_block_size = 128;
1808 const int uv_block_size = 64;
1809 const int sub_block_size = 32;
1810 const int y_step[] = { 0, 0, 0, 2 }, y_step_size = 4;
1811 const int uv_step[]= { 0, 0, 0, 4 }, uv_step_size = 4;
1812 unsigned char y[2], u, v; /* YUV components */
1813 int y_, u_, v_, vb, uvg, ur;
1814 int r_, g_, b_; /* RGB components */
1816 int clipmask_even_index, clipmask_odd_index, bytes_per_pixel;
1817 int clipmask_add, stretch_bytes;
1818 int overlay = usbvision->overlay;
1821 frame = &usbvision->overlay_frame;
1822 if (usbvision->overlay_base == NULL) {
1823 //video_buffer is not set yet
1824 return ParseState_NextFrame;
1826 f_even = usbvision->overlay_win + frame->curline *
1827 usbvision->vid_buf.fmt.bytesperline;
1828 f_odd = f_even + usbvision->vid_buf.fmt.bytesperline * usbvision->stretch_height;
1831 frame = &usbvision->frame[usbvision->curFrameNum];
1832 f_even = frame->data + (frame->v4l2_linesize * frame->curline);
1833 f_odd = f_even + frame->v4l2_linesize * usbvision->stretch_height;
1836 /* Make sure there's enough data for the entire line */
1837 /* In this mode usbvision transfer 3 bytes for every 2 pixels */
1838 /* I need two lines to decode the color */
1839 bytes_per_pixel = frame->v4l2_format.bytes_per_pixel;
1840 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel;
1841 clipmask_even_index = frame->curline * MAX_FRAME_WIDTH;
1842 clipmask_odd_index = clipmask_even_index + MAX_FRAME_WIDTH;
1843 clipmask_add = usbvision->stretch_width;
1844 pixel_per_line = frame->isocHeader.frameWidth;
1846 if (scratch_len(usbvision) < (int)pixel_per_line * 3) {
1847 //printk(KERN_DEBUG "out of data, need %d\n", len);
1848 return ParseState_Out;
1851 if ((frame->curline + 1) >= frame->frmheight) {
1852 return ParseState_NextFrame;
1855 block_split = (pixel_per_line%y_block_size) ? 1 : 0; //are some blocks splitted into different lines?
1857 y_odd_offset = (pixel_per_line / y_block_size) * (y_block_size + uv_block_size)
1858 + block_split * uv_block_size;
1860 scratch_set_extra_ptr(usbvision, &y_ptr, y_odd_offset);
1861 scratch_set_extra_ptr(usbvision, &u_ptr, y_block_size);
1862 scratch_set_extra_ptr(usbvision, &v_ptr, y_odd_offset
1863 + (4 - block_split) * sub_block_size);
1865 for (block = 0; block < (pixel_per_line / sub_block_size);
1869 for (pixel = 0; pixel < sub_block_size; pixel +=2) {
1870 scratch_get(usbvision, &y[0], 2);
1871 scratch_get_extra(usbvision, &u, &u_ptr, 1);
1872 scratch_get_extra(usbvision, &v, &v_ptr, 1);
1874 //I don't use the YUV_TO_RGB macro for better performance
1878 uvg= -53281 * u_ - 25625 * v_;
1881 if((overlay) && (clipped_pixel(clipmask_even_index))) {
1882 f_even += bytes_per_pixel;
1884 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1889 y_ = 76284 * (y[0] - 16);
1891 b_ = (y_ + vb) >> 16;
1892 g_ = (y_ + uvg)>> 16;
1893 r_ = (y_ + ur) >> 16;
1895 switch (frame->v4l2_format.format) {
1896 case V4L2_PIX_FMT_RGB565:
1898 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
1899 *f_even++ = (0x07 & ( g >> 5)) | (0xF8 & LIMIT_RGB(r_));
1901 case V4L2_PIX_FMT_RGB24:
1902 *f_even++ = LIMIT_RGB(b_);
1903 *f_even++ = LIMIT_RGB(g_);
1904 *f_even++ = LIMIT_RGB(r_);
1906 case V4L2_PIX_FMT_RGB32:
1907 *f_even++ = LIMIT_RGB(b_);
1908 *f_even++ = LIMIT_RGB(g_);
1909 *f_even++ = LIMIT_RGB(r_);
1912 case V4L2_PIX_FMT_RGB555:
1914 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
1915 *f_even++ = (0x03 & ( g >> 6)) |
1916 (0x7C & (LIMIT_RGB(r_) >> 1));
1920 clipmask_even_index += clipmask_add;
1921 f_even += stretch_bytes;
1923 if((overlay) && (clipped_pixel(clipmask_even_index))) {
1924 f_even += bytes_per_pixel;
1926 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1931 y_ = 76284 * (y[1] - 16);
1933 b_ = (y_ + vb) >> 16;
1934 g_ = (y_ + uvg)>> 16;
1935 r_ = (y_ + ur) >> 16;
1937 switch (frame->v4l2_format.format) {
1938 case V4L2_PIX_FMT_RGB565:
1940 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
1941 *f_even++ = (0x07 & ( g >> 5)) | (0xF8 & LIMIT_RGB(r_));
1943 case V4L2_PIX_FMT_RGB24:
1944 *f_even++ = LIMIT_RGB(b_);
1945 *f_even++ = LIMIT_RGB(g_);
1946 *f_even++ = LIMIT_RGB(r_);
1948 case V4L2_PIX_FMT_RGB32:
1949 *f_even++ = LIMIT_RGB(b_);
1950 *f_even++ = LIMIT_RGB(g_);
1951 *f_even++ = LIMIT_RGB(r_);
1954 case V4L2_PIX_FMT_RGB555:
1956 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
1957 *f_even++ = (0x03 & ( g >> 6)) |
1958 (0x7C & (LIMIT_RGB(r_) >> 1));
1962 clipmask_even_index += clipmask_add;
1963 f_even += stretch_bytes;
1965 scratch_get_extra(usbvision, &y[0], &y_ptr, 2);
1967 if ((overlay) && (clipped_pixel(clipmask_odd_index))) {
1968 f_odd += bytes_per_pixel;
1970 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1975 y_ = 76284 * (y[0] - 16);
1977 b_ = (y_ + vb) >> 16;
1978 g_ = (y_ + uvg)>> 16;
1979 r_ = (y_ + ur) >> 16;
1981 switch (frame->v4l2_format.format) {
1982 case V4L2_PIX_FMT_RGB565:
1984 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
1985 *f_odd++ = (0x07 & ( g >> 5)) | (0xF8 & LIMIT_RGB(r_));
1987 case V4L2_PIX_FMT_RGB24:
1988 *f_odd++ = LIMIT_RGB(b_);
1989 *f_odd++ = LIMIT_RGB(g_);
1990 *f_odd++ = LIMIT_RGB(r_);
1992 case V4L2_PIX_FMT_RGB32:
1993 *f_odd++ = LIMIT_RGB(b_);
1994 *f_odd++ = LIMIT_RGB(g_);
1995 *f_odd++ = LIMIT_RGB(r_);
1998 case V4L2_PIX_FMT_RGB555:
2000 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
2001 *f_odd++ = (0x03 & ( g >> 6)) |
2002 (0x7C & (LIMIT_RGB(r_) >> 1));
2006 clipmask_odd_index += clipmask_add;
2007 f_odd += stretch_bytes;
2009 if((overlay) && (clipped_pixel(clipmask_odd_index))) {
2010 f_odd += bytes_per_pixel;
2012 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
2017 y_ = 76284 * (y[1] - 16);
2019 b_ = (y_ + vb) >> 16;
2020 g_ = (y_ + uvg)>> 16;
2021 r_ = (y_ + ur) >> 16;
2023 switch (frame->v4l2_format.format) {
2024 case V4L2_PIX_FMT_RGB565:
2026 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
2027 *f_odd++ = (0x07 & ( g >> 5)) | (0xF8 & LIMIT_RGB(r_));
2029 case V4L2_PIX_FMT_RGB24:
2030 *f_odd++ = LIMIT_RGB(b_);
2031 *f_odd++ = LIMIT_RGB(g_);
2032 *f_odd++ = LIMIT_RGB(r_);
2034 case V4L2_PIX_FMT_RGB32:
2035 *f_odd++ = LIMIT_RGB(b_);
2036 *f_odd++ = LIMIT_RGB(g_);
2037 *f_odd++ = LIMIT_RGB(r_);
2040 case V4L2_PIX_FMT_RGB555:
2042 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
2043 *f_odd++ = (0x03 & ( g >> 6)) |
2044 (0x7C & (LIMIT_RGB(r_) >> 1));
2048 clipmask_odd_index += clipmask_add;
2049 f_odd += stretch_bytes;
2052 scratch_rm_old(usbvision,y_step[block % y_step_size] * sub_block_size);
2053 scratch_inc_extra_ptr(&y_ptr, y_step[(block + 2 * block_split) % y_step_size]
2055 scratch_inc_extra_ptr(&u_ptr, uv_step[block % uv_step_size]
2057 scratch_inc_extra_ptr(&v_ptr, uv_step[(block + 2 * block_split) % uv_step_size]
2061 scratch_rm_old(usbvision, pixel_per_line * 3 / 2
2062 + block_split * sub_block_size);
2064 frame->curline += 2 * usbvision->stretch_height;
2065 *pcopylen += frame->v4l2_linesize * 2 * usbvision->stretch_height;
2067 if (frame->curline >= frame->frmheight)
2068 return ParseState_NextFrame;
2070 return ParseState_Continue;
2074 * usbvision_parse_data()
2076 * Generic routine to parse the scratch buffer. It employs either
2077 * usbvision_find_header() or usbvision_parse_lines() to do most
2081 static void usbvision_parse_data(struct usb_usbvision *usbvision)
2083 struct usbvision_frame *frame;
2084 enum ParseState newstate;
2087 if (usbvision->overlay) {
2088 frame = &usbvision->overlay_frame;
2091 frame = &usbvision->frame[usbvision->curFrameNum];
2094 PDEBUG(DBG_PARSE, "parsing len=%d\n", scratch_len(usbvision));
2099 newstate = ParseState_Out;
2100 if (scratch_len(usbvision)) {
2101 if (frame->scanstate == ScanState_Scanning) {
2102 newstate = usbvision_find_header(usbvision);
2104 else if (frame->scanstate == ScanState_Lines) {
2105 if (usbvision->isocMode == ISOC_MODE_YUV420) {
2106 newstate = usbvision_parse_lines_420(usbvision, ©len);
2108 else if (usbvision->isocMode == ISOC_MODE_YUV422) {
2109 newstate = usbvision_parse_lines_422(usbvision, ©len);
2111 else if (usbvision->isocMode == ISOC_MODE_COMPRESS) {
2112 newstate = usbvision_parse_compress(usbvision, ©len);
2117 if (newstate == ParseState_Continue) {
2120 else if ((newstate == ParseState_NextFrame) || (newstate == ParseState_Out)) {
2124 return; /* ParseState_EndParse */
2128 if (newstate == ParseState_NextFrame) {
2129 frame->grabstate = FrameState_Done;
2130 do_gettimeofday(&(frame->timestamp));
2131 frame->sequence = usbvision->frame_num;
2132 if (usbvision->overlay) {
2133 frame->grabstate = FrameState_Grabbing;
2134 frame->scanstate = ScanState_Scanning;
2135 frame->scanlength = 0;
2139 usbvision->curFrameNum = -1;
2141 usbvision->frame_num++;
2143 /* Optionally display statistics on the screen */
2144 if (flags & FLAGS_OSD_STATS)
2145 usbvision_osd_stats(usbvision, frame);
2147 /* This will cause the process to request another frame. */
2148 if (waitqueue_active(&frame->wq)) {
2149 wake_up_interruptible(&frame->wq);
2153 /* Update the frame's uncompressed length. */
2154 frame->scanlength += copylen;
2159 * Make all of the blocks of data contiguous
2161 static int usbvision_compress_isochronous(struct usb_usbvision *usbvision,
2164 unsigned char *packet_data;
2167 for (i = 0; i < urb->number_of_packets; i++) {
2168 int packet_len = urb->iso_frame_desc[i].actual_length;
2169 int packet_stat = urb->iso_frame_desc[i].status;
2171 packet_data = urb->transfer_buffer + urb->iso_frame_desc[i].offset;
2173 /* Detect and ignore errored packets */
2174 if (packet_stat) { // packet_stat != 0 ?????????????
2175 PDEBUG(DBG_ISOC, "data error: [%d] len=%d, status=%X", i, packet_len, packet_stat);
2176 usbvision->isocErrCount++;
2180 /* Detect and ignore empty packets */
2181 if (packet_len < 0) {
2182 PDEBUG(DBG_ISOC, "error packet [%d]", i);
2183 usbvision->isocSkipCount++;
2186 else if (packet_len == 0) { /* Frame end ????? */
2187 PDEBUG(DBG_ISOC, "null packet [%d]", i);
2188 usbvision->isocstate=IsocState_NoFrame;
2189 usbvision->isocSkipCount++;
2192 else if (packet_len > usbvision->isocPacketSize) {
2193 PDEBUG(DBG_ISOC, "packet[%d] > isocPacketSize", i);
2194 usbvision->isocSkipCount++;
2198 PDEBUG(DBG_ISOC, "packet ok [%d] len=%d", i, packet_len);
2200 if (usbvision->isocstate==IsocState_NoFrame) { //new frame begins
2201 usbvision->isocstate=IsocState_InFrame;
2202 scratch_mark_header(usbvision);
2203 usbvision_measure_bandwidth(usbvision);
2204 PDEBUG(DBG_ISOC, "packet with header");
2208 * If usbvision continues to feed us with data but there is no
2209 * consumption (if, for example, V4L client fell asleep) we
2210 * may overflow the buffer. We have to move old data over to
2211 * free room for new data. This is bad for old data. If we
2212 * just drop new data then it's bad for new data... choose
2213 * your favorite evil here.
2215 if (scratch_free(usbvision) < packet_len) {
2217 usbvision->scratch_ovf_count++;
2218 PDEBUG(DBG_ISOC, "scratch buf overflow! scr_len: %d, n: %d",
2219 scratch_len(usbvision), packet_len);
2220 scratch_rm_old(usbvision, packet_len - scratch_free(usbvision));
2223 /* Now we know that there is enough room in scratch buffer */
2224 scratch_put(usbvision, packet_data, packet_len);
2225 totlen += packet_len;
2226 usbvision->isocDataCount += packet_len;
2227 usbvision->isocPacketCount++;
2233 printk(KERN_DEBUG "+%d.\n", usbvision->scratchlen);
2234 usbvision_hexdump(data0, (totlen > 64) ? 64 : totlen);
2242 static void usbvision_isocIrq(struct urb *urb, struct pt_regs *regs)
2246 struct usb_usbvision *usbvision = urb->context;
2248 unsigned long startTime = jiffies;
2250 /* We don't want to do anything if we are about to be removed! */
2251 if (!USBVISION_IS_OPERATIONAL(usbvision))
2254 if (!usbvision->streaming) {
2255 PDEBUG(DBG_IRQ, "oops, not streaming, but interrupt");
2259 /* Copy the data received into our scratch buffer */
2260 len = usbvision_compress_isochronous(usbvision, urb);
2262 usbvision->isocUrbCount++;
2263 usbvision->urb_length = len;
2265 for (i = 0; i < USBVISION_URB_FRAMES; i++) {
2266 urb->iso_frame_desc[i].status = 0;
2267 urb->iso_frame_desc[i].actual_length = 0;
2270 urb->dev = usbvision->dev;
2271 errCode = usb_submit_urb (urb, GFP_ATOMIC);
2273 /* Disable this warning. By design of the driver. */
2275 // err("%s: usb_submit_urb failed: error %d", __FUNCTION__, errCode);
2278 /* If we collected enough data let's parse! */
2279 if (scratch_len(usbvision) > USBVISION_HEADER_LENGTH) { /* 12 == header_length */
2280 /*If we don't have a frame we're current working on, complain */
2281 if ((usbvision->curFrameNum >= 0) || (usbvision->overlay))
2282 usbvision_parse_data(usbvision);
2284 PDEBUG(DBG_IRQ, "received data, but no one needs it");
2285 scratch_reset(usbvision);
2288 usbvision->timeInIrq += jiffies - startTime;
2292 /*************************************/
2293 /* Low level usbvision access functions */
2294 /*************************************/
2297 * usbvision_read_reg()
2299 * return < 0 -> Error
2303 static int usbvision_read_reg(struct usb_usbvision *usbvision, unsigned char reg)
2306 unsigned char buffer[1];
2308 if (!USBVISION_IS_OPERATIONAL(usbvision))
2311 errCode = usb_control_msg(usbvision->dev, usb_rcvctrlpipe(usbvision->dev, 1),
2313 USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT,
2314 0, (__u16) reg, buffer, 1, HZ);
2317 err("%s: failed: error %d", __FUNCTION__, errCode);
2324 * usbvision_write_reg()
2326 * return 1 -> Reg written
2327 * 0 -> usbvision is not yet ready
2328 * -1 -> Something went wrong
2331 static int usbvision_write_reg(struct usb_usbvision *usbvision, unsigned char reg,
2332 unsigned char value)
2336 if (!USBVISION_IS_OPERATIONAL(usbvision))
2339 errCode = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
2341 USB_DIR_OUT | USB_TYPE_VENDOR |
2342 USB_RECIP_ENDPOINT, 0, (__u16) reg, &value, 1, HZ);
2345 err("%s: failed: error %d", __FUNCTION__, errCode);
2351 static void usbvision_ctrlUrb_complete(struct urb *urb, struct pt_regs *regs)
2353 struct usb_usbvision *usbvision = (struct usb_usbvision *)urb->context;
2355 PDEBUG(DBG_IRQ, "");
2356 usbvision->ctrlUrbBusy = 0;
2357 if (waitqueue_active(&usbvision->ctrlUrb_wq)) {
2358 wake_up_interruptible(&usbvision->ctrlUrb_wq);
2363 static int usbvision_write_reg_irq(struct usb_usbvision *usbvision,int address,
2364 unsigned char *data, int len)
2368 PDEBUG(DBG_IRQ, "");
2372 // down(&usbvision->ctrlUrbLock);
2373 if (usbvision->ctrlUrbBusy) {
2374 // up(&usbvision->ctrlUrbLock);
2377 usbvision->ctrlUrbBusy = 1;
2378 // up(&usbvision->ctrlUrbLock);
2380 usbvision->ctrlUrbSetup.bRequestType = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
2381 usbvision->ctrlUrbSetup.bRequest = USBVISION_OP_CODE;
2382 usbvision->ctrlUrbSetup.wValue = 0;
2383 usbvision->ctrlUrbSetup.wIndex = cpu_to_le16(address);
2384 usbvision->ctrlUrbSetup.wLength = cpu_to_le16(len);
2385 usb_fill_control_urb (usbvision->ctrlUrb, usbvision->dev,
2386 usb_sndctrlpipe(usbvision->dev, 1),
2387 (unsigned char *)&usbvision->ctrlUrbSetup,
2388 (void *)usbvision->ctrlUrbBuffer, len,
2389 usbvision_ctrlUrb_complete,
2392 memcpy(usbvision->ctrlUrbBuffer, data, len);
2394 errCode = usb_submit_urb(usbvision->ctrlUrb, GFP_ATOMIC);
2396 // error in usb_submit_urb()
2397 usbvision->ctrlUrbBusy = 0;
2399 PDEBUG(DBG_IRQ, "submit %d byte: error %d", len, errCode);
2406 static int usbvision_init_compression(struct usb_usbvision *usbvision)
2410 usbvision->lastIsocFrameNum = -1;
2411 usbvision->isocDataCount = 0;
2412 usbvision->isocPacketCount = 0;
2413 usbvision->isocSkipCount = 0;
2414 usbvision->comprLevel = 50;
2415 usbvision->lastComprLevel = -1;
2416 usbvision->isocUrbCount = 0;
2417 usbvision->requestIntra = 1;
2418 usbvision->isocMeasureBandwidthCount = 0;
2423 /* this function measures the used bandwidth since last call
2424 * return: 0 : no error
2425 * sets usedBandwidth to 1-100 : 1-100% of full bandwidth resp. to isocPacketSize
2427 static int usbvision_measure_bandwidth (struct usb_usbvision *usbvision)
2431 if (usbvision->isocMeasureBandwidthCount < 2) { // this gives an average bandwidth of 3 frames
2432 usbvision->isocMeasureBandwidthCount++;
2435 if ((usbvision->isocPacketSize > 0) && (usbvision->isocPacketCount > 0)) {
2436 usbvision->usedBandwidth = usbvision->isocDataCount /
2437 (usbvision->isocPacketCount + usbvision->isocSkipCount) *
2438 100 / usbvision->isocPacketSize;
2440 usbvision->isocMeasureBandwidthCount = 0;
2441 usbvision->isocDataCount = 0;
2442 usbvision->isocPacketCount = 0;
2443 usbvision->isocSkipCount = 0;
2447 static int usbvision_adjust_compression (struct usb_usbvision *usbvision)
2450 unsigned char buffer[6];
2452 PDEBUG(DBG_IRQ, "");
2453 if ((adjustCompression) && (usbvision->usedBandwidth > 0)) {
2454 usbvision->comprLevel += (usbvision->usedBandwidth - 90) / 2;
2455 RESTRICT_TO_RANGE(usbvision->comprLevel, 0, 100);
2456 if (usbvision->comprLevel != usbvision->lastComprLevel) {
2458 if (usbvision->bridgeType == BRIDGE_NT1004 || usbvision->bridgeType == BRIDGE_NT1005) {
2459 buffer[0] = (unsigned char)(4 + 16 * usbvision->comprLevel / 100); // PCM Threshold 1
2460 buffer[1] = (unsigned char)(4 + 8 * usbvision->comprLevel / 100); // PCM Threshold 2
2461 distorsion = 7 + 248 * usbvision->comprLevel / 100;
2462 buffer[2] = (unsigned char)(distorsion & 0xFF); // Average distorsion Threshold (inter)
2463 buffer[3] = (unsigned char)(distorsion & 0xFF); // Average distorsion Threshold (intra)
2464 distorsion = 1 + 42 * usbvision->comprLevel / 100;
2465 buffer[4] = (unsigned char)(distorsion & 0xFF); // Maximum distorsion Threshold (inter)
2466 buffer[5] = (unsigned char)(distorsion & 0xFF); // Maximum distorsion Threshold (intra)
2468 else { //BRIDGE_NT1003
2469 buffer[0] = (unsigned char)(4 + 16 * usbvision->comprLevel / 100); // PCM threshold 1
2470 buffer[1] = (unsigned char)(4 + 8 * usbvision->comprLevel / 100); // PCM threshold 2
2471 distorsion = 2 + 253 * usbvision->comprLevel / 100;
2472 buffer[2] = (unsigned char)(distorsion & 0xFF); // distorsion threshold bit0-7
2473 buffer[3] = 0; //(unsigned char)((distorsion >> 8) & 0x0F); // distorsion threshold bit 8-11
2474 distorsion = 0 + 43 * usbvision->comprLevel / 100;
2475 buffer[4] = (unsigned char)(distorsion & 0xFF); // maximum distorsion bit0-7
2476 buffer[5] = 0; //(unsigned char)((distorsion >> 8) & 0x01); // maximum distorsion bit 8
2478 errCode = usbvision_write_reg_irq(usbvision, USBVISION_PCM_THR1, buffer, 6);
2480 PDEBUG(DBG_IRQ, "new compr params %#02x %#02x %#02x %#02x %#02x %#02x", buffer[0],
2481 buffer[1], buffer[2], buffer[3], buffer[4], buffer[5]);
2482 usbvision->lastComprLevel = usbvision->comprLevel;
2489 static int usbvision_request_intra (struct usb_usbvision *usbvision)
2492 unsigned char buffer[1];
2494 PDEBUG(DBG_IRQ, "");
2495 usbvision->requestIntra = 1;
2497 usbvision_write_reg_irq(usbvision, USBVISION_FORCE_INTRA, buffer, 1);
2501 static int usbvision_unrequest_intra (struct usb_usbvision *usbvision)
2504 unsigned char buffer[1];
2506 PDEBUG(DBG_IRQ, "");
2507 usbvision->requestIntra = 0;
2509 usbvision_write_reg_irq(usbvision, USBVISION_FORCE_INTRA, buffer, 1);
2513 /* ----------------------------------------------------------------------- */
2515 /* ----------------------------------------------------------------------- */
2517 static void call_i2c_clients(struct usb_usbvision *usbvision, unsigned int cmd,
2523 for (i = 0; i < USBVISION_I2C_CLIENTS_MAX; i++) {
2524 if (NULL == usbvision->i2c_clients[i])
2526 if (NULL == usbvision->i2c_clients[i]->driver->command)
2528 usbvision->i2c_clients[i]->driver->command(usbvision->i2c_clients[i], cmd, arg);
2532 static int attach_inform(struct i2c_client *client)
2534 struct usb_usbvision *usbvision;
2535 struct tuner_setup tun_addr;
2539 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
2540 usbvision = (struct usb_usbvision *)client->adapter->data;
2542 usbvision = (struct usb_usbvision *)i2c_get_adapdata(client->adapter);
2545 for (i = 0; i < USBVISION_I2C_CLIENTS_MAX; i++) {
2546 if (usbvision->i2c_clients[i] == NULL ||
2547 usbvision->i2c_clients[i]->driver->id ==
2548 client->driver->id) {
2549 usbvision->i2c_clients[i] = client;
2553 if ((usbvision->have_tuner) && (usbvision->tuner_type != -1)) {
2554 tun_addr.mode_mask = T_ANALOG_TV;
2555 tun_addr.type = usbvision->tuner_type;
2556 tun_addr.addr = ADDR_UNSET;
2557 client->driver->command(client,TUNER_SET_TYPE_ADDR, &tun_addr);
2559 call_i2c_clients(usbvision, VIDIOC_S_INPUT, &usbvision->input.index);
2561 // FIXME : need to add a call VIDIOC_S_CTRL for each control
2562 /* call_i2c_clients(usbvision, DECODER_SET_PICTURE, &usbvision->vpic); */
2563 stdId = usbvision->input.std;
2564 call_i2c_clients(usbvision, VIDIOC_S_STD, &stdId);
2566 PDEBUG(DBG_I2C, "usbvision[%d] attaches %s", usbvision->nr, client->name);
2571 static int detach_inform(struct i2c_client *client)
2573 struct usb_usbvision *usbvision;
2576 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
2577 usbvision = (struct usb_usbvision *)client->adapter->data;
2579 usbvision = (struct usb_usbvision *)i2c_get_adapdata(client->adapter);
2582 PDEBUG(DBG_I2C, "usbvision[%d] detaches %s", usbvision->nr, client->name);
2583 for (i = 0; i < USBVISION_I2C_CLIENTS_MAX; i++) {
2584 if (NULL != usbvision->i2c_clients[i] &&
2585 usbvision->i2c_clients[i]->driver->id ==
2586 client->driver->id) {
2587 usbvision->i2c_clients[i] = NULL;
2595 usbvision_i2c_read_max4(struct usb_usbvision *usbvision, unsigned char addr,
2596 char *buf, short len)
2600 for (retries = 5;;) {
2601 rc = usbvision_write_reg(usbvision, USBVISION_SER_ADRS, addr);
2605 /* Initiate byte read cycle */
2606 /* USBVISION_SER_CONT <- d0-d2 n. of bytes to r/w */
2608 rc = usbvision_write_reg(usbvision, USBVISION_SER_CONT,
2609 (len & 0x07) | 0x18);
2613 /* Test for Busy and ACK */
2615 /* USBVISION_SER_CONT -> d4 == 0 busy */
2616 rc = usbvision_read_reg(usbvision, USBVISION_SER_CONT);
2617 } while (rc > 0 && ((rc & 0x10) != 0)); /* Retry while busy */
2621 /* USBVISION_SER_CONT -> d5 == 1 Not ack */
2622 if ((rc & 0x20) == 0) /* Ack? */
2626 rc = usbvision_write_reg(usbvision, USBVISION_SER_CONT, 0x00);
2636 buf[3] = usbvision_read_reg(usbvision, USBVISION_SER_DAT4);
2638 buf[2] = usbvision_read_reg(usbvision, USBVISION_SER_DAT3);
2640 buf[1] = usbvision_read_reg(usbvision, USBVISION_SER_DAT2);
2642 buf[0] = usbvision_read_reg(usbvision, USBVISION_SER_DAT1);
2646 "usbvision_i2c_read_max4: buffer length > 4\n");
2649 if (debug & DBG_I2C) {
2651 for (idx = 0; idx < len; idx++) {
2652 PDEBUG(DBG_I2C, "read %x from address %x", (unsigned char)buf[idx], addr);
2659 static int usbvision_i2c_write_max4(struct usb_usbvision *usbvision,
2660 unsigned char addr, const char *buf,
2665 unsigned char value[6];
2666 unsigned char ser_cont;
2668 ser_cont = (len & 0x07) | 0x10;
2671 value[1] = ser_cont;
2672 for (i = 0; i < len; i++)
2673 value[i + 2] = buf[i];
2675 for (retries = 5;;) {
2676 rc = usb_control_msg(usbvision->dev,
2677 usb_sndctrlpipe(usbvision->dev, 1),
2679 USB_DIR_OUT | USB_TYPE_VENDOR |
2680 USB_RECIP_ENDPOINT, 0,
2681 (__u16) USBVISION_SER_ADRS, value,
2687 rc = usbvision_write_reg(usbvision, USBVISION_SER_CONT,
2688 (len & 0x07) | 0x10);
2692 /* Test for Busy and ACK */
2694 rc = usbvision_read_reg(usbvision, USBVISION_SER_CONT);
2695 } while (rc > 0 && ((rc & 0x10) != 0)); /* Retry while busy */
2699 if ((rc & 0x20) == 0) /* Ack? */
2703 usbvision_write_reg(usbvision, USBVISION_SER_CONT, 0x00);
2710 if (debug & DBG_I2C) {
2712 for (idx = 0; idx < len; idx++) {
2713 PDEBUG(DBG_I2C, "wrote %x at address %x", (unsigned char)buf[idx], addr);
2719 static int usbvision_i2c_write(void *data, unsigned char addr, char *buf,
2727 struct usb_usbvision *usbvision = (struct usb_usbvision *) data;
2730 count = (len > maxLen) ? maxLen : len;
2731 retval = usbvision_i2c_write_max4(usbvision, addr, bufPtr, count);
2737 return (retval < 0) ? retval : -EFAULT;
2742 static int usbvision_i2c_read(void *data, unsigned char addr, char *buf,
2749 struct usb_usbvision *usbvision = (struct usb_usbvision *) data;
2752 count = (len > 3) ? 4 : len;
2753 retval = usbvision_i2c_read_max4(usbvision, addr, temp, count);
2755 for (i = 0; i < len; i++)
2756 buf[rdcount + i] = temp[i];
2760 return (retval < 0) ? retval : -EFAULT;
2765 static struct i2c_algo_usb_data i2c_algo_template = {
2767 .inb = usbvision_i2c_read,
2768 .outb = usbvision_i2c_write,
2774 static struct i2c_adapter i2c_adap_template = {
2775 .owner = THIS_MODULE,
2776 .name = "usbvision",
2777 .id = I2C_HW_B_BT848, /* FIXME */
2780 .client_register = attach_inform,
2781 .client_unregister = detach_inform,
2782 #if defined (I2C_ADAP_CLASS_TV_ANALOG)
2783 .class = I2C_ADAP_CLASS_TV_ANALOG,
2784 #elif defined (I2C_CLASS_TV_ANALOG)
2785 .class = I2C_CLASS_TV_ANALOG,
2789 static struct i2c_client i2c_client_template = {
2790 .name = "usbvision internal",
2797 static int usbvision_init_i2c(struct usb_usbvision *usbvision)
2799 memcpy(&usbvision->i2c_adap, &i2c_adap_template,
2800 sizeof(struct i2c_adapter));
2801 memcpy(&usbvision->i2c_algo, &i2c_algo_template,
2802 sizeof(struct i2c_algo_usb_data));
2803 memcpy(&usbvision->i2c_client, &i2c_client_template,
2804 sizeof(struct i2c_client));
2806 sprintf(usbvision->i2c_adap.name + strlen(usbvision->i2c_adap.name),
2807 " #%d", usbvision->vdev->minor & 0x1f);
2808 PDEBUG(DBG_I2C, "Adaptername: %s", usbvision->i2c_adap.name);
2810 i2c_set_adapdata(&usbvision->i2c_adap, usbvision);
2811 i2c_set_clientdata(&usbvision->i2c_client, usbvision);
2812 i2c_set_algo_usb_data(&usbvision->i2c_algo, usbvision);
2814 usbvision->i2c_adap.algo_data = &usbvision->i2c_algo;
2815 usbvision->i2c_client.adapter = &usbvision->i2c_adap;
2817 if (usbvision_write_reg(usbvision, USBVISION_SER_MODE, USBVISION_IIC_LRNACK) < 0) {
2818 printk(KERN_ERR "usbvision_init_i2c: can't wirte reg\n");
2823 /* Request the load of the i2c modules we need */
2825 switch (usbvision_device_data[usbvision->DevModel].Codec) {
2827 request_module("saa7115");
2830 request_module("saa7115");
2833 if (usbvision_device_data[usbvision->DevModel].Tuner == 1) {
2834 request_module("tuner");
2839 usbvision->i2c_ok = usbvision_i2c_usb_add_bus(&usbvision->i2c_adap);
2841 return usbvision->i2c_ok;
2846 /****************************/
2847 /* usbvision utility functions */
2848 /****************************/
2850 static int usbvision_power_off(struct usb_usbvision *usbvision)
2854 PDEBUG(DBG_FUNC, "");
2856 errCode = usbvision_write_reg(usbvision, USBVISION_PWR_REG, USBVISION_SSPND_EN);
2858 usbvision->power = 0;
2860 PDEBUG(DBG_FUNC, "%s: errCode %d", (errCode!=1)?"ERROR":"power is off", errCode);
2865 // to call usbvision_power_off from task queue
2866 static void call_usbvision_power_off(void *_usbvision)
2868 struct usb_usbvision *usbvision = _usbvision;
2870 PDEBUG(DBG_FUNC, "");
2871 down_interruptible(&usbvision->lock);
2872 if(usbvision->user == 0) {
2873 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
2874 usbvision_power_off(usbvision);
2875 usbvision->initialized = 0;
2877 up(&usbvision->lock);
2882 * usbvision_set_video_format()
2885 static int usbvision_set_video_format(struct usb_usbvision *usbvision, int format)
2887 static const char proc[] = "usbvision_set_video_format";
2889 unsigned char value[2];
2891 if (!USBVISION_IS_OPERATIONAL(usbvision))
2894 PDEBUG(DBG_FUNC, "isocMode %#02x", format);
2896 if ((format != ISOC_MODE_YUV422)
2897 && (format != ISOC_MODE_YUV420)
2898 && (format != ISOC_MODE_COMPRESS)) {
2899 printk(KERN_ERR "usbvision: unknown video format %02x, using default YUV420",
2901 format = ISOC_MODE_YUV420;
2903 value[0] = 0x0A; //TODO: See the effect of the filter
2905 rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
2907 USB_DIR_OUT | USB_TYPE_VENDOR |
2908 USB_RECIP_ENDPOINT, 0,
2909 (__u16) USBVISION_FILT_CONT, value, 2, HZ);
2912 printk(KERN_ERR "%s: ERROR=%d. USBVISION stopped - "
2913 "reconnect or reload driver.\n", proc, rc);
2915 usbvision->isocMode = format;
2920 * usbvision_set_output()
2924 static int usbvision_set_output(struct usb_usbvision *usbvision, int width,
2928 int UsbWidth, UsbHeight;
2929 unsigned int frameRate=0, frameDrop=0;
2930 unsigned char value[4];
2932 if (!USBVISION_IS_OPERATIONAL(usbvision)) {
2936 if (width > MAX_USB_WIDTH) {
2937 UsbWidth = width / 2;
2938 usbvision->stretch_width = 2;
2942 usbvision->stretch_width = 1;
2945 if (height > MAX_USB_HEIGHT) {
2946 UsbHeight = height / 2;
2947 usbvision->stretch_height = 2;
2951 usbvision->stretch_height = 1;
2954 RESTRICT_TO_RANGE(UsbWidth, MIN_FRAME_WIDTH, MAX_USB_WIDTH);
2955 UsbWidth &= ~(MIN_FRAME_WIDTH-1);
2956 RESTRICT_TO_RANGE(UsbHeight, MIN_FRAME_HEIGHT, MAX_USB_HEIGHT);
2959 PDEBUG(DBG_FUNC, "usb %dx%d; screen %dx%d; stretch %dx%d",
2960 UsbWidth, UsbHeight, width, height,
2961 usbvision->stretch_width, usbvision->stretch_height);
2963 /* I'll not rewrite the same values */
2964 if ((UsbWidth != usbvision->curwidth) || (UsbHeight != usbvision->curheight)) {
2965 value[0] = UsbWidth & 0xff; //LSB
2966 value[1] = (UsbWidth >> 8) & 0x03; //MSB
2967 value[2] = UsbHeight & 0xff; //LSB
2968 value[3] = (UsbHeight >> 8) & 0x03; //MSB
2970 errCode = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
2972 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT,
2973 0, (__u16) USBVISION_LXSIZE_O, value, 4, HZ);
2976 err("%s failed: error %d", __FUNCTION__, errCode);
2979 usbvision->curwidth = usbvision->stretch_width * UsbWidth;
2980 usbvision->curheight = usbvision->stretch_height * UsbHeight;
2983 if (usbvision->isocMode == ISOC_MODE_YUV422) {
2984 frameRate = (usbvision->isocPacketSize * 1000) / (UsbWidth * UsbHeight * 2);
2986 else if (usbvision->isocMode == ISOC_MODE_YUV420) {
2987 frameRate = (usbvision->isocPacketSize * 1000) / ((UsbWidth * UsbHeight * 12) / 8);
2990 frameRate = FRAMERATE_MAX;
2993 if (usbvision->input.std & V4L2_STD_625_50) {
2994 frameDrop = frameRate * 32 / 25 - 1;
2996 else if (usbvision->input.std & V4L2_STD_525_60) {
2997 frameDrop = frameRate * 32 / 30 - 1;
3000 RESTRICT_TO_RANGE(frameDrop, FRAMERATE_MIN, FRAMERATE_MAX);
3002 PDEBUG(DBG_FUNC, "frameRate %d fps, frameDrop %d", frameRate, frameDrop);
3004 frameDrop = FRAMERATE_MAX; // We can allow the maximum here, because dropping is controlled
3006 /* frameDrop = 7; => framePhase = 1, 5, 9, 13, 17, 21, 25, 0, 4, 8, ...
3008 => frameRate = (7 + 1) * 25 / 32 = 200 / 32 = 6.25;
3010 frameDrop = 9; => framePhase = 1, 5, 8, 11, 14, 17, 21, 24, 27, 1, 4, 8, ...
3011 => frameSkip = 4, 3, 3, 3, 3, 4, 3, 3, 3, 3, 4, ...
3012 => frameRate = (9 + 1) * 25 / 32 = 250 / 32 = 7.8125;
3014 errCode = usbvision_write_reg(usbvision, USBVISION_FRM_RATE, frameDrop);
3020 * usbvision_set_compress_params()
3024 static int usbvision_set_compress_params(struct usb_usbvision *usbvision)
3026 static const char proc[] = "usbvision_set_compresion_params: ";
3028 unsigned char value[6];
3030 value[0] = 0x0F; // Intra-Compression cycle
3031 value[1] = 0x01; // Reg.45 one line per strip
3032 value[2] = 0x00; // Reg.46 Force intra mode on all new frames
3033 value[3] = 0x00; // Reg.47 FORCE_UP <- 0 normal operation (not force)
3034 value[4] = 0xA2; // Reg.48 BUF_THR I'm not sure if this does something in not compressed mode.
3035 value[5] = 0x00; // Reg.49 DVI_YUV This has nothing to do with compression
3037 //catched values for NT1004
3038 // value[0] = 0xFF; // Never apply intra mode automatically
3039 // value[1] = 0xF1; // Use full frame height for virtual strip width; One line per strip
3040 // value[2] = 0x01; // Force intra mode on all new frames
3041 // value[3] = 0x00; // Strip size 400 Bytes; do not force up
3042 // value[4] = 0xA2; //
3043 if (!USBVISION_IS_OPERATIONAL(usbvision))
3046 rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3048 USB_DIR_OUT | USB_TYPE_VENDOR |
3049 USB_RECIP_ENDPOINT, 0,
3050 (__u16) USBVISION_INTRA_CYC, value, 5, HZ);
3053 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3054 "reconnect or reload driver.\n", proc, rc);
3058 if (usbvision->bridgeType == BRIDGE_NT1004) {
3059 value[0] = 20; // PCM Threshold 1
3060 value[1] = 12; // PCM Threshold 2
3061 value[2] = 255; // Distorsion Threshold inter
3062 value[3] = 255; // Distorsion Threshold intra
3063 value[4] = 43; // Max Distorsion inter
3064 value[5] = 43; // Max Distorsion intra
3067 value[0] = 20; // PCM Threshold 1
3068 value[1] = 12; // PCM Threshold 2
3069 value[2] = 255; // Distorsion Threshold d7-d0
3070 value[3] = 0; // Distorsion Threshold d11-d8
3071 value[4] = 43; // Max Distorsion d7-d0
3072 value[5] = 0; // Max Distorsion d8
3075 if (!USBVISION_IS_OPERATIONAL(usbvision))
3078 rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3080 USB_DIR_OUT | USB_TYPE_VENDOR |
3081 USB_RECIP_ENDPOINT, 0,
3082 (__u16) USBVISION_PCM_THR1, value, 6, HZ);
3085 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3086 "reconnect or reload driver.\n", proc, rc);
3096 * usbvision_set_input()
3098 * Set the input (saa711x, ...) size x y and other misc input params
3099 * I've no idea if this parameters are right
3102 static int usbvision_set_input(struct usb_usbvision *usbvision)
3104 static const char proc[] = "usbvision_set_input: ";
3106 unsigned char value[8];
3107 unsigned char dvi_yuv_value;
3109 if (!USBVISION_IS_OPERATIONAL(usbvision))
3112 /* Set input format expected from decoder*/
3113 if (usbvision_device_data[usbvision->DevModel].Vin_Reg1 >= 0) {
3114 value[0] = usbvision_device_data[usbvision->DevModel].Vin_Reg1 & 0xff;
3115 } else if(usbvision_device_data[usbvision->DevModel].Codec == CODEC_SAA7113) {
3116 /* SAA7113 uses 8 bit output */
3117 value[0] = USBVISION_8_422_SYNC;
3119 /* I'm sure only about d2-d0 [010] 16 bit 4:2:2 usin sync pulses
3120 * as that is how saa7111 is configured */
3121 value[0] = USBVISION_16_422_SYNC;
3122 /* | USBVISION_VSNC_POL | USBVISION_VCLK_POL);*/
3125 rc = usbvision_write_reg(usbvision, USBVISION_VIN_REG1, value[0]);
3127 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3128 "reconnect or reload driver.\n", proc, rc);
3133 if (usbvision->input.std & V4L2_STD_PAL) {
3135 value[1] = 0x02; //0x02C0 -> 704 Input video line length
3137 value[3] = 0x01; //0x0120 -> 288 Input video n. of lines
3139 value[5] = 0x00; //0x0060 -> 96 Input video h offset
3141 value[7] = 0x00; //0x0016 -> 22 Input video v offset
3142 } else if (usbvision->input.std & V4L2_STD_SECAM) {
3144 value[1] = 0x02; //0x02C0 -> 704 Input video line length
3146 value[3] = 0x01; //0x0120 -> 288 Input video n. of lines
3148 value[5] = 0x00; //0x0001 -> 01 Input video h offset
3150 value[7] = 0x00; //0x0001 -> 01 Input video v offset
3151 } else { /* V4L2_STD_NTSC */
3153 value[1] = 0x02; //0x02D0 -> 720 Input video line length
3155 value[3] = 0x00; //0x00F0 -> 240 Input video number of lines
3157 value[5] = 0x00; //0x0050 -> 80 Input video h offset
3159 value[7] = 0x00; //0x0010 -> 16 Input video v offset
3162 if (usbvision_device_data[usbvision->DevModel].X_Offset >= 0) {
3163 value[4]=usbvision_device_data[usbvision->DevModel].X_Offset & 0xff;
3164 value[5]=(usbvision_device_data[usbvision->DevModel].X_Offset & 0x0300) >> 8;
3167 if (usbvision_device_data[usbvision->DevModel].Y_Offset >= 0) {
3168 value[6]=usbvision_device_data[usbvision->DevModel].Y_Offset & 0xff;
3169 value[7]=(usbvision_device_data[usbvision->DevModel].Y_Offset & 0x0300) >> 8;
3172 rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3173 USBVISION_OP_CODE, /* USBVISION specific code */
3174 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT, 0,
3175 (__u16) USBVISION_LXSIZE_I, value, 8, HZ);
3177 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3178 "reconnect or reload driver.\n", proc, rc);
3183 dvi_yuv_value = 0x00; /* U comes after V, Ya comes after U/V, Yb comes after Yb */
3185 if(usbvision_device_data[usbvision->DevModel].Dvi_yuv >= 0){
3186 dvi_yuv_value = usbvision_device_data[usbvision->DevModel].Dvi_yuv & 0xff;
3188 else if(usbvision_device_data[usbvision->DevModel].Codec == CODEC_SAA7113) {
3189 /* This changes as the fine sync control changes. Further investigation necessary */
3190 dvi_yuv_value = 0x06;
3193 return (usbvision_write_reg(usbvision, USBVISION_DVI_YUV, dvi_yuv_value));
3198 * usbvision_set_dram_settings()
3200 * Set the buffer address needed by the usbvision dram to operate
3201 * This values has been taken with usbsnoop.
3205 static int usbvision_set_dram_settings(struct usb_usbvision *usbvision)
3208 unsigned char value[8];
3210 if (usbvision->isocMode == ISOC_MODE_COMPRESS) {
3219 // UR: 0x0E200-0x3FFFF = 204288 Words (1 Word = 2 Byte)
3220 // FDL: 0x00000-0x0E099 = 57498 Words
3221 // VDW: 0x0E3FF-0x3FFFF
3233 /* These are the values of the address of the video buffer,
3234 * they have to be loaded into the USBVISION_DRM_PRM1-8
3236 * Start address of video output buffer for read: drm_prm1-2 -> 0x00000
3237 * End address of video output buffer for read: drm_prm1-3 -> 0x1ffff
3238 * Start address of video frame delay buffer: drm_prm1-4 -> 0x20000
3239 * Only used in compressed mode
3240 * End address of video frame delay buffer: drm_prm1-5-6 -> 0x3ffff
3241 * Only used in compressed mode
3242 * Start address of video output buffer for write: drm_prm1-7 -> 0x00000
3243 * End address of video output buffer for write: drm_prm1-8 -> 0x1ffff
3246 if (!USBVISION_IS_OPERATIONAL(usbvision))
3249 rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3250 USBVISION_OP_CODE, /* USBVISION specific code */
3251 USB_DIR_OUT | USB_TYPE_VENDOR |
3252 USB_RECIP_ENDPOINT, 0,
3253 (__u16) USBVISION_DRM_PRM1, value, 8, HZ);
3256 err("%sERROR=%d", __FUNCTION__, rc);
3260 /* Restart the video buffer logic */
3261 if ((rc = usbvision_write_reg(usbvision, USBVISION_DRM_CONT, USBVISION_RES_UR |
3262 USBVISION_RES_FDL | USBVISION_RES_VDW)) < 0)
3264 rc = usbvision_write_reg(usbvision, USBVISION_DRM_CONT, 0x00);
3272 * Power on the device, enables suspend-resume logic
3273 * & reset the isoc End-Point
3277 static int usbvision_power_on(struct usb_usbvision *usbvision)
3281 PDEBUG(DBG_FUNC, "");
3283 usbvision_write_reg(usbvision, USBVISION_PWR_REG, USBVISION_SSPND_EN);
3284 usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3285 USBVISION_SSPND_EN | USBVISION_RES2);
3286 usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3287 USBVISION_SSPND_EN | USBVISION_PWR_VID);
3288 errCode = usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3289 USBVISION_SSPND_EN | USBVISION_PWR_VID | USBVISION_RES2);
3291 usbvision->power = 1;
3293 PDEBUG(DBG_FUNC, "%s: errCode %d", (errCode<0)?"ERROR":"power is on", errCode);
3298 static void usbvision_powerOffTimer(unsigned long data)
3300 struct usb_usbvision *usbvision = (void *) data;
3302 PDEBUG(DBG_FUNC, "");
3303 del_timer(&usbvision->powerOffTimer);
3304 INIT_WORK(&usbvision->powerOffWork, call_usbvision_power_off, usbvision);
3305 (void) schedule_work(&usbvision->powerOffWork);
3311 * usbvision_begin_streaming()
3312 * Sure you have to put bit 7 to 0, if not incoming frames are droped, but no
3313 * idea about the rest
3315 static int usbvision_begin_streaming(struct usb_usbvision *usbvision)
3319 if (usbvision->isocMode == ISOC_MODE_COMPRESS) {
3320 usbvision_init_compression(usbvision);
3322 errCode = usbvision_write_reg(usbvision, USBVISION_VIN_REG2, USBVISION_NOHVALID |
3323 usbvision->Vin_Reg2_Preset);
3328 * usbvision_restart_isoc()
3329 * Not sure yet if touching here PWR_REG make loose the config
3332 static int usbvision_restart_isoc(struct usb_usbvision *usbvision)
3338 usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3339 USBVISION_SSPND_EN | USBVISION_PWR_VID)) < 0)
3343 usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3344 USBVISION_SSPND_EN | USBVISION_PWR_VID |
3345 USBVISION_RES2)) < 0)
3349 usbvision_write_reg(usbvision, USBVISION_VIN_REG2,
3350 USBVISION_KEEP_BLANK | USBVISION_NOHVALID |
3351 usbvision->Vin_Reg2_Preset)) < 0) return ret;
3353 /* TODO: schedule timeout */
3354 while ((usbvision_read_reg(usbvision, USBVISION_STATUS_REG) && 0x01) != 1);
3359 static int usbvision_audio_on(struct usb_usbvision *usbvision)
3361 if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, usbvision->AudioChannel) < 0) {
3362 printk(KERN_ERR "usbvision_audio_on: can't wirte reg\n");
3365 DEBUG(printk(KERN_DEBUG "usbvision_audio_on: channel %d\n", usbvision->AudioChannel));
3366 usbvision->AudioMute = 0;
3370 static int usbvision_audio_mute(struct usb_usbvision *usbvision)
3372 if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, 0x03) < 0) {
3373 printk(KERN_ERR "usbvision_audio_mute: can't wirte reg\n");
3376 DEBUG(printk(KERN_DEBUG "usbvision_audio_mute: audio mute\n"));
3377 usbvision->AudioMute = 1;
3381 static int usbvision_audio_off(struct usb_usbvision *usbvision)
3383 if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, USBVISION_AUDIO_MUTE) < 0) {
3384 printk(KERN_ERR "usbvision_audio_off: can't wirte reg\n");
3387 DEBUG(printk(KERN_DEBUG "usbvision_audio_off: audio off\n"));
3388 usbvision->AudioMute = 0;
3389 usbvision->AudioChannel = USBVISION_AUDIO_MUTE;
3393 static int usbvision_set_audio(struct usb_usbvision *usbvision, int AudioChannel)
3395 if (!usbvision->AudioMute) {
3396 if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, AudioChannel) < 0) {
3397 printk(KERN_ERR "usbvision_set_audio: can't write iopin register for audio switching\n");
3401 DEBUG(printk(KERN_DEBUG "usbvision_set_audio: channel %d\n", AudioChannel));
3402 usbvision->AudioChannel = AudioChannel;
3406 static int usbvision_setup(struct usb_usbvision *usbvision)
3408 usbvision_set_video_format(usbvision, isocMode);
3409 usbvision_set_dram_settings(usbvision);
3410 usbvision_set_compress_params(usbvision);
3411 usbvision_set_input(usbvision);
3412 usbvision_set_output(usbvision, MAX_USB_WIDTH, MAX_USB_HEIGHT);
3413 usbvision_restart_isoc(usbvision);
3416 return USBVISION_IS_OPERATIONAL(usbvision);
3421 * usbvision_init_isoc()
3424 static int usbvision_init_isoc(struct usb_usbvision *usbvision)
3426 struct usb_device *dev = usbvision->dev;
3427 int bufIdx, errCode, regValue;
3429 if (!USBVISION_IS_OPERATIONAL(usbvision))
3432 usbvision->curFrameNum = -1;
3433 scratch_reset(usbvision);
3435 /* Alternate interface 1 is is the biggest frame size */
3436 errCode = usb_set_interface(dev, usbvision->iface, usbvision->ifaceAltActive);
3438 usbvision->last_error = errCode;
3442 regValue = (16 - usbvision_read_reg(usbvision, USBVISION_ALTER_REG)) & 0x0F;
3443 usbvision->isocPacketSize = (regValue == 0) ? 0 : (regValue * 64) - 1;
3444 PDEBUG(DBG_ISOC, "ISO Packet Length:%d", usbvision->isocPacketSize);
3446 usbvision->usb_bandwidth = regValue >> 1;
3447 PDEBUG(DBG_ISOC, "USB Bandwidth Usage: %dMbit/Sec", usbvision->usb_bandwidth);
3451 /* We double buffer the Iso lists */
3453 for (bufIdx = 0; bufIdx < USBVISION_NUMSBUF; bufIdx++) {
3457 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
3458 urb = usb_alloc_urb(USBVISION_URB_FRAMES);
3460 urb = usb_alloc_urb(USBVISION_URB_FRAMES, GFP_KERNEL);
3463 err("%s: usb_alloc_urb() failed", __FUNCTION__);
3466 usbvision->sbuf[bufIdx].urb = urb;
3468 urb->context = usbvision;
3469 urb->pipe = usb_rcvisocpipe(dev, usbvision->video_endp);
3470 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
3471 urb->transfer_flags = USB_ISO_ASAP;
3473 urb->transfer_flags = URB_ISO_ASAP;
3476 urb->transfer_buffer = usbvision->sbuf[bufIdx].data;
3477 urb->complete = usbvision_isocIrq;
3478 urb->number_of_packets = USBVISION_URB_FRAMES;
3479 urb->transfer_buffer_length =
3480 usbvision->isocPacketSize * USBVISION_URB_FRAMES;
3481 for (j = k = 0; j < USBVISION_URB_FRAMES; j++,
3482 k += usbvision->isocPacketSize) {
3483 urb->iso_frame_desc[j].offset = k;
3484 urb->iso_frame_desc[j].length = usbvision->isocPacketSize;
3489 /* Submit all URBs */
3490 for (bufIdx = 0; bufIdx < USBVISION_NUMSBUF; bufIdx++) {
3491 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
3492 errCode = usb_submit_urb(usbvision->sbuf[bufIdx].urb);
3494 errCode = usb_submit_urb(usbvision->sbuf[bufIdx].urb, GFP_KERNEL);
3497 err("%s: usb_submit_urb(%d) failed: error %d", __FUNCTION__, bufIdx, errCode);
3501 usbvision->streaming = 1;
3502 PDEBUG(DBG_ISOC, "%s: streaming=1 usbvision->video_endp=$%02x", __FUNCTION__, usbvision->video_endp);
3507 * usbvision_stop_isoc()
3509 * This procedure stops streaming and deallocates URBs. Then it
3510 * activates zero-bandwidth alt. setting of the video interface.
3513 static void usbvision_stop_isoc(struct usb_usbvision *usbvision)
3515 int bufIdx, errCode, regValue;
3517 if (!usbvision->streaming || (usbvision->dev == NULL))
3520 /* Unschedule all of the iso td's */
3521 for (bufIdx = 0; bufIdx < USBVISION_NUMSBUF; bufIdx++) {
3522 usb_kill_urb(usbvision->sbuf[bufIdx].urb);
3523 usb_free_urb(usbvision->sbuf[bufIdx].urb);
3524 usbvision->sbuf[bufIdx].urb = NULL;
3528 PDEBUG(DBG_ISOC, "%s: streaming=0\n", __FUNCTION__);
3529 usbvision->streaming = 0;
3532 if (!usbvision->remove_pending) {
3534 /* Set packet size to 0 */
3535 errCode = usb_set_interface(usbvision->dev, usbvision->iface,
3536 usbvision->ifaceAltInactive);
3538 err("%s: usb_set_interface() failed: error %d", __FUNCTION__, errCode);
3539 usbvision->last_error = errCode;
3541 regValue = (16 - usbvision_read_reg(usbvision, USBVISION_ALTER_REG)) & 0x0F;
3542 usbvision->isocPacketSize = (regValue == 0) ? 0 : (regValue * 64) - 1;
3543 PDEBUG(DBG_ISOC, "ISO Packet Length:%d", usbvision->isocPacketSize);
3545 usbvision->usb_bandwidth = regValue >> 1;
3546 PDEBUG(DBG_ISOC, "USB Bandwidth Usage: %dMbit/Sec", usbvision->usb_bandwidth);
3551 * usbvision_new_frame()
3554 static int usbvision_new_frame(struct usb_usbvision *usbvision, int framenum)
3556 struct usbvision_frame *frame;
3557 int n; //byhec , width, height;
3559 /* If we're not grabbing a frame right now and the other frame is */
3560 /* ready to be grabbed into, then use it instead */
3561 if (usbvision->curFrameNum != -1)
3564 n = (framenum - 1 + USBVISION_NUMFRAMES) % USBVISION_NUMFRAMES;
3565 if (usbvision->frame[n].grabstate == FrameState_Ready)
3568 frame = &usbvision->frame[framenum];
3570 frame->grabstate = FrameState_Grabbing;
3571 frame->scanstate = ScanState_Scanning;
3572 frame->scanlength = 0; /* Accumulated in usbvision_parse_data() */
3573 usbvision->curFrameNum = framenum;
3576 * Normally we would want to copy previous frame into the current one
3577 * before we even start filling it with data; this allows us to stop
3578 * filling at any moment; top portion of the frame will be new and
3579 * bottom portion will stay as it was in previous frame. If we don't
3580 * do that then missing chunks of video stream will result in flickering
3581 * portions of old data whatever it was before.
3583 * If we choose not to copy previous frame (to, for example, save few
3584 * bus cycles - the frame can be pretty large!) then we have an option
3585 * to clear the frame before using. If we experience losses in this
3586 * mode then missing picture will be black (flickering).
3588 * Finally, if user chooses not to clean the current frame before
3589 * filling it with data then the old data will be visible if we fail
3590 * to refill entire frame with new data.
3592 if (!(flags & FLAGS_SEPARATE_FRAMES)) {
3593 /* This copies previous frame into this one to mask losses */
3594 memmove(frame->data, usbvision->frame[1 - framenum].data,
3597 if (flags & FLAGS_CLEAN_FRAMES) {
3598 /*This provides a "clean" frame but slows things down */
3599 memset(frame->data, 0, MAX_FRAME_SIZE);
3605 static int usbvision_muxsel(struct usb_usbvision *usbvision, int channel, int norm)
3608 int audio[]= {1, 0, 0, 0};
3609 struct v4l2_routing route;
3610 //channel 0 is TV with audiochannel 1 (tuner mono)
3611 //channel 1 is Composite with audio channel 0 (line in)
3612 //channel 2 is S-Video with audio channel 0 (line in)
3613 //channel 3 is additional video inputs to the device with audio channel 0 (line in)
3615 RESTRICT_TO_RANGE(channel, 0, usbvision->video_inputs);
3616 /* set the new video norm */
3617 if (usbvision->input.std != norm) {
3618 v4l2_std_id video_command = norm;
3620 route.input = SAA7115_COMPOSITE1;
3621 call_i2c_clients(usbvision, VIDIOC_INT_S_VIDEO_ROUTING,&route);
3622 call_i2c_clients(usbvision, VIDIOC_S_STD, &video_command);
3623 usbvision->input.std = norm;
3624 call_i2c_clients(usbvision, VIDIOC_S_INPUT, &usbvision->input.index); //set norm in tuner
3627 // set the new channel
3628 // Regular USB TV Tuners -> channel: 0 = Television, 1 = Composite, 2 = S-Video
3629 // Four video input devices -> channel: 0 = Chan White, 1 = Chan Green, 2 = Chan Yellow, 3 = Chan Red
3631 switch (usbvision_device_data[usbvision->DevModel].Codec) {
3633 if (SwitchSVideoInput) { // To handle problems with S-Video Input for some devices. Use SwitchSVideoInput parameter when loading the module.
3639 if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
3640 mode[0] = 0; mode[1] = 2; mode[3] = 3; // Special for four input devices
3643 mode[0] = 0; mode[1] = 2; //modes for regular saa7113 devices
3647 mode[0] = 0; mode[1] = 1; mode[2] = 7; //modes for saa7111
3650 mode[0] = 0; mode[1] = 1; mode[2] = 7; //default modes
3652 route.input = mode[channel];
3653 call_i2c_clients(usbvision, VIDIOC_INT_S_VIDEO_ROUTING,&route);
3654 usbvision->channel = channel;
3655 usbvision_set_audio(usbvision, audio[channel]);
3663 * This is part of Video 4 Linux API. The driver can be opened by one
3664 * client only (checks internal counter 'usbvision->user'). The procedure
3665 * then allocates buffers needed for video processing.
3668 static int usbvision_v4l2_open(struct inode *inode, struct file *file)
3670 struct video_device *dev = video_devdata(file);
3671 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
3672 const int sb_size = USBVISION_URB_FRAMES * USBVISION_MAX_ISOC_PACKET_SIZE;
3675 PDEBUG(DBG_IO, "open");
3678 if (timer_pending(&usbvision->powerOffTimer)) {
3679 del_timer(&usbvision->powerOffTimer);
3682 if (usbvision->user)
3685 /* Clean pointers so we know if we allocated something */
3686 for (i = 0; i < USBVISION_NUMSBUF; i++)
3687 usbvision->sbuf[i].data = NULL;
3689 /* Allocate memory for the frame buffers */
3690 usbvision->max_frame_size = MAX_FRAME_SIZE;
3691 usbvision->fbuf_size = USBVISION_NUMFRAMES * usbvision->max_frame_size;
3692 usbvision->fbuf = usbvision_rvmalloc(usbvision->fbuf_size);
3693 usbvision->scratch = vmalloc(scratch_buf_size);
3694 scratch_reset(usbvision);
3695 if ((usbvision->fbuf == NULL) || (usbvision->scratch == NULL)) {
3696 err("%s: unable to allocate %d bytes for fbuf and %d bytes for scratch",
3697 __FUNCTION__, usbvision->fbuf_size, scratch_buf_size);
3701 /* Allocate all buffers */
3702 for (i = 0; i < USBVISION_NUMFRAMES; i++) {
3703 usbvision->frame[i].grabstate = FrameState_Unused;
3704 usbvision->frame[i].data = usbvision->fbuf +
3707 * Set default sizes in case IOCTL
3709 * is not used (using read() instead).
3711 usbvision->stretch_width = 1;
3712 usbvision->stretch_height = 1;
3713 usbvision->frame[i].width = usbvision->curwidth;
3714 usbvision->frame[i].height = usbvision->curheight;
3715 usbvision->frame[i].bytes_read = 0;
3717 if (dga) { //set default for DGA
3718 usbvision->overlay_frame.grabstate = FrameState_Unused;
3719 usbvision->overlay_frame.scanstate = ScanState_Scanning;
3720 usbvision->overlay_frame.data = NULL;
3721 usbvision->overlay_frame.width = usbvision->curwidth;
3722 usbvision->overlay_frame.height = usbvision->curheight;
3723 usbvision->overlay_frame.bytes_read = 0;
3725 for (i = 0; i < USBVISION_NUMSBUF; i++) {
3726 usbvision->sbuf[i].data = kzalloc(sb_size, GFP_KERNEL);
3727 if (usbvision->sbuf[i].data == NULL) {
3728 err("%s: unable to allocate %d bytes for sbuf", __FUNCTION__, sb_size);
3734 if ((!errCode) && (usbvision->isocMode==ISOC_MODE_COMPRESS)) {
3735 int IFB_size = MAX_FRAME_WIDTH * MAX_FRAME_HEIGHT * 3 / 2;
3736 usbvision->IntraFrameBuffer = vmalloc(IFB_size);
3737 if (usbvision->IntraFrameBuffer == NULL) {
3738 err("%s: unable to allocate %d for compr. frame buffer", __FUNCTION__, IFB_size);
3744 /* Have to free all that memory */
3745 if (usbvision->fbuf != NULL) {
3746 usbvision_rvfree(usbvision->fbuf, usbvision->fbuf_size);
3747 usbvision->fbuf = NULL;
3749 if (usbvision->scratch != NULL) {
3750 vfree(usbvision->scratch);
3751 usbvision->scratch = NULL;
3753 for (i = 0; i < USBVISION_NUMSBUF; i++) {
3754 if (usbvision->sbuf[i].data != NULL) {
3755 kfree(usbvision->sbuf[i].data);
3756 usbvision->sbuf[i].data = NULL;
3759 if (usbvision->IntraFrameBuffer != NULL) {
3760 vfree(usbvision->IntraFrameBuffer);
3761 usbvision->IntraFrameBuffer = NULL;
3766 /* If so far no errors then we shall start the camera */
3768 down(&usbvision->lock);
3769 if (usbvision->power == 0) {
3770 usbvision_power_on(usbvision);
3771 usbvision_init_i2c(usbvision);
3774 /* Send init sequence only once, it's large! */
3775 if (!usbvision->initialized) {
3777 setup_ok = usbvision_setup(usbvision);
3779 usbvision->initialized = 1;
3785 usbvision_begin_streaming(usbvision);
3786 errCode = usbvision_init_isoc(usbvision);
3790 if (PowerOnAtOpen) {
3791 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
3792 usbvision_power_off(usbvision);
3793 usbvision->initialized = 0;
3796 up(&usbvision->lock);
3802 PDEBUG(DBG_IO, "success");
3807 * usbvision_v4l2_close()
3809 * This is part of Video 4 Linux API. The procedure
3810 * stops streaming and deallocates all buffers that were earlier
3811 * allocated in usbvision_v4l2_open().
3814 static int usbvision_v4l2_close(struct inode *inode, struct file *file)
3816 struct video_device *dev = video_devdata(file);
3817 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
3820 PDEBUG(DBG_IO, "close");
3821 down(&usbvision->lock);
3823 usbvision_audio_off(usbvision);
3824 usbvision_restart_isoc(usbvision);
3825 usbvision_stop_isoc(usbvision);
3827 if (usbvision->IntraFrameBuffer != NULL) {
3828 vfree(usbvision->IntraFrameBuffer);
3829 usbvision->IntraFrameBuffer = NULL;
3832 usbvision_rvfree(usbvision->fbuf, usbvision->fbuf_size);
3833 vfree(usbvision->scratch);
3834 for (i = 0; i < USBVISION_NUMSBUF; i++)
3835 kfree(usbvision->sbuf[i].data);
3839 if (PowerOnAtOpen) {
3840 mod_timer(&usbvision->powerOffTimer, jiffies + USBVISION_POWEROFF_TIME);
3841 usbvision->initialized = 0;
3844 up(&usbvision->lock);
3846 if (usbvision->remove_pending) {
3847 info("%s: Final disconnect", __FUNCTION__);
3848 usbvision_release(usbvision);
3851 PDEBUG(DBG_IO, "success");
3861 * This is part of Video 4 Linux API. The procedure handles ioctl() calls.
3864 static int usbvision_v4l2_do_ioctl(struct inode *inode, struct file *file,
3865 unsigned int cmd, void *arg)
3867 struct video_device *dev = video_devdata(file);
3868 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
3870 if (!USBVISION_IS_OPERATIONAL(usbvision))
3876 struct usbvision_reg *usbvision_reg = arg;
3879 errCode = usbvision_write_reg(usbvision, usbvision_reg->addr, usbvision_reg->value);
3882 err("%s: UVIOCSREG failed: error %d", __FUNCTION__, errCode);
3885 PDEBUG(DBG_IOCTL, "UVIOCSREG addr=0x%02X, value=0x%02X",
3886 usbvision_reg->addr, usbvision_reg->value);
3893 struct usbvision_reg *usbvision_reg = arg;
3896 errCode = usbvision_read_reg(usbvision, usbvision_reg->addr);
3899 err("%s: UVIOCGREG failed: error %d", __FUNCTION__, errCode);
3902 usbvision_reg->value=(unsigned char)errCode;
3903 PDEBUG(DBG_IOCTL, "UVIOCGREG addr=0x%02X, value=0x%02X",
3904 usbvision_reg->addr, usbvision_reg->value);
3905 errCode = 0; // No error
3909 case VIDIOC_QUERYCAP:
3911 struct v4l2_capability *vc=arg;
3912 *vc = usbvision->vcap;
3913 PDEBUG(DBG_IOCTL, "VIDIOC_QUERYCAP");
3916 case VIDIOC_ENUMINPUT:
3918 struct v4l2_input *vi = arg;
3921 if ((vi->index >= usbvision->video_inputs) || (vi->index < 0) )
3923 if (usbvision->have_tuner) {
3927 chan = vi->index + 1; //skip Television string
3931 if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
3932 strcpy(vi->name, "White Video Input");
3935 strcpy(vi->name, "Television");
3936 vi->type = V4L2_INPUT_TYPE_TUNER;
3939 vi->std = V4L2_STD_PAL | V4L2_STD_NTSC | V4L2_STD_SECAM;
3943 vi->type = V4L2_INPUT_TYPE_CAMERA;
3944 if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
3945 strcpy(vi->name, "Green Video Input");
3948 strcpy(vi->name, "Composite Video Input");
3950 vi->std = V4L2_STD_PAL;
3953 vi->type = V4L2_INPUT_TYPE_CAMERA;
3954 if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
3955 strcpy(vi->name, "Yellow Video Input");
3958 strcpy(vi->name, "S-Video Input");
3960 vi->std = V4L2_STD_PAL;
3963 vi->type = V4L2_INPUT_TYPE_CAMERA;
3964 strcpy(vi->name, "Red Video Input");
3965 vi->std = V4L2_STD_PAL;
3968 PDEBUG(DBG_IOCTL, "VIDIOC_ENUMINPUT name=%s:%d tuners=%d type=%d norm=%x", vi->name, vi->index, vi->tuner,vi->type,(int)vi->std);
3971 case VIDIOC_ENUMSTD:
3973 struct v4l2_standard *vs = arg;
3976 vs->id = V4L2_STD_PAL;
3977 strcpy(vs->name,"PAL");
3978 vs->frameperiod.numerator = 1;
3979 vs->frameperiod.denominator = 25;
3980 vs->framelines = 625;
3983 vs->id = V4L2_STD_NTSC;
3984 strcpy(vs->name,"NTSC");
3985 vs->frameperiod.numerator = 1001;
3986 vs->frameperiod.denominator = 30000;
3987 vs->framelines = 525;
3990 vs->id = V4L2_STD_SECAM;
3991 strcpy(vs->name,"SECAM");
3992 vs->frameperiod.numerator = 1;
3993 vs->frameperiod.denominator = 25;
3994 vs->framelines = 625;
4001 case VIDIOC_G_INPUT:
4004 *input = usbvision->input.index;
4007 case VIDIOC_S_INPUT:
4010 if ((*input >= usbvision->video_inputs) || (*input < 0) )
4012 usbvision->input.index = *input;
4014 down(&usbvision->lock);
4015 usbvision_muxsel(usbvision, usbvision->input.index, usbvision->input.std);
4016 usbvision_set_input(usbvision);
4017 usbvision_set_output(usbvision, usbvision->curwidth, usbvision->curheight);
4018 up(&usbvision->lock);
4023 v4l2_std_id *std = arg;
4024 *std = usbvision->input.std;
4025 PDEBUG(DBG_IOCTL, "VIDIOC_G_STD std_id=%x", (unsigned)*std);
4030 v4l2_std_id *std = arg;
4032 down(&usbvision->lock);
4033 usbvision_muxsel(usbvision, usbvision->input.index, *std);
4034 usbvision_set_input(usbvision);
4035 usbvision_set_output(usbvision, usbvision->curwidth, usbvision->curheight);
4036 up(&usbvision->lock);
4038 usbvision->input.std = *std;
4039 PDEBUG(DBG_IOCTL, "VIDIOC_S_STD std_id=%x", (unsigned)*std);
4042 case VIDIOC_G_TUNER:
4044 struct v4l2_tuner *vt = arg;
4045 struct v4l2_tuner status;
4047 if (!usbvision->have_tuner || vt->index) // Only tuner 0
4049 strcpy(vt->name, "Television");
4050 vt->type = V4L2_TUNER_ANALOG_TV;
4051 vt->capability = V4L2_TUNER_CAP_NORM;
4054 vt->audmode = V4L2_TUNER_MODE_MONO;
4055 vt->rxsubchans = V4L2_TUNER_SUB_MONO;
4056 call_i2c_clients(usbvision,VIDIOC_G_TUNER,&status);
4057 vt->signal = status.signal;
4059 PDEBUG(DBG_IOCTL, "VIDIOC_G_TUNER");
4062 case VIDIOC_S_TUNER:
4064 struct v4l2_tuner *vt = arg;
4066 // Only no or one tuner for now
4067 if (!usbvision->have_tuner || vt->index)
4069 // FIXME vt->audmode Radio mode (STEREO/MONO/...)
4070 // vt->reserved Radio freq
4071 // usbvision_muxsel(usbvision, vt->index, vt->mode);
4072 PDEBUG(DBG_IOCTL, "VIDIOC_S_TUNER");
4075 case VIDIOC_G_FREQUENCY:
4077 struct v4l2_frequency *freq = arg;
4078 freq->tuner = 0; // Only one tuner
4079 freq->type = V4L2_TUNER_ANALOG_TV;
4080 freq->frequency = usbvision->freq;
4081 PDEBUG(DBG_IOCTL, "VIDIOC_G_FREQUENCY freq=0x%X", (unsigned)freq->frequency);
4084 case VIDIOC_S_FREQUENCY:
4086 struct v4l2_frequency *freq = arg;
4087 usbvision->freq = freq->frequency;
4088 call_i2c_clients(usbvision, cmd, freq);
4089 PDEBUG(DBG_IOCTL, "VIDIOC_S_FREQUENCY freq=0x%X", (unsigned)freq->frequency);
4092 case VIDIOC_G_AUDIO:
4094 struct v4l2_audio *v = arg;
4095 memset(v,0, sizeof(v));
4096 strcpy(v->name, "TV");
4097 PDEBUG(DBG_IOCTL, "VIDIOC_G_AUDIO");
4098 // FIXME: no more processings ???
4101 case VIDIOC_S_AUDIO:
4103 struct v4l2_audio *v = arg;
4107 PDEBUG(DBG_IOCTL, "VIDIOC_S_AUDIO");
4108 // FIXME: void function ???
4111 case VIDIOC_QUERYCTRL:
4113 struct v4l2_queryctrl *qc = arg;
4115 case V4L2_CID_BRIGHTNESS:
4117 case V4L2_CID_SATURATION:
4118 case V4L2_CID_CONTRAST:
4119 case V4L2_CID_AUDIO_VOLUME:
4120 case V4L2_CID_AUDIO_MUTE:
4121 return v4l2_ctrl_query_fill_std(qc);
4130 struct v4l2_control *ctrl = arg;
4133 case V4L2_CID_BRIGHTNESS:
4134 ctrl->value = usbvision->brightness;
4136 case V4L2_CID_CONTRAST:
4137 ctrl->value = usbvision->contrast;
4139 case V4L2_CID_SATURATION:
4140 ctrl->value = usbvision->saturation;
4143 ctrl->value = usbvision->hue;
4145 case V4L2_CID_AUDIO_VOLUME:
4146 /* ctrl->value = usbvision->volume; */
4148 case V4L2_CID_AUDIO_MUTE:
4149 ctrl->value = usbvision->AudioMute;
4154 PDEBUG(DBG_IOCTL, "VIDIOC_G_CTRL id=%x value=%x",ctrl->id,ctrl->value);
4159 struct v4l2_control *ctrl = arg;
4160 PDEBUG(DBG_IOCTL, "VIDIOC_S_CTRL id=%x value=%x",ctrl->id,ctrl->value);
4161 call_i2c_clients(usbvision, VIDIOC_S_CTRL, ctrl);
4164 case VIDIOC_REQBUFS:
4166 struct v4l2_requestbuffers *vr = arg;
4167 // FIXME : normally we allocate the requested number of buffers.
4168 // this driver allocates statically the buffers.
4170 if(vr->memory != V4L2_MEMORY_MMAP)
4174 case VIDIOC_QUERYBUF:
4176 struct v4l2_buffer *vb = arg;
4177 struct usbvision_frame *frame;
4179 // FIXME : works only on VIDEO_CAPTURE MODE, MMAP.
4180 if(vb->type != V4L2_CAP_VIDEO_CAPTURE) {
4187 frame = &usbvision->frame[vb->index];
4188 if(frame->grabstate == FrameState_Grabbing)
4189 vb->flags |= V4L2_BUF_FLAG_QUEUED;
4190 if(frame->grabstate >= FrameState_Done)
4191 vb->flags |= V4L2_BUF_FLAG_DONE;
4192 if(frame->grabstate == FrameState_Unused)
4193 vb->flags |= V4L2_BUF_FLAG_MAPPED;
4194 vb->memory = V4L2_MEMORY_MMAP;
4195 if(vb->index == 0) {
4199 vb->m.offset = MAX_FRAME_SIZE;
4201 vb->length = MAX_FRAME_SIZE;
4202 vb->timestamp = usbvision->frame[vb->index].timestamp;
4203 vb->sequence = usbvision->frame_num;
4206 case VIDIOC_QBUF: // VIDIOCMCAPTURE + VIDIOCSYNC
4208 struct v4l2_buffer *vb = arg;
4209 struct usbvision_frame *frame;
4211 // FIXME : works only on VIDEO_CAPTURE MODE, MMAP.
4212 if(vb->type != V4L2_CAP_VIDEO_CAPTURE) {
4219 frame = &usbvision->frame[vb->index];
4221 if (frame->grabstate == FrameState_Grabbing) {
4225 usbvision_set_output(usbvision, usbvision->curwidth, usbvision->curheight);
4227 /* Mark it as ready */
4228 frame->grabstate = FrameState_Ready;
4229 vb->flags &= ~V4L2_BUF_FLAG_DONE;
4231 /* set v4l2_format index */
4232 frame->v4l2_format = usbvision->palette;
4234 return usbvision_new_frame(usbvision, vb->index);
4238 struct v4l2_buffer *vb = arg;
4241 DECLARE_WAITQUEUE(wait, current);
4242 // FIXME : not the proper way to get the last filled frame
4244 if(usbvision->curFrameNum != -1) vb->index=usbvision->curFrameNum;
4246 if(usbvision->frame[1].grabstate >= FrameState_Done)
4248 else if(usbvision->frame[0].grabstate >= FrameState_Done)
4250 // If no FRAME_DONE, look for a FRAME_GRABBING state.
4251 // See if a frame is in process (grabbing), then use it.
4252 if (vb->index == -1) {
4253 if (usbvision->frame[1].grabstate == FrameState_Grabbing)
4255 else if (usbvision->frame[0].grabstate == FrameState_Grabbing)
4259 if (vb->index == -1)
4262 PDEBUG(DBG_IOCTL, "VIDIOC_DQBUF frame=%d, grabstate=%d",
4263 vb->index, usbvision->frame[vb->index].grabstate);
4265 switch (usbvision->frame[vb->index].grabstate) {
4266 case FrameState_Unused:
4269 case FrameState_Grabbing:
4270 add_wait_queue(&usbvision->frame[vb->index].wq, &wait);
4271 current->state = TASK_INTERRUPTIBLE;
4272 while (usbvision->frame[vb->index].grabstate == FrameState_Grabbing) {
4274 if (signal_pending(current)) {
4275 remove_wait_queue(&usbvision->frame[vb->index].wq, &wait);
4276 current->state = TASK_RUNNING;
4280 remove_wait_queue(&usbvision->frame[vb->index].wq, &wait);
4281 current->state = TASK_RUNNING;
4282 case FrameState_Ready:
4283 case FrameState_Error:
4284 case FrameState_Done:
4285 errCode = (usbvision->frame[vb->index].grabstate == FrameState_Error) ? -EIO : 0;
4286 vb->memory = V4L2_MEMORY_MMAP;
4287 vb->flags = V4L2_BUF_FLAG_MAPPED | V4L2_BUF_FLAG_QUEUED | V4L2_BUF_FLAG_DONE;
4288 vb->sequence = usbvision->frame[vb->index].sequence;
4289 usbvision->frame[vb->index].grabstate = FrameState_Unused;
4293 usbvision->frame[vb->index].grabstate = FrameState_Unused;
4296 case VIDIOC_STREAMON:
4298 int b=V4L2_BUF_TYPE_VIDEO_CAPTURE;
4299 call_i2c_clients(usbvision,VIDIOC_STREAMON , &b);
4302 case VIDIOC_STREAMOFF:
4304 int b=V4L2_BUF_TYPE_VIDEO_CAPTURE;
4305 down(&usbvision->lock);
4306 // Stop all video streamings
4307 call_i2c_clients(usbvision,VIDIOC_STREAMOFF , &b);
4308 usbvision->frame_num = -1;
4309 usbvision->frame[0].grabstate = FrameState_Unused;
4310 usbvision->frame[1].grabstate = FrameState_Unused;
4311 up(&usbvision->lock);
4316 struct v4l2_framebuffer *vb = arg;
4319 *vb = usbvision->vid_buf;
4322 memset(vb, 0, sizeof(vb)); //dga not supported, not used
4324 PDEBUG(DBG_IOCTL, "VIDIOC_G_FBUF base=%p, width=%d, height=%d, pixelformat=%d, bpl=%d",
4325 vb->base, vb->fmt.width, vb->fmt.height, vb->fmt.pixelformat,vb->fmt.bytesperline);
4330 struct v4l2_framebuffer *vb = arg;
4337 if(!capable(CAP_SYS_ADMIN) && !capable(CAP_SYS_ADMIN)) {
4341 PDEBUG(DBG_IOCTL, "VIDIOC_S_FBUF base=%p, width=%d, height=%d, pixelformat=%d, bpl=%d",
4342 vb->base, vb->fmt.width, vb->fmt.height, vb->fmt.pixelformat,vb->fmt.bytesperline);
4344 for (formatIdx=0; formatIdx <= USBVISION_SUPPORTED_PALETTES; formatIdx++) {
4345 if (formatIdx == USBVISION_SUPPORTED_PALETTES) {
4346 return -EINVAL; // no matching video_format
4348 if ((vb->fmt.pixelformat == usbvision_v4l2_format[formatIdx].format) &&
4349 (usbvision_v4l2_format[formatIdx].supported)) {
4350 break; //found matching video_format
4354 if (vb->fmt.bytesperline<1) {
4357 if (usbvision->overlay) {
4360 down(&usbvision->lock);
4361 if (usbvision->overlay_base) {
4362 iounmap(usbvision->overlay_base);
4363 usbvision->vid_buf_valid = 0;
4365 usbvision->overlay_base = ioremap((ulong)vb->base, vb->fmt.height * vb->fmt.bytesperline);
4366 if (usbvision->overlay_base) {
4367 usbvision->vid_buf_valid = 1;
4369 usbvision->vid_buf = *vb;
4370 usbvision->overlay_frame.v4l2_format = usbvision_v4l2_format[formatIdx];
4371 up(&usbvision->lock);
4374 case VIDIOC_ENUM_FMT:
4376 struct v4l2_fmtdesc *vfd = arg;
4378 (vfd->type == V4L2_BUF_TYPE_VIDEO_OVERLAY) &&
4379 (usbvision->palette.format != V4L2_PIX_FMT_YVU420) &&
4380 (usbvision->palette.format != V4L2_PIX_FMT_YUV422P) ) {
4383 if(vfd->index>=USBVISION_SUPPORTED_PALETTES-1) {
4387 strcpy(vfd->description,usbvision_v4l2_format[vfd->index].desc);
4388 vfd->pixelformat = usbvision_v4l2_format[vfd->index].format;
4393 struct v4l2_format *vf = arg;
4396 (vf->type == V4L2_BUF_TYPE_VIDEO_OVERLAY) &&
4397 (usbvision->palette.format != V4L2_PIX_FMT_YVU420) &&
4398 (usbvision->palette.format != V4L2_PIX_FMT_YUV422P) ) {
4401 down(&usbvision->lock);
4402 *vf = usbvision->vid_win;
4403 up(&usbvision->lock);
4404 PDEBUG(DBG_IOCTL, "VIDIOC_G_FMT x=%d, y=%d, w=%d, h=%d, chroma=%x, clips=%d",
4405 vf->fmt.win.w.left, vf->fmt.win.w.top, vf->fmt.win.w.width, vf->fmt.win.w.height, vf->fmt.win.chromakey, vf->fmt.win.clipcount);
4410 struct v4l2_format *vf = arg;
4411 struct v4l2_clip *vc=NULL;
4415 (vf->type == V4L2_BUF_TYPE_VIDEO_OVERLAY) &&
4416 (usbvision->palette.format != V4L2_PIX_FMT_YVU420) &&
4417 (usbvision->palette.format != V4L2_PIX_FMT_YUV422P) ) {
4420 if(vf->type == V4L2_BUF_TYPE_VIDEO_OVERLAY) {
4421 if (vf->fmt.win.clipcount>256) {
4422 return -EDOM; /* Too many clips! */
4425 vc = vmalloc(sizeof(struct v4l2_clip)*(vf->fmt.win.clipcount+4));
4429 if (vf->fmt.win.clipcount && copy_from_user(vc,vf->fmt.win.clips,sizeof(struct v4l2_clip)*vf->fmt.win.clipcount)) {
4432 on = usbvision->overlay; // Save overlay state
4434 usbvision_cap(usbvision, 0);
4437 // strange, it seems xawtv sometimes calls us with 0
4438 // width and/or height. Ignore these values
4439 if (vf->fmt.win.w.left == 0) {
4440 vf->fmt.win.w.left = usbvision->vid_win.fmt.win.w.left;
4442 if (vf->fmt.win.w.top == 0) {
4443 vf->fmt.win.w.top = usbvision->vid_win.fmt.win.w.top;
4446 // by now we are committed to the new data...
4447 down(&usbvision->lock);
4448 RESTRICT_TO_RANGE(vf->fmt.win.w.width, MIN_FRAME_WIDTH, MAX_FRAME_WIDTH);
4449 RESTRICT_TO_RANGE(vf->fmt.win.w.height, MIN_FRAME_HEIGHT, MAX_FRAME_HEIGHT);
4450 usbvision->vid_win = *vf;
4451 usbvision->overlay_frame.width = vf->fmt.win.w.width;
4452 usbvision->overlay_frame.height = vf->fmt.win.w.height;
4453 usbvision_set_output(usbvision, vf->fmt.win.w.width, vf->fmt.win.w.height);
4454 up(&usbvision->lock);
4456 // Impose display clips
4457 if (vf->fmt.win.w.left+vf->fmt.win.w.width > (unsigned int)usbvision->vid_buf.fmt.width) {
4458 usbvision_new_clip(vf, vc, usbvision->vid_buf.fmt.width-vf->fmt.win.w.left, 0, vf->fmt.win.w.width-1, vf->fmt.win.w.height-1);
4460 if (vf->fmt.win.w.top+vf->fmt.win.w.height > (unsigned int)usbvision->vid_buf.fmt.height) {
4461 usbvision_new_clip(vf, vc, 0, usbvision->vid_buf.fmt.height-vf->fmt.win.w.top, vf->fmt.win.w.width-1, vf->fmt.win.w.height-1);
4464 // built the requested clipping zones
4465 usbvision_built_overlay(usbvision, vf->fmt.win.clipcount, vc);
4468 // restore overlay state
4470 usbvision_cap(usbvision, 1);
4472 usbvision->vid_win_valid = 1;
4473 PDEBUG(DBG_IOCTL, "VIDIOC_S_FMT overlay x=%d, y=%d, w=%d, h=%d, chroma=%x, clips=%d",
4474 vf->fmt.win.w.left, vf->fmt.win.w.top, vf->fmt.win.w.width, vf->fmt.win.w.height, vf->fmt.win.chromakey, vf->fmt.win.clipcount);
4477 /* Find requested format in available ones */
4478 for(formatIdx=0;formatIdx<USBVISION_SUPPORTED_PALETTES;formatIdx++) {
4479 if(vf->fmt.pix.pixelformat == usbvision_v4l2_format[formatIdx].format) {
4480 usbvision->palette = usbvision_v4l2_format[formatIdx];
4485 if(formatIdx == USBVISION_SUPPORTED_PALETTES) {
4488 usbvision->vid_win.fmt.pix.pixelformat = vf->fmt.pix.pixelformat;
4489 usbvision->vid_win.fmt.pix.width = vf->fmt.pix.width; //Image width in pixels.
4490 usbvision->vid_win.fmt.pix.height = vf->fmt.pix.height; // Image height in pixels.
4492 // by now we are committed to the new data...
4493 down(&usbvision->lock);
4494 RESTRICT_TO_RANGE(vf->fmt.pix.width, MIN_FRAME_WIDTH, MAX_FRAME_WIDTH);
4495 RESTRICT_TO_RANGE(vf->fmt.pix.height, MIN_FRAME_HEIGHT, MAX_FRAME_HEIGHT);
4496 usbvision->vid_win = *vf;
4497 usbvision_set_output(usbvision, vf->fmt.pix.width, vf->fmt.pix.height);
4498 up(&usbvision->lock);
4500 usbvision->vid_win_valid = 1;
4501 PDEBUG(DBG_IOCTL, "VIDIOC_S_FMT grabdisplay w=%d, h=%d, ",
4502 vf->fmt.pix.width, vf->fmt.pix.height);
4506 case VIDIOC_OVERLAY:
4511 (usbvision->palette.format != V4L2_PIX_FMT_YVU420) &&
4512 (usbvision->palette.format != V4L2_PIX_FMT_YUV422P) ) {
4513 PDEBUG(DBG_IOCTL, "VIDIOC_OVERLAY DGA disabled");
4518 usbvision_cap(usbvision, 0);
4521 // are VIDIOCSFBUF and VIDIOCSWIN done?
4522 if ((usbvision->vid_buf_valid == 0) || (usbvision->vid_win_valid == 0)) {
4523 PDEBUG(DBG_IOCTL, "VIDIOC_OVERLAY vid_buf_valid %d; vid_win_valid %d",
4524 usbvision->vid_buf_valid, usbvision->vid_win_valid);
4527 usbvision_cap(usbvision, 1);
4529 PDEBUG(DBG_IOCTL, "VIDIOC_OVERLAY %s", (*v)?"on":"off");
4533 return -ENOIOCTLCMD;
4538 static int usbvision_v4l2_ioctl(struct inode *inode, struct file *file,
4539 unsigned int cmd, unsigned long arg)
4541 return video_usercopy(inode, file, cmd, arg, usbvision_v4l2_do_ioctl);
4545 static ssize_t usbvision_v4l2_read(struct file *file, char *buf,
4546 size_t count, loff_t *ppos)
4548 struct video_device *dev = video_devdata(file);
4549 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4550 int noblock = file->f_flags & O_NONBLOCK;
4554 struct usbvision_frame *frame;
4556 PDEBUG(DBG_IO, "%s: %ld bytes, noblock=%d", __FUNCTION__, (unsigned long)count, noblock);
4558 if (!USBVISION_IS_OPERATIONAL(usbvision) || (buf == NULL))
4561 down(&usbvision->lock);
4562 //code for testing compression
4563 if (usbvision->isocMode == ISOC_MODE_COMPRESS) {
4564 usbvision->frame[0].v4l2_format = usbvision_v4l2_format[0]; //V4L2_PIX_FMT_GREY;
4565 usbvision->frame[1].v4l2_format = usbvision_v4l2_format[0]; // V4L2_PIX_FMT_GREY;
4568 // See if a frame is completed, then use it.
4569 if (usbvision->frame[0].grabstate >= FrameState_Done) // _Done or _Error
4571 else if (usbvision->frame[1].grabstate >= FrameState_Done)// _Done or _Error
4574 if (noblock && (frmx == -1)) {
4576 goto usbvision_v4l2_read_done;
4579 // If no FRAME_DONE, look for a FRAME_GRABBING state.
4580 // See if a frame is in process (grabbing), then use it.
4582 if (usbvision->frame[0].grabstate == FrameState_Grabbing)
4584 else if (usbvision->frame[1].grabstate == FrameState_Grabbing)
4588 // If no frame is active, start one.
4590 usbvision_new_frame(usbvision, frmx = 0);
4592 frame = &usbvision->frame[frmx];
4595 if (!USBVISION_IS_OPERATIONAL(usbvision)) {
4597 goto usbvision_v4l2_read_done;
4599 PDEBUG(DBG_IO, "Waiting frame grabbing");
4600 rc = wait_event_interruptible(frame->wq, (frame->grabstate == FrameState_Done) ||
4601 (frame->grabstate == FrameState_Error));
4603 goto usbvision_v4l2_read_done;
4606 if (frame->grabstate == FrameState_Error) {
4607 frame->bytes_read = 0;
4608 if (usbvision_new_frame(usbvision, frmx)) {
4609 err("%s: usbvision_new_frame() failed", __FUNCTION__);
4614 PDEBUG(DBG_IO, "%s: frmx=%d, bytes_read=%ld, scanlength=%ld", __FUNCTION__,
4615 frmx, frame->bytes_read, frame->scanlength);
4617 /* copy bytes to user space; we allow for partials reads */
4618 if ((count + frame->bytes_read) > (unsigned long)frame->scanlength)
4619 count = frame->scanlength - frame->bytes_read;
4621 if (copy_to_user(buf, frame->data + frame->bytes_read, count)) {
4623 goto usbvision_v4l2_read_done;
4626 frame->bytes_read += count;
4627 PDEBUG(DBG_IO, "%s: {copy} count used=%ld, new bytes_read=%ld", __FUNCTION__,
4628 (unsigned long)count, frame->bytes_read);
4630 if (frame->bytes_read >= frame->scanlength) {// All data has been read
4631 frame->bytes_read = 0;
4633 /* Mark it as available to be used again. */
4634 usbvision->frame[frmx].grabstate = FrameState_Unused;
4635 if (usbvision_new_frame(usbvision, frmx ? 0 : 1))
4636 err("%s: usbvision_new_frame() failed", __FUNCTION__);
4639 usbvision_v4l2_read_done:
4640 up(&usbvision->lock);
4644 static int usbvision_v4l2_mmap(struct file *file, struct vm_area_struct *vma)
4646 struct video_device *dev = video_devdata(file);
4647 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4648 unsigned long start = vma->vm_start;
4649 unsigned long size = vma->vm_end-vma->vm_start;
4651 unsigned long page, pos;
4653 if (!USBVISION_IS_OPERATIONAL(usbvision))
4656 if (size > (((USBVISION_NUMFRAMES * usbvision->max_frame_size) + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)))
4659 pos = (unsigned long) usbvision->fbuf;
4663 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10) //Compatibility for 2.6.10+ kernels
4664 page = vmalloc_to_pfn((void *)pos);
4665 if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) {
4668 #else //Compatibility for 2.6.0 - 2.6.9 kernels
4669 page = usbvision_kvirt_to_pa(pos);
4670 if (remap_page_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) {
4676 if (size > PAGE_SIZE)
4687 * Here comes the stuff for radio on usbvision based devices
4690 static int usbvision_radio_open(struct inode *inode, struct file *file)
4692 struct video_device *dev = video_devdata(file);
4693 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4694 struct v4l2_frequency freq;
4697 PDEBUG(DBG_RIO, "%s:", __FUNCTION__);
4699 down(&usbvision->lock);
4701 if (usbvision->user) {
4702 err("%s: Someone tried to open an already opened USBVision Radio!", __FUNCTION__);
4707 if (timer_pending(&usbvision->powerOffTimer)) {
4708 del_timer(&usbvision->powerOffTimer);
4710 if (usbvision->power == 0) {
4711 usbvision_power_on(usbvision);
4712 usbvision_init_i2c(usbvision);
4716 // If so far no errors then we shall start the radio
4717 usbvision->radio = 1;
4718 call_i2c_clients(usbvision,AUDC_SET_RADIO,&usbvision->tuner_type);
4719 freq.frequency = 1517; //SWR3 @ 94.8MHz
4720 call_i2c_clients(usbvision, VIDIOC_S_FREQUENCY, &freq);
4721 usbvision_set_audio(usbvision, USBVISION_AUDIO_RADIO);
4726 if (PowerOnAtOpen) {
4727 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
4728 usbvision_power_off(usbvision);
4729 usbvision->initialized = 0;
4732 up(&usbvision->lock);
4737 static int usbvision_radio_close(struct inode *inode, struct file *file)
4739 struct video_device *dev = video_devdata(file);
4740 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4743 PDEBUG(DBG_RIO, "");
4745 down(&usbvision->lock);
4747 usbvision_audio_off(usbvision);
4751 if (PowerOnAtOpen) {
4752 mod_timer(&usbvision->powerOffTimer, jiffies + USBVISION_POWEROFF_TIME);
4753 usbvision->initialized = 0;
4756 up(&usbvision->lock);
4758 if (usbvision->remove_pending) {
4759 info("%s: Final disconnect", __FUNCTION__);
4760 usbvision_release(usbvision);
4764 PDEBUG(DBG_RIO, "success");
4769 static int usbvision_do_radio_ioctl(struct inode *inode, struct file *file,
4770 unsigned int cmd, void *arg)
4772 struct video_device *dev = video_devdata(file);
4773 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4775 if (!USBVISION_IS_OPERATIONAL(usbvision))
4779 /***************************
4781 ***************************/
4782 case VIDIOC_QUERYCAP:
4784 struct v4l2_capability *vc=arg;
4785 memset(vc, 0, sizeof(struct v4l2_capability));
4786 strcpy(vc->driver,"usbvision radio");
4787 strcpy(vc->card,usbvision->vcap.card);
4788 strcpy(vc->bus_info,"usb");
4789 vc->version = USBVISION_DRIVER_VERSION; /* version */
4790 vc->capabilities = V4L2_CAP_TUNER; /* capabilities */
4791 PDEBUG(DBG_RIO, "%s: VIDIOC_QUERYCAP", __FUNCTION__);
4794 case VIDIOC_QUERYCTRL:
4796 struct v4l2_queryctrl *qc = arg;
4799 case V4L2_CID_AUDIO_VOLUME:
4800 case V4L2_CID_AUDIO_MUTE:
4801 return v4l2_ctrl_query_fill_std(qc);
4810 struct v4l2_control *ctrl = arg;
4811 PDEBUG(DBG_IOCTL, "VIDIOC_G_CTRL id=%x value=%x",ctrl->id,ctrl->value);
4813 case V4L2_CID_AUDIO_VOLUME:
4814 /* ctrl->value = usbvision->volume; */
4816 case V4L2_CID_AUDIO_MUTE:
4817 ctrl->value = usbvision->AudioMute;
4826 struct v4l2_control *ctrl = arg;
4827 call_i2c_clients(usbvision, VIDIOC_S_CTRL, ctrl);
4829 PDEBUG(DBG_RIO, "%s: VIDIOC_S_CTRL id=%x value=%x", __FUNCTION__,ctrl->id,ctrl->value);
4832 case VIDIOC_G_TUNER:
4834 struct v4l2_tuner *vt = arg;
4836 if (!usbvision->have_tuner || vt->index) // Only tuner 0
4838 strcpy(vt->name, "Radio");
4839 vt->type = V4L2_TUNER_RADIO;
4840 vt->capability = V4L2_TUNER_CAP_STEREO;
4841 // japan: 76.0 MHz - 89.9 MHz
4842 // western europe: 87.5 MHz - 108.0 MHz
4843 // russia: 65.0 MHz - 108.0 MHz
4844 vt->rangelow = (int)(65*16);;
4845 vt->rangehigh = (int)(108*16);
4846 vt->audmode = V4L2_TUNER_MODE_STEREO;
4847 vt->rxsubchans = V4L2_TUNER_SUB_STEREO;
4848 call_i2c_clients(usbvision,VIDIOC_G_TUNER,&vt);
4850 PDEBUG(DBG_RIO, "%s: VIDIOC_G_TUNER signal=%d", __FUNCTION__, vt->signal);
4853 case VIDIOC_S_TUNER:
4855 struct v4l2_tuner *vt = arg;
4857 // Only channel 0 has a tuner
4858 if((vt->index) || (usbvision->channel)) {
4861 PDEBUG(DBG_RIO, "%s: VIDIOC_S_TUNER", __FUNCTION__);
4864 case VIDIOC_G_AUDIO:
4866 struct v4l2_audio *va = arg;
4867 memset(va,0, sizeof(va));
4868 va->capability = V4L2_AUDCAP_STEREO;
4869 strcpy(va->name, "Radio");
4870 PDEBUG(DBG_IOCTL, "VIDIOC_G_AUDIO");
4873 case VIDIOC_S_AUDIO:
4875 struct v4l2_audio *v = arg;
4879 PDEBUG(DBG_IOCTL, "VIDIOC_S_AUDIO");
4880 // FIXME: void function ???
4883 case VIDIOC_G_FREQUENCY:
4885 struct v4l2_frequency *freq = arg;
4886 freq->tuner = 0; // Only one tuner
4887 freq->type = V4L2_TUNER_RADIO;
4888 freq->frequency = usbvision->freq;
4889 PDEBUG(DBG_RIO, "VIDIOC_G_FREQUENCY freq=0x%X", (unsigned)freq->frequency);
4892 case VIDIOC_S_FREQUENCY:
4894 struct v4l2_frequency *freq = arg;
4895 usbvision->freq = freq->frequency;
4896 call_i2c_clients(usbvision, cmd, freq);
4897 PDEBUG(DBG_RIO, "VIDIOC_S_FREQUENCY freq=0x%X", (unsigned)freq->frequency);
4901 /***************************
4903 ***************************/
4906 struct video_capability *vc = arg;
4908 memset(vc, 0, sizeof(struct video_capability));
4909 strcpy(vc->name,usbvision->vcap.card);
4910 vc->type = VID_TYPE_TUNER;
4913 PDEBUG(DBG_RIO, "%s: VIDIOCGCAP", __FUNCTION__);
4918 struct video_tuner *vt = arg;
4920 if((vt->tuner) || (usbvision->channel)) { /* Only tuner 0 */
4923 strcpy(vt->name, "Radio");
4924 // japan: 76.0 MHz - 89.9 MHz
4925 // western europe: 87.5 MHz - 108.0 MHz
4926 // russia: 65.0 MHz - 108.0 MHz
4927 vt->rangelow=(int)(65*16);
4928 vt->rangehigh=(int)(108*16);
4931 call_i2c_clients(usbvision,cmd,vt);
4932 PDEBUG(DBG_RIO, "%s: VIDIOCGTUNER signal=%d", __FUNCTION__, vt->signal);
4937 struct video_tuner *vt = arg;
4939 // Only channel 0 has a tuner
4940 if((vt->tuner) || (usbvision->channel)) {
4943 PDEBUG(DBG_RIO, "%s: VIDIOCSTUNER", __FUNCTION__);
4948 struct video_audio *va = arg;
4949 memset(va,0, sizeof(struct video_audio));
4950 call_i2c_clients(usbvision, cmd, va);
4951 va->flags|=VIDEO_AUDIO_MUTABLE;
4954 strcpy(va->name, "Radio");
4955 PDEBUG(DBG_RIO, "%s: VIDIOCGAUDIO", __FUNCTION__);
4960 struct video_audio *va = arg;
4965 if(va->flags & VIDEO_AUDIO_MUTE) {
4966 if (usbvision_audio_mute(usbvision)) {
4971 if (usbvision_audio_on(usbvision)) {
4975 PDEBUG(DBG_RIO, "%s: VIDIOCSAUDIO flags=0x%x)", __FUNCTION__, va->flags);
4980 unsigned long *freq = arg;
4982 *freq = usbvision->freq;
4983 PDEBUG(DBG_RIO, "%s: VIDIOCGFREQ freq = %ld00 kHz", __FUNCTION__, (*freq * 10)>>4);
4988 unsigned long *freq = arg;
4990 usbvision->freq = *freq;
4991 call_i2c_clients(usbvision, cmd, freq);
4992 PDEBUG(DBG_RIO, "%s: VIDIOCSFREQ freq = %ld00 kHz", __FUNCTION__, (*freq * 10)>>4);
4997 PDEBUG(DBG_RIO, "%s: Unknown command %x", __FUNCTION__, cmd);
4998 return -ENOIOCTLCMD;
5005 static int usbvision_radio_ioctl(struct inode *inode, struct file *file,
5006 unsigned int cmd, unsigned long arg)
5008 return video_usercopy(inode, file, cmd, arg, usbvision_do_radio_ioctl);
5013 * Here comes the stuff for vbi on usbvision based devices
5016 static int usbvision_vbi_open(struct inode *inode, struct file *file)
5018 struct video_device *dev = video_devdata(file);
5019 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
5023 PDEBUG(DBG_RIO, "%s:", __FUNCTION__);
5025 down(&usbvision->lock);
5027 if (usbvision->user) {
5028 err("%s: Someone tried to open an already opened USBVision VBI!", __FUNCTION__);
5033 if (timer_pending(&usbvision->powerOffTimer)) {
5034 del_timer(&usbvision->powerOffTimer);
5036 if (usbvision->power == 0) {
5037 usbvision_power_on(usbvision);
5038 usbvision_init_i2c(usbvision);
5042 // If so far no errors then we shall start the vbi device
5043 //usbvision->vbi = 1;
5044 call_i2c_clients(usbvision,AUDC_SET_RADIO,&usbvision->tuner_type);
5045 freq = 1517; //SWR3 @ 94.8MHz
5046 call_i2c_clients(usbvision, VIDIOCSFREQ, &freq);
5047 usbvision_set_audio(usbvision, USBVISION_AUDIO_RADIO);
5052 if (PowerOnAtOpen) {
5053 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
5054 usbvision_power_off(usbvision);
5055 usbvision->initialized = 0;
5058 up(&usbvision->lock);
5062 static int usbvision_vbi_close(struct inode *inode, struct file *file)
5064 struct video_device *dev = video_devdata(file);
5065 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
5068 PDEBUG(DBG_RIO, "");
5070 down(&usbvision->lock);
5072 usbvision_audio_off(usbvision);
5076 if (PowerOnAtOpen) {
5077 mod_timer(&usbvision->powerOffTimer, jiffies + USBVISION_POWEROFF_TIME);
5078 usbvision->initialized = 0;
5081 up(&usbvision->lock);
5083 if (usbvision->remove_pending) {
5084 info("%s: Final disconnect", __FUNCTION__);
5085 usbvision_release(usbvision);
5089 PDEBUG(DBG_RIO, "success");
5094 static int usbvision_do_vbi_ioctl(struct inode *inode, struct file *file,
5095 unsigned int cmd, void *arg)
5097 struct video_device *dev = video_devdata(file);
5098 struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
5100 if (!USBVISION_IS_OPERATIONAL(usbvision))
5104 case VIDIOC_QUERYCAP:
5106 struct v4l2_capability *vc=arg;
5107 memset(vc, 0, sizeof(struct v4l2_capability));
5108 strcpy(vc->driver,"usbvision vbi");
5109 strcpy(vc->card,usbvision->vcap.card);
5110 strcpy(vc->bus_info,"usb");
5111 vc->version = USBVISION_DRIVER_VERSION; /* version */
5112 vc->capabilities = V4L2_CAP_VBI_CAPTURE; /* capabilities */
5113 PDEBUG(DBG_RIO, "%s: VIDIOC_QUERYCAP", __FUNCTION__);
5118 struct video_tuner *vt = arg;
5120 if((vt->tuner) || (usbvision->channel)) { /* Only tuner 0 */
5123 strcpy(vt->name, "vbi");
5124 // japan: 76.0 MHz - 89.9 MHz
5125 // western europe: 87.5 MHz - 108.0 MHz
5126 // russia: 65.0 MHz - 108.0 MHz
5127 vt->rangelow=(int)(65*16);
5128 vt->rangehigh=(int)(108*16);
5131 call_i2c_clients(usbvision,cmd,vt);
5132 PDEBUG(DBG_RIO, "%s: VIDIOCGTUNER signal=%d", __FUNCTION__, vt->signal);
5137 struct video_tuner *vt = arg;
5139 // Only channel 0 has a tuner
5140 if((vt->tuner) || (usbvision->channel)) {
5143 PDEBUG(DBG_RIO, "%s: VIDIOCSTUNER", __FUNCTION__);
5148 struct video_audio *va = arg;
5149 memset(va,0, sizeof(struct video_audio));
5150 call_i2c_clients(usbvision, cmd, va);
5151 va->flags|=VIDEO_AUDIO_MUTABLE;
5154 strcpy(va->name, "vbi");
5155 PDEBUG(DBG_RIO, "%s: VIDIOCGAUDIO", __FUNCTION__);
5160 struct video_audio *va = arg;
5165 if(va->flags & VIDEO_AUDIO_MUTE) {
5166 if (usbvision_audio_mute(usbvision)) {
5171 if (usbvision_audio_on(usbvision)) {
5175 PDEBUG(DBG_RIO, "%s: VIDIOCSAUDIO flags=0x%x)", __FUNCTION__, va->flags);
5180 unsigned long *freq = arg;
5182 *freq = usbvision->freq;
5183 PDEBUG(DBG_RIO, "%s: VIDIOCGFREQ freq = %ld00 kHz", __FUNCTION__, (*freq * 10)>>4);
5188 unsigned long *freq = arg;
5190 usbvision->freq = *freq;
5191 call_i2c_clients(usbvision, cmd, freq);
5192 PDEBUG(DBG_RIO, "%s: VIDIOCSFREQ freq = %ld00 kHz", __FUNCTION__, (*freq * 10)>>4);
5197 PDEBUG(DBG_RIO, "%s: Unknown command %d", __FUNCTION__, cmd);
5198 return -ENOIOCTLCMD;
5204 static int usbvision_vbi_ioctl(struct inode *inode, struct file *file,
5205 unsigned int cmd, unsigned long arg)
5207 return video_usercopy(inode, file, cmd, arg, usbvision_do_vbi_ioctl);
5212 static void usbvision_configure_video(struct usb_usbvision *usbvision)
5216 if (usbvision == NULL)
5219 model = usbvision->DevModel;
5221 RESTRICT_TO_RANGE(init_brightness, 0, 255);
5222 RESTRICT_TO_RANGE(init_contrast, 0, 255);
5223 RESTRICT_TO_RANGE(init_saturation, 0, 255);
5224 RESTRICT_TO_RANGE(init_hue, 0, 255);
5226 usbvision->saturation = init_saturation << 8;
5227 usbvision->hue = init_hue << 8;
5228 usbvision->brightness = init_brightness << 8;
5229 usbvision->contrast = init_contrast << 8;
5230 usbvision->depth = 24;
5231 usbvision->palette = usbvision_v4l2_format[2]; // V4L2_PIX_FMT_RGB24;
5233 if (usbvision_device_data[usbvision->DevModel].Vin_Reg2 >= 0) {
5234 usbvision->Vin_Reg2_Preset = usbvision_device_data[usbvision->DevModel].Vin_Reg2 & 0xff;
5236 usbvision->Vin_Reg2_Preset = 0;
5239 memset(&usbvision->vcap, 0, sizeof(usbvision->vcap));
5240 strcpy(usbvision->vcap.driver, "USBVision");
5241 usbvision->vcap.capabilities = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
5242 (dga ? (V4L2_FBUF_CAP_LIST_CLIPPING | V4L2_CAP_VIDEO_OVERLAY) : 0) |
5243 (usbvision->have_tuner ? V4L2_CAP_TUNER : 0);
5244 usbvision->vcap.version = USBVISION_DRIVER_VERSION; /* version */
5246 usbvision->video_inputs = usbvision_device_data[model].VideoChannels;
5248 memset(&usbvision->input, 0, sizeof(usbvision->input));
5249 usbvision->input.tuner = 0;
5250 usbvision->input.type = V4L2_INPUT_TYPE_TUNER|VIDEO_TYPE_CAMERA;
5251 usbvision->input.std = usbvision_device_data[model].VideoNorm;
5253 /* This should be here to make i2c clients to be able to register */
5254 usbvision_audio_off(usbvision); //first switch off audio
5255 if (!PowerOnAtOpen) {
5256 usbvision_power_on(usbvision); //and then power up the noisy tuner
5257 usbvision_init_i2c(usbvision);
5262 // Video registration stuff
5266 static struct file_operations usbvision_fops = {
5267 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5268 .owner = THIS_MODULE,
5270 .open = usbvision_v4l2_open,
5271 .release = usbvision_v4l2_close,
5272 .read = usbvision_v4l2_read,
5273 .mmap = usbvision_v4l2_mmap,
5274 .ioctl = usbvision_v4l2_ioctl,
5275 .llseek = no_llseek,
5277 static struct video_device usbvision_video_template = {
5278 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5279 .owner = THIS_MODULE,
5281 .type = VID_TYPE_TUNER | VID_TYPE_CAPTURE,
5282 .hardware = VID_HARDWARE_USBVISION,
5283 .fops = &usbvision_fops,
5284 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
5285 .name = "usbvision-video",
5286 .release = video_device_release,
5293 static struct file_operations usbvision_radio_fops = {
5294 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5295 .owner = THIS_MODULE,
5297 .open = usbvision_radio_open,
5298 .release = usbvision_radio_close,
5299 .ioctl = usbvision_radio_ioctl,
5300 .llseek = no_llseek,
5303 static struct video_device usbvision_radio_template=
5305 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5306 .owner = THIS_MODULE,
5308 .type = VID_TYPE_TUNER,
5309 .hardware = VID_HARDWARE_USBVISION,
5310 .fops = &usbvision_radio_fops,
5311 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
5312 .release = video_device_release,
5313 .name = "usbvision-radio",
5320 static struct file_operations usbvision_vbi_fops = {
5321 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5322 .owner = THIS_MODULE,
5324 .open = usbvision_vbi_open,
5325 .release = usbvision_vbi_close,
5326 .ioctl = usbvision_vbi_ioctl,
5327 .llseek = no_llseek,
5330 static struct video_device usbvision_vbi_template=
5332 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5333 .owner = THIS_MODULE,
5335 .type = VID_TYPE_TUNER,
5336 .hardware = VID_HARDWARE_USBVISION,
5337 .fops = &usbvision_vbi_fops,
5338 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
5339 .release = video_device_release,
5340 .name = "usbvision-vbi",
5346 static struct video_device *usbvision_vdev_init(struct usb_usbvision *usbvision,
5347 struct video_device *vdev_template,
5350 struct usb_device *usb_dev = usbvision->dev;
5351 struct video_device *vdev;
5353 if (usb_dev == NULL) {
5354 err("%s: usbvision->dev is not set", __FUNCTION__);
5358 vdev = video_device_alloc();
5362 *vdev = *vdev_template;
5363 // vdev->minor = -1;
5364 vdev->dev = &usb_dev->dev;
5365 snprintf(vdev->name, sizeof(vdev->name), "%s", name);
5366 video_set_drvdata(vdev, usbvision);
5370 // unregister video4linux devices
5371 static void usbvision_unregister_video(struct usb_usbvision *usbvision)
5374 if (usbvision->vbi) {
5375 PDEBUG(DBG_PROBE, "unregister /dev/vbi%d [v4l2]", usbvision->vbi->minor & 0x1f);
5376 if (usbvision->vbi->minor != -1) {
5377 video_unregister_device(usbvision->vbi);
5380 video_device_release(usbvision->vbi);
5382 usbvision->vbi = NULL;
5386 if (usbvision->rdev) {
5387 PDEBUG(DBG_PROBE, "unregister /dev/radio%d [v4l2]", usbvision->rdev->minor & 0x1f);
5388 if (usbvision->rdev->minor != -1) {
5389 video_unregister_device(usbvision->rdev);
5392 video_device_release(usbvision->rdev);
5394 usbvision->rdev = NULL;
5398 if (usbvision->vdev) {
5399 PDEBUG(DBG_PROBE, "unregister /dev/video%d [v4l2]", usbvision->vdev->minor & 0x1f);
5400 if (usbvision->vdev->minor != -1) {
5401 video_unregister_device(usbvision->vdev);
5404 video_device_release(usbvision->vdev);
5406 usbvision->vdev = NULL;
5410 // register video4linux devices
5411 static int __devinit usbvision_register_video(struct usb_usbvision *usbvision)
5414 usbvision->vdev = usbvision_vdev_init(usbvision, &usbvision_video_template, "USBVision Video");
5415 if (usbvision->vdev == NULL) {
5418 if (video_register_device(usbvision->vdev, VFL_TYPE_GRABBER, video_nr)<0) {
5421 info("USBVision[%d]: registered USBVision Video device /dev/video%d [v4l2]", usbvision->nr,usbvision->vdev->minor & 0x1f);
5424 if (usbvision_device_data[usbvision->DevModel].Radio) {
5425 // usbvision has radio
5426 usbvision->rdev = usbvision_vdev_init(usbvision, &usbvision_radio_template, "USBVision Radio");
5427 if (usbvision->rdev == NULL) {
5430 if (video_register_device(usbvision->rdev, VFL_TYPE_RADIO, radio_nr)<0) {
5433 info("USBVision[%d]: registered USBVision Radio device /dev/radio%d [v4l2]", usbvision->nr, usbvision->rdev->minor & 0x1f);
5436 if (usbvision_device_data[usbvision->DevModel].vbi) {
5437 usbvision->vbi = usbvision_vdev_init(usbvision, &usbvision_vbi_template, "USBVision VBI");
5438 if (usbvision->vdev == NULL) {
5441 if (video_register_device(usbvision->vbi, VFL_TYPE_VBI, vbi_nr)<0) {
5444 info("USBVision[%d]: registered USBVision VBI device /dev/vbi%d [v4l2] (Not Working Yet!)", usbvision->nr,usbvision->vbi->minor & 0x1f);
5450 err("USBVision[%d]: video_register_device() failed", usbvision->nr);
5451 usbvision_unregister_video(usbvision);
5458 * This code allocates the struct usb_usbvision. It is filled with default values.
5460 * Returns NULL on error, a pointer to usb_usbvision else.
5463 static struct usb_usbvision *usbvision_alloc(struct usb_device *dev)
5465 struct usb_usbvision *usbvision;
5468 if ((usbvision = kzalloc(sizeof(struct usb_usbvision), GFP_KERNEL)) == NULL) {
5472 usbvision->dev = dev;
5474 for (FrameIdx = 0; FrameIdx < USBVISION_NUMFRAMES; FrameIdx++) {
5475 init_waitqueue_head(&usbvision->frame[FrameIdx].wq);
5477 init_waitqueue_head(&usbvision->overlay_frame.wq);
5478 init_MUTEX(&usbvision->lock); /* to 1 == available */
5480 // prepare control urb for control messages during interrupts
5481 usbvision->ctrlUrb = usb_alloc_urb(USBVISION_URB_FRAMES, GFP_KERNEL);
5482 if (usbvision->ctrlUrb == NULL) {
5485 init_waitqueue_head(&usbvision->ctrlUrb_wq);
5486 init_MUTEX(&usbvision->ctrlUrbLock);
5488 init_timer(&usbvision->powerOffTimer);
5489 usbvision->powerOffTimer.data = (long) usbvision;
5490 usbvision->powerOffTimer.function = usbvision_powerOffTimer;
5495 if (usbvision && usbvision->ctrlUrb) {
5496 usb_free_urb(usbvision->ctrlUrb);
5505 * usbvision_release()
5507 * This code does final release of struct usb_usbvision. This happens
5508 * after the device is disconnected -and- all clients closed their files.
5511 static void usbvision_release(struct usb_usbvision *usbvision)
5513 PDEBUG(DBG_PROBE, "");
5515 down(&usbvision->lock);
5517 if (timer_pending(&usbvision->powerOffTimer)) {
5518 del_timer(&usbvision->powerOffTimer);
5521 usbvision->usbvision_used = 0;
5522 usbvision->initialized = 0;
5524 up(&usbvision->lock);
5526 usbvision_remove_sysfs(usbvision->vdev);
5527 usbvision_unregister_video(usbvision);
5529 if (usbvision->overlay_base) {
5530 iounmap(usbvision->overlay_base);
5534 if (usbvision->ctrlUrb) {
5535 usb_free_urb(usbvision->ctrlUrb);
5540 PDEBUG(DBG_PROBE, "success");
5547 * This procedure queries device descriptor and accepts the interface
5548 * if it looks like USBVISION video device
5551 static int __devinit usbvision_probe(struct usb_interface *intf, const struct usb_device_id *devid)
5553 struct usb_device *dev = interface_to_usbdev(intf);
5554 __u8 ifnum = intf->altsetting->desc.bInterfaceNumber;
5555 const struct usb_host_interface *interface;
5556 struct usb_usbvision *usbvision = NULL;
5557 const struct usb_endpoint_descriptor *endpoint;
5560 PDEBUG(DBG_PROBE, "VID=%#04x, PID=%#04x, ifnum=%u",
5561 dev->descriptor.idVendor, dev->descriptor.idProduct, ifnum);
5563 /* Is it an USBVISION video dev? */
5565 for(model = 0; usbvision_device_data[model].idVendor; model++) {
5566 if (le16_to_cpu(dev->descriptor.idVendor) != usbvision_device_data[model].idVendor) {
5569 if (le16_to_cpu(dev->descriptor.idProduct) != usbvision_device_data[model].idProduct) {
5573 info("%s: %s found", __FUNCTION__, usbvision_device_data[model].ModelString);
5577 if (usbvision_device_data[model].idVendor == 0) {
5578 return -ENODEV; //no matching device
5580 if (usbvision_device_data[model].Interface >= 0) {
5581 interface = &dev->actconfig->interface[usbvision_device_data[model].Interface]->altsetting[0];
5584 interface = &dev->actconfig->interface[ifnum]->altsetting[0];
5586 endpoint = &interface->endpoint[1].desc;
5587 if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC) {
5588 err("%s: interface %d. has non-ISO endpoint!", __FUNCTION__, ifnum);
5589 err("%s: Endpoint attribures %d", __FUNCTION__, endpoint->bmAttributes);
5592 if ((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT) {
5593 err("%s: interface %d. has ISO OUT endpoint!", __FUNCTION__, ifnum);
5599 if ((usbvision = usbvision_alloc(dev)) == NULL) {
5600 err("%s: couldn't allocate USBVision struct", __FUNCTION__);
5603 if (dev->descriptor.bNumConfigurations > 1) {
5604 usbvision->bridgeType = BRIDGE_NT1004;
5606 else if (usbvision_device_data[model].ModelString == "Dazzle Fusion Model DVC-90 Rev 1 (SECAM)") {
5607 usbvision->bridgeType = BRIDGE_NT1005;
5610 usbvision->bridgeType = BRIDGE_NT1003;
5612 PDEBUG(DBG_PROBE, "bridgeType %d", usbvision->bridgeType);
5614 down(&usbvision->lock);
5616 usbvision->nr = usbvision_nr++;
5618 usbvision->have_tuner = usbvision_device_data[model].Tuner;
5619 if (usbvision->have_tuner) {
5620 usbvision->tuner_type = usbvision_device_data[model].TunerType;
5623 usbvision->DevModel = model;
5624 usbvision->remove_pending = 0;
5625 usbvision->last_error = 0;
5626 usbvision->iface = ifnum;
5627 usbvision->ifaceAltInactive = 0;
5628 usbvision->ifaceAltActive = 1;
5629 usbvision->video_endp = endpoint->bEndpointAddress;
5630 usbvision->isocPacketSize = 0;
5631 usbvision->usb_bandwidth = 0;
5632 usbvision->user = 0;
5634 usbvision_register_video(usbvision);
5635 usbvision_configure_video(usbvision);
5636 up(&usbvision->lock);
5639 usb_set_intfdata (intf, usbvision);
5640 usbvision_create_sysfs(usbvision->vdev);
5642 PDEBUG(DBG_PROBE, "success");
5648 * usbvision_disconnect()
5650 * This procedure stops all driver activity, deallocates interface-private
5651 * structure (pointed by 'ptr') and after that driver should be removable
5652 * with no ill consequences.
5655 static void __devexit usbvision_disconnect(struct usb_interface *intf)
5657 struct usb_usbvision *usbvision = usb_get_intfdata(intf);
5659 PDEBUG(DBG_PROBE, "");
5661 if (usbvision == NULL) {
5662 err("%s: usb_get_intfdata() failed", __FUNCTION__);
5665 usb_set_intfdata (intf, NULL);
5667 down(&usbvision->lock);
5669 // At this time we ask to cancel outstanding URBs
5670 usbvision_stop_isoc(usbvision);
5672 if (usbvision->power) {
5673 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
5674 usbvision_power_off(usbvision);
5676 usbvision->remove_pending = 1; // Now all ISO data will be ignored
5678 usb_put_dev(usbvision->dev);
5679 usbvision->dev = NULL; // USB device is no more
5681 up(&usbvision->lock);
5683 if (usbvision->user) {
5684 info("%s: In use, disconnect pending", __FUNCTION__);
5687 usbvision_release(usbvision);
5690 PDEBUG(DBG_PROBE, "success");
5694 MODULE_DEVICE_TABLE (usb, usbvision_table);
5696 static struct usb_driver usbvision_driver = {
5697 .name = "usbvision",
5698 .id_table = usbvision_table,
5699 .probe = usbvision_probe,
5700 .disconnect = usbvision_disconnect
5704 * customdevice_process()
5706 * This procedure preprocesses CustomDevice parameter if any
5709 void customdevice_process(void)
5711 usbvision_device_data[0]=usbvision_device_data[1];
5712 usbvision_table[0]=usbvision_table[1];
5716 char *parse=CustomDevice;
5718 PDEBUG(DBG_PROBE, "CustomDevide=%s", CustomDevice);
5720 /*format is CustomDevice="0x0573 0x4D31 0 7113 3 PAL 1 1 1 5 -1 -1 -1 -1 -1"
5721 usbvision_device_data[0].idVendor;
5722 usbvision_device_data[0].idProduct;
5723 usbvision_device_data[0].Interface;
5724 usbvision_device_data[0].Codec;
5725 usbvision_device_data[0].VideoChannels;
5726 usbvision_device_data[0].VideoNorm;
5727 usbvision_device_data[0].AudioChannels;
5728 usbvision_device_data[0].Radio;
5729 usbvision_device_data[0].Tuner;
5730 usbvision_device_data[0].TunerType;
5731 usbvision_device_data[0].Vin_Reg1;
5732 usbvision_device_data[0].Vin_Reg2;
5733 usbvision_device_data[0].X_Offset;
5734 usbvision_device_data[0].Y_Offset;
5735 usbvision_device_data[0].Dvi_yuv;
5736 usbvision_device_data[0].ModelString;
5740 usbvision_device_data[0].ModelString="USBVISION Custom Device";
5743 sscanf(parse,"%x",&usbvision_device_data[0].idVendor);
5745 PDEBUG(DBG_PROBE, "idVendor=0x%.4X", usbvision_device_data[0].idVendor);
5747 sscanf(parse,"%x",&usbvision_device_data[0].idProduct);
5749 PDEBUG(DBG_PROBE, "idProduct=0x%.4X", usbvision_device_data[0].idProduct);
5750 sscanf(parse,"%d",&usbvision_device_data[0].Interface);
5752 PDEBUG(DBG_PROBE, "Interface=%d", usbvision_device_data[0].Interface);
5753 sscanf(parse,"%d",&usbvision_device_data[0].Codec);
5755 PDEBUG(DBG_PROBE, "Codec=%d", usbvision_device_data[0].Codec);
5756 sscanf(parse,"%d",&usbvision_device_data[0].VideoChannels);
5758 PDEBUG(DBG_PROBE, "VideoChannels=%d", usbvision_device_data[0].VideoChannels);
5763 PDEBUG(DBG_PROBE, "VideoNorm=PAL");
5764 usbvision_device_data[0].VideoNorm=VIDEO_MODE_PAL;
5768 PDEBUG(DBG_PROBE, "VideoNorm=SECAM");
5769 usbvision_device_data[0].VideoNorm=VIDEO_MODE_SECAM;
5773 PDEBUG(DBG_PROBE, "VideoNorm=NTSC");
5774 usbvision_device_data[0].VideoNorm=VIDEO_MODE_NTSC;
5778 PDEBUG(DBG_PROBE, "VideoNorm=PAL (by default)");
5779 usbvision_device_data[0].VideoNorm=VIDEO_MODE_PAL;
5784 sscanf(parse,"%d",&usbvision_device_data[0].AudioChannels);
5786 PDEBUG(DBG_PROBE, "AudioChannels=%d", usbvision_device_data[0].AudioChannels);
5787 sscanf(parse,"%d",&usbvision_device_data[0].Radio);
5789 PDEBUG(DBG_PROBE, "Radio=%d", usbvision_device_data[0].Radio);
5790 sscanf(parse,"%d",&usbvision_device_data[0].Tuner);
5792 PDEBUG(DBG_PROBE, "Tuner=%d", usbvision_device_data[0].Tuner);
5793 sscanf(parse,"%d",&usbvision_device_data[0].TunerType);
5795 PDEBUG(DBG_PROBE, "TunerType=%d", usbvision_device_data[0].TunerType);
5796 sscanf(parse,"%d",&usbvision_device_data[0].Vin_Reg1);
5798 PDEBUG(DBG_PROBE, "Vin_Reg1=%d", usbvision_device_data[0].Vin_Reg1);
5799 sscanf(parse,"%d",&usbvision_device_data[0].Vin_Reg2);
5801 PDEBUG(DBG_PROBE, "Vin_Reg2=%d", usbvision_device_data[0].Vin_Reg2);
5802 sscanf(parse,"%d",&usbvision_device_data[0].X_Offset);
5804 PDEBUG(DBG_PROBE, "X_Offset=%d", usbvision_device_data[0].X_Offset);
5805 sscanf(parse,"%d",&usbvision_device_data[0].Y_Offset);
5807 PDEBUG(DBG_PROBE, "Y_Offset=%d", usbvision_device_data[0].Y_Offset);
5808 sscanf(parse,"%d",&usbvision_device_data[0].Dvi_yuv);
5809 PDEBUG(DBG_PROBE, "Dvi_yuv=%d", usbvision_device_data[0].Dvi_yuv);
5811 //add to usbvision_table also
5812 usbvision_table[0].match_flags=USB_DEVICE_ID_MATCH_DEVICE;
5813 usbvision_table[0].idVendor=usbvision_device_data[0].idVendor;
5814 usbvision_table[0].idProduct=usbvision_device_data[0].idProduct;
5824 * This code is run to initialize the driver.
5827 static int __init usbvision_init(void)
5831 PDEBUG(DBG_PROBE, "");
5833 PDEBUG(DBG_IOCTL, "IOCTL debugging is enabled");
5834 PDEBUG(DBG_IO, "IO debugging is enabled");
5835 PDEBUG(DBG_RIO, "RIO debugging is enabled");
5836 PDEBUG(DBG_HEADER, "HEADER debugging is enabled");
5837 PDEBUG(DBG_PROBE, "PROBE debugging is enabled");
5838 PDEBUG(DBG_IRQ, "IRQ debugging is enabled");
5839 PDEBUG(DBG_ISOC, "ISOC debugging is enabled");
5840 PDEBUG(DBG_PARSE, "PARSE debugging is enabled");
5841 PDEBUG(DBG_SCRATCH, "SCRATCH debugging is enabled");
5842 PDEBUG(DBG_FUNC, "FUNC debugging is enabled");
5843 PDEBUG(DBG_I2C, "I2C debugging is enabled");
5845 /* disable planar mode support unless compression enabled */
5846 if (isocMode != ISOC_MODE_COMPRESS ) {
5847 // FIXME : not the right way to set supported flag
5848 usbvision_v4l2_format[6].supported = 0; // V4L2_PIX_FMT_YVU420
5849 usbvision_v4l2_format[7].supported = 0; // V4L2_PIX_FMT_YUV422P
5852 customdevice_process();
5854 errCode = usb_register(&usbvision_driver);
5857 info(DRIVER_DESC " : " DRIVER_VERSION);
5858 PDEBUG(DBG_PROBE, "success");
5863 static void __exit usbvision_exit(void)
5865 PDEBUG(DBG_PROBE, "");
5867 usb_deregister(&usbvision_driver);
5868 PDEBUG(DBG_PROBE, "success");
5871 module_init(usbvision_init);
5872 module_exit(usbvision_exit);
5875 * Overrides for Emacs so that we follow Linus's tabbing style.
5876 * ---------------------------------------------------------------------------