V4L/DVB (4933): Usbvision_v4l2: radio interface / tda9887 problem ?
[pandora-kernel.git] / drivers / media / video / usbvision / usbvision-core.c
1 /*
2  * USB USBVISION Video device driver 0.9.8.3cvs (For Kernel 2.4.19-2.4.32 + 2.6.0-2.6.16)
3  *
4  *
5  *
6  * Copyright (c) 1999-2005 Joerg Heckenbach <joerg@heckenbach-aw.de>
7  *
8  * This module is part of usbvision driver project.
9  *
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.
14  *
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.
19  *
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.
23  *
24  * Let's call the version 0.... until compression decoding is completely
25  * implemented.
26  *
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
33  *
34  * History:
35  *
36  * Mar. 2000 - 15.12.2000:  (0.0.0 - 0.2.0)
37  *     Several alpha drivers and the first beta.
38  *
39  * Since Dec. 2000:  (0.2.1) or (v2.1)
40  *     Code changes or updates by Dwaine Garden and every other person.
41  *
42  *     Added: New Hauppauge TV device  Vendor  ID: 0x0573
43  *                                     Product ID: 0x4D01
44  *            (Thanks to Giovanni Garberoglio)
45  *
46  *     Added: UK Hauppauge WinTV-USB   Vendor  ID: 0x0573
47  *                                     Product ID: 0x4D02
48  *            (Thanks to Derek Freeman-Jones)
49  *
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
59  *
60  *
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
66  *                                          Product ID: 0x4D03
67  *              (Thanks to Julius Hrivnac)
68  *     - Added: US Hauppauge WINTV USB  Vendor ID: 0x0573
69  *                                      Product ID: 0x4D00
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.
74  *
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.
79  *
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.
82  *
83  * July 6, 2001 - Added: HAUPPAUGE WINTV-USB FM USA Vendor  ID: 0x0573
84  *                                                      Product ID: 0x4D10
85  *       (Thanks to Braddock Gaskill)
86  *                Added: USBGear USBG-V1 resp. HAMA USB
87  *                                      Vendor  ID: 0x0573
88  *                                      Product ID: 0x0003
89  *       (Thanks to Bradley A. Singletary and Juergen Weigert)
90  *
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.
102  *
103  * Feb 10, 2002
104  *     - Added radio device
105  *
106  *
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.
114  *
115  *
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.
119  *
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.
125  *
126  * Feb 10, 2003 - Joerg Heckenbach
127  *     - fixed endian bug for Motorola PPC
128  *
129  * Feb 13, 2003 - Joerg Heckenbach
130  *     - fixed Vin_Reg setting and presetting from usbvision_device_data()
131  *
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*)
139  *
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.
143  *
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)
149  *
150  *
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
154  *       missing yet.
155  *
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.
159  *
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
164  *
165  * Feb 04, 2004 - 0.9.4 Joerg Heckenbach
166  *     - Found bug in color decompression. Color is OK now.
167  *
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)
172  *
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
176  *
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*)
180  *
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
185  *
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.
188  *     - Thanks Hal.....
189  *
190  * July 30, 2004 - 0.9.6 Dwaine Garden
191  *     - Patch was submitted by Tobias Diaz to fix Model ID mismatch in usbvision.h.
192  *     - Thanks.....
193  *
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.
198  *
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.
204  *
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*(
210  *
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.
221  *
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.
225  *
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.
229  *
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)
236  *
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.
239  *
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+.
244  *
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.
250  *
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*)
255  *
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
260  *
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)
265  *
266  * June 14, 2005 - 0.9.8.2cvs Dwaine
267  *     - Missed a change in saa7113.c for checking kernel version.  Added conditional if's.
268  *
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.
272  *
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.
279  *
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.
282  *
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.
287  *
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......
291  *
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
295  *
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
299  *
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.
303  *
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*)
308  *
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.
312  *
313  *
314  *
315  * TODO:
316  *     - use submit_urb for all setup packets
317  *     - Fix memory settings for nt1004. It is 4 times as big as the
318  *       nt1003 memory.
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
325  *
326  */
327
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 <asm/io.h>
343 #include <linux/videodev2.h>
344 #include <linux/video_decoder.h>
345 #include <linux/i2c.h>
346
347 #define USBVISION_DRIVER_VERSION_MAJOR 0
348 #define USBVISION_DRIVER_VERSION_MINOR 8
349 #define USBVISION_DRIVER_VERSION_PATCHLEVEL 0
350
351 #define USBVISION_VERSION __stringify(USBVISION_DRIVER_VERSION_MAJOR) "." __stringify(USBVISION_DRIVER_VERSION_MINOR) "." __stringify(USBVISION_DRIVER_VERSION_PATCHLEVEL) " " USBVISION_DRIVER_VERSION_COMMENT
352 #define USBVISION_DRIVER_VERSION KERNEL_VERSION(USBVISION_DRIVER_VERSION_MAJOR,USBVISION_DRIVER_VERSION_MINOR,USBVISION_DRIVER_VERSION_PATCHLEVEL)
353
354 #include <media/saa7115.h>
355 #include <media/v4l2-common.h>
356 #include <media/tuner.h>
357 #include <media/audiochip.h>
358
359         #include <linux/moduleparam.h>
360         #include <linux/workqueue.h>
361
362 #ifdef CONFIG_KMOD
363 #include <linux/kmod.h>
364 #endif
365
366 #include "usbvision.h"
367
368 #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__
369 #define EMAIL "joerg@heckenbach-aw.de"
370 #define DRIVER_AUTHOR "Joerg Heckenbach <joerg@heckenbach-aw.de>, Dwaine Garden <DwaineGarden@rogers.com>"
371 #define DRIVER_DESC "USBVision USB Video Device Driver for Linux"
372 #define DRIVER_LICENSE "GPL"
373 #define DRIVER_ALIAS "USBVision"
374
375 #define ENABLE_HEXDUMP  0       /* Enable if you need it */
376
377
378 #define USBVISION_DEBUG         /* Turn on debug messages */
379
380 #ifdef USBVISION_DEBUG
381         #define PDEBUG(level, fmt, args...) \
382                 if (debug & (level)) info("[%s:%d] " fmt, __PRETTY_FUNCTION__, __LINE__ , ## args)
383 #else
384         #define PDEBUG(level, fmt, args...) do {} while(0)
385 #endif
386
387 #define DBG_IOCTL       1<<3
388 #define DBG_IO          1<<4
389 #define DBG_RIO         1<<5
390 #define DBG_HEADER      1<<7
391 #define DBG_PROBE       1<<8
392 #define DBG_IRQ         1<<9
393 #define DBG_ISOC        1<<10
394 #define DBG_PARSE       1<<11
395 #define DBG_SCRATCH     1<<12
396 #define DBG_FUNC        1<<13
397 #define DBG_I2C         1<<14
398
399 #define DEBUG(x...)                                                             /* General Debug */
400 #define IODEBUG(x...)                                                           /* Debug IO */
401 #define OVDEBUG(x...)                                                           /* Debug overlay */
402 #define MDEBUG(x...)                                                            /* Debug memory management */
403
404 //String operations
405 #define rmspace(str)    while(*str==' ') str++;
406 #define goto2next(str)  while(*str!=' ') str++; while(*str==' ') str++;
407
408
409 static int usbvision_nr = 0;                    // sequential number of usbvision device
410 static unsigned long usbvision_timestamp = 0;           // timestamp in jiffies of a hundred frame
411 static unsigned long usbvision_counter = 0;             // frame counter
412
413 static const int max_imgwidth = MAX_FRAME_WIDTH;
414 static const int max_imgheight = MAX_FRAME_HEIGHT;
415 static const int min_imgwidth = MIN_FRAME_WIDTH;
416 static const int min_imgheight = MIN_FRAME_HEIGHT;
417
418 #define FRAMERATE_MIN   0
419 #define FRAMERATE_MAX   31
420
421
422 enum {
423         ISOC_MODE_YUV422 = 0x03,
424         ISOC_MODE_YUV420 = 0x14,
425         ISOC_MODE_COMPRESS = 0x60,
426 };
427
428 static struct usbvision_v4l2_format_st usbvision_v4l2_format[] = {
429         { 1, 1,  8, V4L2_PIX_FMT_GREY    , "GREY" },
430         { 1, 2, 16, V4L2_PIX_FMT_RGB565  , "RGB565" },
431         { 1, 3, 24, V4L2_PIX_FMT_RGB24   , "RGB24" },
432         { 1, 4, 32, V4L2_PIX_FMT_RGB32   , "RGB32" },
433         { 1, 2, 16, V4L2_PIX_FMT_RGB555  , "RGB555" },
434         { 1, 2, 16, V4L2_PIX_FMT_YUYV    , "YUV422" },
435         { 1, 2, 12, V4L2_PIX_FMT_YVU420  , "YUV420P" }, // 1.5 !
436         { 1, 2, 16, V4L2_PIX_FMT_YUV422P , "YUV422P" }
437 };
438
439 /* supported tv norms */
440 static struct usbvision_tvnorm tvnorms[] = {
441         {
442                 .name = "PAL",
443                 .id = V4L2_STD_PAL,
444         }, {
445                 .name = "NTSC",
446                 .id = V4L2_STD_NTSC,
447         }, {
448                  .name = "SECAM",
449                  .id = V4L2_STD_SECAM,
450         }, {
451                 .name = "PAL-M",
452                 .id = V4L2_STD_PAL_M,
453         }
454 };
455
456 #define TVNORMS ARRAY_SIZE(tvnorms)
457
458
459 /*
460  * The value of 'scratch_buf_size' affects quality of the picture
461  * in many ways. Shorter buffers may cause loss of data when client
462  * is too slow. Larger buffers are memory-consuming and take longer
463  * to work with. This setting can be adjusted, but the default value
464  * should be OK for most desktop users.
465  */
466 #define DEFAULT_SCRATCH_BUF_SIZE        (0x20000)               // 128kB memory scratch buffer
467 static const int scratch_buf_size = DEFAULT_SCRATCH_BUF_SIZE;
468
469 // Function prototypes
470 static int usbvision_restart_isoc(struct usb_usbvision *usbvision);
471 static int usbvision_begin_streaming(struct usb_usbvision *usbvision);
472 static int usbvision_muxsel(struct usb_usbvision *usbvision, int channel);
473 static int usbvision_i2c_write(void *data, unsigned char addr, char *buf, short len);
474 static int usbvision_i2c_read(void *data, unsigned char addr, char *buf, short len);
475 static int usbvision_read_reg(struct usb_usbvision *usbvision, unsigned char reg);
476 static int usbvision_write_reg(struct usb_usbvision *usbvision, unsigned char reg, unsigned char value);
477 static int usbvision_request_intra (struct usb_usbvision *usbvision);
478 static int usbvision_unrequest_intra (struct usb_usbvision *usbvision);
479 static int usbvision_adjust_compression (struct usb_usbvision *usbvision);
480 static int usbvision_measure_bandwidth (struct usb_usbvision *usbvision);
481 static void usbvision_release(struct usb_usbvision *usbvision);
482 static int usbvision_set_input(struct usb_usbvision *usbvision);
483 static int usbvision_set_output(struct usb_usbvision *usbvision, int width, int height);
484 static void usbvision_empty_framequeues(struct usb_usbvision *dev);
485 static int usbvision_stream_interrupt(struct usb_usbvision *dev);
486 static void call_i2c_clients(struct usb_usbvision *usbvision, unsigned int cmd, void *arg);
487
488
489 // Bit flags (options)
490 #define FLAGS_RETRY_VIDIOCSYNC          (1 << 0)
491 #define FLAGS_MONOCHROME                (1 << 1)
492 #define FLAGS_DISPLAY_HINTS             (1 << 2)
493 #define FLAGS_OSD_STATS                 (1 << 3)
494 #define FLAGS_FORCE_TESTPATTERN         (1 << 4)
495 #define FLAGS_SEPARATE_FRAMES           (1 << 5)
496 #define FLAGS_CLEAN_FRAMES              (1 << 6)
497
498 // Default initalization of device driver parameters
499 static int flags = 0;                                   // Set the default Overlay Display mode of the device driver
500 static int debug = 0;                                   // Set the default Debug Mode of the device driver
501 static int isocMode = ISOC_MODE_COMPRESS;               // Set the default format for ISOC endpoint
502 static int adjustCompression = 1;                       // Set the compression to be adaptive
503 static int dga = 1;                                     // Set the default Direct Graphic Access
504 static int PowerOnAtOpen = 1;                           // Set the default device to power on at startup
505 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.
506 static int video_nr = -1;                               // Sequential Number of Video Device
507 static int radio_nr = -1;                               // Sequential Number of Radio Device
508 static int vbi_nr = -1;                                 // Sequential Number of VBI Device
509 static char *CustomDevice=NULL;                         // Set as nothing....
510
511 // Grab parameters for the device driver
512
513 #if defined(module_param)                               // Showing parameters under SYSFS
514 module_param(flags, int, 0444);
515 module_param(debug, int, 0444);
516 module_param(isocMode, int, 0444);
517 module_param(adjustCompression, int, 0444);
518 module_param(dga, int, 0444);
519 module_param(PowerOnAtOpen, int, 0444);
520 module_param(SwitchSVideoInput, int, 0444);
521 module_param(video_nr, int, 0444);
522 module_param(radio_nr, int, 0444);
523 module_param(vbi_nr, int, 0444);
524 module_param(CustomDevice, charp, 0444);
525 #else                                                   // Old Style
526 MODULE_PARM(flags, "i");                                // Grab the Overlay Display mode of the device driver
527 MODULE_PARM(debug, "i");                                // Grab the Debug Mode of the device driver
528 MODULE_PARM(isocMode, "i");                             // Grab the video format of the video device
529 MODULE_PARM(adjustCompression, "i");                    // Grab the compression to be adaptive
530 MODULE_PARM(dga, "i");                                  // Grab the Direct Graphic Access
531 MODULE_PARM(PowerOnAtOpen, "i");                        // Grab the device to power on at startup
532 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.
533 MODULE_PARM(video_nr, "i");                             // video_nr option allows to specify a certain /dev/videoX device (like /dev/video0 or /dev/video1 ...)
534 MODULE_PARM(radio_nr, "i");                             // radio_nr option allows to specify a certain /dev/radioX device (like /dev/radio0 or /dev/radio1 ...)
535 MODULE_PARM(vbi_nr, "i");                               // vbi_nr option allows to specify a certain /dev/vbiX device (like /dev/vbi0 or /dev/vbi1 ...)
536 MODULE_PARM(CustomDevice, "s");                         // .... CustomDevice
537 #endif
538
539 MODULE_PARM_DESC(flags, " Set the default Overlay Display mode of the device driver.  Default: 0 (Off)");
540 MODULE_PARM_DESC(debug, " Set the default Debug Mode of the device driver.  Default: 0 (Off)");
541 MODULE_PARM_DESC(isocMode, " Set the default format for ISOC endpoint.  Default: 0x60 (Compression On)");
542 MODULE_PARM_DESC(adjustCompression, " Set the ADPCM compression for the device.  Default: 1 (On)");
543 MODULE_PARM_DESC(dga, " Set the Direct Graphic Access for the device.  Default: 1 (On)");
544 MODULE_PARM_DESC(PowerOnAtOpen, " Set the default device to power on when device is opened.  Default: 1 (On)");
545 MODULE_PARM_DESC(SwitchSVideoInput, " Set the S-Video input.  Some cables and input device are wired differently. Default: 0 (Off)");
546 MODULE_PARM_DESC(video_nr, "Set video device number (/dev/videoX).  Default: -1 (autodetect)");
547 MODULE_PARM_DESC(radio_nr, "Set radio device number (/dev/radioX).  Default: -1 (autodetect)");
548 MODULE_PARM_DESC(vbi_nr, "Set vbi device number (/dev/vbiX).  Default: -1 (autodetect)");
549 MODULE_PARM_DESC(CustomDevice, " Define the fine tuning parameters for the device.  Default: null");
550
551
552 // Misc stuff
553 MODULE_AUTHOR(DRIVER_AUTHOR);
554 MODULE_DESCRIPTION(DRIVER_DESC);
555 MODULE_LICENSE(DRIVER_LICENSE);
556         MODULE_VERSION(DRIVER_VERSION);
557         MODULE_ALIAS(DRIVER_ALIAS);
558
559 #ifdef MODULE
560 static unsigned int autoload = 1;
561 #else
562 static unsigned int autoload = 0;
563 #endif
564
565
566 /****************************************************************************************/
567 /* SYSFS Code - Copied from the stv680.c usb module.                                    */
568 /* Device information is located at /sys/class/video4linux/video0                       */
569 /* Device parameters information is located at /sys/module/usbvision                    */
570 /* Device USB Information is located at /sys/bus/usb/drivers/USBVision Video Grabber    */
571 /****************************************************************************************/
572
573
574 #define YES_NO(x) ((x) ? "Yes" : "No")
575
576 static inline struct usb_usbvision *cd_to_usbvision(struct class_device *cd)
577 {
578         struct video_device *vdev = to_video_device(cd);
579         return video_get_drvdata(vdev);
580 }
581
582 static ssize_t show_version(struct class_device *cd, char *buf)
583 {
584         return sprintf(buf, "%s\n", DRIVER_VERSION);
585 }
586 static CLASS_DEVICE_ATTR(version, S_IRUGO, show_version, NULL);
587
588 static ssize_t show_model(struct class_device *class_dev, char *buf)
589 {
590         struct video_device *vdev = to_video_device(class_dev);
591         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
592         return sprintf(buf, "%s\n", usbvision_device_data[usbvision->DevModel].ModelString);
593 }
594 static CLASS_DEVICE_ATTR(model, S_IRUGO, show_model, NULL);
595
596 static ssize_t show_hue(struct class_device *class_dev, char *buf)
597 {
598         struct video_device *vdev = to_video_device(class_dev);
599         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
600         return sprintf(buf, "%d\n", usbvision->hue >> 8);
601 }
602 static CLASS_DEVICE_ATTR(hue, S_IRUGO, show_hue, NULL);
603
604 static ssize_t show_contrast(struct class_device *class_dev, char *buf)
605 {
606         struct video_device *vdev = to_video_device(class_dev);
607         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
608         return sprintf(buf, "%d\n", usbvision->contrast >> 8);
609 }
610 static CLASS_DEVICE_ATTR(contrast, S_IRUGO, show_contrast, NULL);
611
612 static ssize_t show_brightness(struct class_device *class_dev, char *buf)
613 {
614         struct video_device *vdev = to_video_device(class_dev);
615         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
616         return sprintf(buf, "%d\n", usbvision->brightness >> 8);
617 }
618 static CLASS_DEVICE_ATTR(brightness, S_IRUGO, show_brightness, NULL);
619
620 static ssize_t show_saturation(struct class_device *class_dev, char *buf)
621 {
622         struct video_device *vdev = to_video_device(class_dev);
623         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
624         return sprintf(buf, "%d\n", usbvision->saturation >> 8);
625 }
626 static CLASS_DEVICE_ATTR(saturation, S_IRUGO, show_saturation, NULL);
627
628 static ssize_t show_streaming(struct class_device *class_dev, char *buf)
629 {
630         struct video_device *vdev = to_video_device(class_dev);
631         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
632         return sprintf(buf, "%s\n", YES_NO(usbvision->streaming==Stream_On?1:0));
633 }
634 static CLASS_DEVICE_ATTR(streaming, S_IRUGO, show_streaming, NULL);
635
636 static ssize_t show_overlay(struct class_device *class_dev, char *buf)
637 {
638         struct video_device *vdev = to_video_device(class_dev);
639         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
640         return sprintf(buf, "%s\n", YES_NO(usbvision->overlay));
641 }
642 static CLASS_DEVICE_ATTR(overlay, S_IRUGO, show_overlay, NULL);
643
644 static ssize_t show_compression(struct class_device *class_dev, char *buf)
645 {
646         struct video_device *vdev = to_video_device(class_dev);
647         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
648         return sprintf(buf, "%s\n", YES_NO(usbvision->isocMode==ISOC_MODE_COMPRESS));
649 }
650 static CLASS_DEVICE_ATTR(compression, S_IRUGO, show_compression, NULL);
651
652 static ssize_t show_device_bridge(struct class_device *class_dev, char *buf)
653 {
654         struct video_device *vdev = to_video_device(class_dev);
655         struct usb_usbvision *usbvision = video_get_drvdata(vdev);
656         return sprintf(buf, "%d\n", usbvision->bridgeType);
657 }
658 static CLASS_DEVICE_ATTR(bridge, S_IRUGO, show_device_bridge, NULL);
659
660 static void usbvision_create_sysfs(struct video_device *vdev)
661 {
662         int res;
663         if (vdev) {
664                 res=video_device_create_file(vdev, &class_device_attr_version);
665                 res=video_device_create_file(vdev, &class_device_attr_model);
666                 res=video_device_create_file(vdev, &class_device_attr_hue);
667                 res=video_device_create_file(vdev, &class_device_attr_contrast);
668                 res=video_device_create_file(vdev, &class_device_attr_brightness);
669                 res=video_device_create_file(vdev, &class_device_attr_saturation);
670                 res=video_device_create_file(vdev, &class_device_attr_streaming);
671                 res=video_device_create_file(vdev, &class_device_attr_overlay);
672                 res=video_device_create_file(vdev, &class_device_attr_compression);
673                 res=video_device_create_file(vdev, &class_device_attr_bridge);
674         }
675 }
676
677 static void usbvision_remove_sysfs(struct video_device *vdev)
678 {
679         if (vdev) {
680                 video_device_remove_file(vdev, &class_device_attr_version);
681                 video_device_remove_file(vdev, &class_device_attr_model);
682                 video_device_remove_file(vdev, &class_device_attr_hue);
683                 video_device_remove_file(vdev, &class_device_attr_contrast);
684                 video_device_remove_file(vdev, &class_device_attr_brightness);
685                 video_device_remove_file(vdev, &class_device_attr_saturation);
686                 video_device_remove_file(vdev, &class_device_attr_streaming);
687                 video_device_remove_file(vdev, &class_device_attr_overlay);
688                 video_device_remove_file(vdev, &class_device_attr_compression);
689                 video_device_remove_file(vdev, &class_device_attr_bridge);
690         }
691 }
692
693
694 /*******************************/
695 /* Memory management functions */
696 /*******************************/
697
698 /*
699  * Here we want the physical address of the memory.
700  * This is used when initializing the contents of the area.
701  */
702
703
704 void *usbvision_rvmalloc(unsigned long size)
705 {
706         void *mem;
707         unsigned long adr;
708
709         size = PAGE_ALIGN(size);
710         mem = vmalloc_32(size);
711         if (!mem)
712                 return NULL;
713
714         memset(mem, 0, size); /* Clear the ram out, no junk to the user */
715  adr = (unsigned long) mem;
716  while (size > 0) {
717   #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
718    mem_map_reserve(vmalloc_to_page((void *)adr));
719   #else
720    SetPageReserved(vmalloc_to_page((void *)adr));
721   #endif
722   adr += PAGE_SIZE;
723   size -= PAGE_SIZE;
724  }
725
726  return mem;
727 }
728
729 void usbvision_rvfree(void *mem, unsigned long size)
730 {
731  unsigned long adr;
732
733  if (!mem)
734   return;
735
736  adr = (unsigned long) mem;
737  while ((long) size > 0) {
738   #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
739    mem_map_unreserve(vmalloc_to_page((void *)adr));
740   #else
741    ClearPageReserved(vmalloc_to_page((void *)adr));
742   #endif
743   adr += PAGE_SIZE;
744   size -= PAGE_SIZE;
745  }
746  vfree(mem);
747 }
748
749
750
751
752
753
754 #if ENABLE_HEXDUMP
755 static void usbvision_hexdump(const unsigned char *data, int len)
756 {
757  char tmp[80];
758  int i, k;
759
760  for (i = k = 0; len > 0; i++, len--) {
761   if (i > 0 && (i % 16 == 0)) {
762    printk("%s\n", tmp);
763    k = 0;
764   }
765   k += sprintf(&tmp[k], "%02x ", data[i]);
766  }
767  if (k > 0)
768   printk("%s\n", tmp);
769 }
770 #endif
771
772
773 /* These procedures handle the scratch ring buffer */
774 int scratch_len(struct usb_usbvision *usbvision)    /*This returns the amount of data actually in the buffer */
775 {
776         int len = usbvision->scratch_write_ptr - usbvision->scratch_read_ptr;
777         if (len < 0) {
778                 len += scratch_buf_size;
779         }
780         PDEBUG(DBG_SCRATCH, "scratch_len() = %d\n", len);
781
782         return len;
783 }
784
785
786 /* This returns the free space left in the buffer */
787 int scratch_free(struct usb_usbvision *usbvision)
788 {
789         int free = usbvision->scratch_read_ptr - usbvision->scratch_write_ptr;
790         if (free <= 0) {
791                 free += scratch_buf_size;
792         }
793         if (free) {
794                 free -= 1;                                                      /* at least one byte in the buffer must */
795                                                                                 /* left blank, otherwise there is no chance to differ between full and empty */
796         }
797         PDEBUG(DBG_SCRATCH, "return %d\n", free);
798
799         return free;
800 }
801
802
803 void *debug_memcpy(void *dest, void *src, size_t len)
804 {
805         printk(KERN_DEBUG "memcpy(%p, %p, %d);\n", dest, src, len);
806         return memcpy(dest, src, len);
807 }
808
809
810 /* This puts data into the buffer */
811 int scratch_put(struct usb_usbvision *usbvision, unsigned char *data, int len)
812 {
813         int len_part;
814
815         if (usbvision->scratch_write_ptr + len < scratch_buf_size) {
816                 memcpy(usbvision->scratch + usbvision->scratch_write_ptr, data, len);
817                 usbvision->scratch_write_ptr += len;
818         }
819         else {
820                 len_part = scratch_buf_size - usbvision->scratch_write_ptr;
821                 memcpy(usbvision->scratch + usbvision->scratch_write_ptr, data, len_part);
822                 if (len == len_part) {
823                         usbvision->scratch_write_ptr = 0;                       /* just set write_ptr to zero */
824                 }
825                 else {
826                         memcpy(usbvision->scratch, data + len_part, len - len_part);
827                         usbvision->scratch_write_ptr = len - len_part;
828                 }
829         }
830
831         PDEBUG(DBG_SCRATCH, "len=%d, new write_ptr=%d\n", len, usbvision->scratch_write_ptr);
832
833         return len;
834 }
835
836 /* This marks the write_ptr as position of new frame header */
837 void scratch_mark_header(struct usb_usbvision *usbvision)
838 {
839         PDEBUG(DBG_SCRATCH, "header at write_ptr=%d\n", usbvision->scratch_headermarker_write_ptr);
840
841         usbvision->scratch_headermarker[usbvision->scratch_headermarker_write_ptr] =
842                                 usbvision->scratch_write_ptr;
843         usbvision->scratch_headermarker_write_ptr += 1;
844         usbvision->scratch_headermarker_write_ptr %= USBVISION_NUM_HEADERMARKER;
845 }
846
847 /* This gets data from the buffer at the given "ptr" position */
848 int scratch_get_extra(struct usb_usbvision *usbvision, unsigned char *data, int *ptr, int len)
849 {
850         int len_part;
851         if (*ptr + len < scratch_buf_size) {
852                 memcpy(data, usbvision->scratch + *ptr, len);
853                 *ptr += len;
854         }
855         else {
856                 len_part = scratch_buf_size - *ptr;
857                 memcpy(data, usbvision->scratch + *ptr, len_part);
858                 if (len == len_part) {
859                         *ptr = 0;                                                       /* just set the y_ptr to zero */
860                 }
861                 else {
862                         memcpy(data + len_part, usbvision->scratch, len - len_part);
863                         *ptr = len - len_part;
864                 }
865         }
866
867         PDEBUG(DBG_SCRATCH, "len=%d, new ptr=%d\n", len, *ptr);
868
869         return len;
870 }
871
872
873 /* This sets the scratch extra read pointer */
874 void scratch_set_extra_ptr(struct usb_usbvision *usbvision, int *ptr, int len)
875 {
876         *ptr = (usbvision->scratch_read_ptr + len)%scratch_buf_size;
877
878         PDEBUG(DBG_SCRATCH, "ptr=%d\n", *ptr);
879 }
880
881
882 /*This increments the scratch extra read pointer */
883 void scratch_inc_extra_ptr(int *ptr, int len)
884 {
885         *ptr = (*ptr + len) % scratch_buf_size;
886
887         PDEBUG(DBG_SCRATCH, "ptr=%d\n", *ptr);
888 }
889
890
891 /* This gets data from the buffer */
892 int scratch_get(struct usb_usbvision *usbvision, unsigned char *data, int len)
893 {
894         int len_part;
895         if (usbvision->scratch_read_ptr + len < scratch_buf_size) {
896                 memcpy(data, usbvision->scratch + usbvision->scratch_read_ptr, len);
897                 usbvision->scratch_read_ptr += len;
898         }
899         else {
900                 len_part = scratch_buf_size - usbvision->scratch_read_ptr;
901                 memcpy(data, usbvision->scratch + usbvision->scratch_read_ptr, len_part);
902                 if (len == len_part) {
903                         usbvision->scratch_read_ptr = 0;                                /* just set the read_ptr to zero */
904                 }
905                 else {
906                         memcpy(data + len_part, usbvision->scratch, len - len_part);
907                         usbvision->scratch_read_ptr = len - len_part;
908                 }
909         }
910
911         PDEBUG(DBG_SCRATCH, "len=%d, new read_ptr=%d\n", len, usbvision->scratch_read_ptr);
912
913         return len;
914 }
915
916
917 /* This sets read pointer to next header and returns it */
918 int scratch_get_header(struct usb_usbvision *usbvision,struct usbvision_frame_header *header)
919 {
920         int errCode = 0;
921
922         PDEBUG(DBG_SCRATCH, "from read_ptr=%d", usbvision->scratch_headermarker_read_ptr);
923
924         while (usbvision->scratch_headermarker_write_ptr -
925                 usbvision->scratch_headermarker_read_ptr != 0) {
926                 usbvision->scratch_read_ptr =
927                         usbvision->scratch_headermarker[usbvision->scratch_headermarker_read_ptr];
928                 usbvision->scratch_headermarker_read_ptr += 1;
929                 usbvision->scratch_headermarker_read_ptr %= USBVISION_NUM_HEADERMARKER;
930                 scratch_get(usbvision, (unsigned char *)header, USBVISION_HEADER_LENGTH);
931                 if ((header->magic_1 == USBVISION_MAGIC_1)
932                          && (header->magic_2 == USBVISION_MAGIC_2)
933                          && (header->headerLength == USBVISION_HEADER_LENGTH)) {
934                         errCode = USBVISION_HEADER_LENGTH;
935                         header->frameWidth  = header->frameWidthLo  + (header->frameWidthHi << 8);
936                         header->frameHeight = header->frameHeightLo + (header->frameHeightHi << 8);
937                         break;
938                 }
939         }
940
941         return errCode;
942 }
943
944
945 /*This removes len bytes of old data from the buffer */
946 void scratch_rm_old(struct usb_usbvision *usbvision, int len)
947 {
948
949         usbvision->scratch_read_ptr += len;
950         usbvision->scratch_read_ptr %= scratch_buf_size;
951         PDEBUG(DBG_SCRATCH, "read_ptr is now %d\n", usbvision->scratch_read_ptr);
952 }
953
954
955 /*This resets the buffer - kills all data in it too */
956 void scratch_reset(struct usb_usbvision *usbvision)
957 {
958         PDEBUG(DBG_SCRATCH, "\n");
959
960         usbvision->scratch_read_ptr = 0;
961         usbvision->scratch_write_ptr = 0;
962         usbvision->scratch_headermarker_read_ptr = 0;
963         usbvision->scratch_headermarker_write_ptr = 0;
964         usbvision->isocstate = IsocState_NoFrame;
965 }
966
967
968
969 /* Here comes the OVERLAY stuff */
970
971 /* Tell the interrupt handler what to to.  */
972 static
973 void usbvision_cap(struct usb_usbvision* usbvision, int on)
974 {
975         DEBUG(printk(KERN_DEBUG "usbvision_cap: overlay was %d, set it to %d\n", usbvision->overlay, on);)
976
977         if (on) {
978                 usbvision->overlay = 1;
979         }
980         else {
981                 usbvision->overlay = 0;
982         }
983 }
984
985
986
987
988 /* append a new clipregion to the vector of video_clips */
989 static
990 void usbvision_new_clip(struct v4l2_format* vf, struct v4l2_clip* vcp, int x, int y, int w, int h)
991 {
992         vcp[vf->fmt.win.clipcount].c.left = x;
993         vcp[vf->fmt.win.clipcount].c.top = y;
994         vcp[vf->fmt.win.clipcount].c.width = w;
995         vcp[vf->fmt.win.clipcount].c.height = h;
996         vf->fmt.win.clipcount++;
997 }
998
999
1000 #define mark_pixel(x,y)  usbvision->clipmask[((x) + (y) * MAX_FRAME_WIDTH)/32] |= 0x00000001<<((x)%32)
1001 #define clipped_pixel(index) usbvision->clipmask[(index)/32] & (0x00000001<<((index)%32))
1002
1003 static
1004 void usbvision_built_overlay(struct usb_usbvision* usbvision, int count, struct v4l2_clip *vcp)
1005 {
1006         usbvision->overlay_win = usbvision->overlay_base +
1007                 (signed int)usbvision->vid_win.fmt.win.w.left * usbvision->depth / 8 +
1008                 (signed int)usbvision->vid_win.fmt.win.w.top * usbvision->vid_buf.fmt.bytesperline;
1009
1010                 IODEBUG(printk(KERN_DEBUG "built_overlay base=%p, win=%p, bpl=%d, clips=%d, size=%dx%d\n",
1011                                         usbvision->overlay_base, usbvision->overlay_win,
1012                                         usbvision->vid_buf.fmt.bytesperline, count,
1013                                         usbvision->vid_win.fmt.win.w.width, usbvision->vid_win.fmt.win.w.height);)
1014
1015
1016         /* Add here generation of clipping mask */
1017 {
1018         int x_start, x_end, y_start, y_end;
1019         int clip_index, x, y;
1020
1021         memset(usbvision->clipmask, 0, USBVISION_CLIPMASK_SIZE);
1022
1023         OVDEBUG(printk(KERN_DEBUG "clips = %d\n", count);)
1024
1025         for(clip_index = 0; clip_index < count; clip_index++) {
1026                 OVDEBUG(printk(KERN_DEBUG "clip: %d,%d,%d,%d\n", vcp[clip_index].x,
1027                                 vcp[clip_index].y,
1028                                 vcp[clip_index].width,
1029                                 vcp[clip_index].height);)
1030
1031                 x_start = vcp[clip_index].c.left;
1032                 if(x_start >= (int)usbvision->vid_win.fmt.win.w.width) {
1033                         OVDEBUG(printk(KERN_DEBUG "x_start=%d\n", x_start);)
1034                         continue; //clipping window is right of overlay window
1035                 }
1036                 x_end   = x_start + vcp[clip_index].c.width;
1037                 if(x_end <= 0) {
1038                         OVDEBUG(printk(KERN_DEBUG "x_end=%d\n", x_end);)
1039                         continue; //clipping window is left of overlay window
1040                 }
1041
1042                 y_start = vcp[clip_index].c.top;
1043                 if(y_start >= (int)usbvision->vid_win.fmt.win.w.height) {
1044                         OVDEBUG(printk(KERN_DEBUG "y_start=%d\n", y_start);)
1045                         continue; //clipping window is below overlay window
1046                 }
1047                 y_end   = y_start + vcp[clip_index].c.height;
1048                 if(y_end <= 0) {
1049                         OVDEBUG(printk(KERN_DEBUG "y_end=%d\n", y_end);)
1050                         continue; //clipping window is above overlay window
1051                 }
1052
1053                 //clip the clipping window
1054                 if (x_start < 0) {
1055                         x_start = 0;
1056                 }
1057                 if (x_end > (int)usbvision->vid_win.fmt.win.w.width) {
1058                         x_end = (int)usbvision->vid_win.fmt.win.w.width;
1059                 }
1060                 if (y_start < 0) {
1061                         y_start = 0;
1062                 }
1063                 if (y_end > (int)usbvision->vid_win.fmt.win.w.height) {
1064                         y_end = (int)usbvision->vid_win.fmt.win.w.height;
1065                 }
1066
1067                 OVDEBUG(printk(KERN_DEBUG "clip_o: %d,%d,%d,%d\n", x_start,     y_start, x_end, y_end);)
1068
1069
1070
1071                 for(y = y_start; y < y_end; y++) {
1072                         for(x = x_start; x < x_end; x++) {
1073                                 mark_pixel(x,y);
1074                         }
1075                 }
1076         }
1077 }
1078
1079 }
1080
1081
1082
1083 void usbvision_osd_char(struct usb_usbvision *usbvision,
1084                         struct usbvision_frame *frame, int x, int y, int ch)
1085 {
1086         static const unsigned short digits[16] = {
1087                 0xF6DE,         /* 0 */
1088                 0x2492,         /* 1 */
1089                 0xE7CE,         /* 2 */
1090                 0xE79E,         /* 3 */
1091                 0xB792,         /* 4 */
1092                 0xF39E,         /* 5 */
1093                 0xF3DE,         /* 6 */
1094                 0xF492,         /* 7 */
1095                 0xF7DE,         /* 8 */
1096                 0xF79E,         /* 9 */
1097                 0x77DA,         /* a */
1098                 0xD75C,         /* b */
1099                 0xF24E,         /* c */
1100                 0xD6DC,         /* d */
1101                 0xF34E,         /* e */
1102                 0xF348          /* f */
1103         };
1104         unsigned short digit;
1105         int ix, iy;
1106
1107         if ((usbvision == NULL) || (frame == NULL))
1108                 return;
1109
1110         if (ch >= '0' && ch <= '9')
1111                 ch -= '0';
1112         else if (ch >= 'A' && ch <= 'F')
1113                 ch = 10 + (ch - 'A');
1114         else if (ch >= 'a' && ch <= 'f')
1115                 ch = 10 + (ch - 'a');
1116         else
1117                 return;
1118         digit = digits[ch];
1119
1120         for (iy = 0; iy < 5; iy++) {
1121                 for (ix = 0; ix < 3; ix++) {
1122                         if (digit & 0x8000) {
1123                         //      USBVISION_PUTPIXEL(frame, x + ix, y + iy,
1124                         //                      0xFF, 0xFF, 0xFF);
1125                         }
1126                         digit = digit << 1;
1127                 }
1128         }
1129 }
1130
1131
1132 void usbvision_osd_string(struct usb_usbvision *usbvision,
1133                           struct usbvision_frame *frame,
1134                           int x, int y, const char *str)
1135 {
1136         while (*str) {
1137                 usbvision_osd_char(usbvision, frame, x, y, *str);
1138                 str++;
1139                 x += 4;         /* 3 pixels character + 1 space */
1140         }
1141 }
1142
1143 /*
1144  * usb_usbvision_osd_stats()
1145  *
1146  * On screen display of important debugging information.
1147  *
1148  */
1149 void usbvision_osd_stats(struct usb_usbvision *usbvision,
1150                          struct usbvision_frame *frame)
1151 {
1152         const int y_diff = 8;
1153         char tmp[16];
1154         int x = 10;
1155         int y = 10;
1156
1157         sprintf(tmp, "%8x", usbvision->frame_num);
1158         usbvision_osd_string(usbvision, frame, x, y, tmp);
1159         y += y_diff;
1160
1161         sprintf(tmp, "%8lx", usbvision->isocUrbCount);
1162         usbvision_osd_string(usbvision, frame, x, y, tmp);
1163         y += y_diff;
1164
1165         sprintf(tmp, "%8lx", usbvision->urb_length);
1166         usbvision_osd_string(usbvision, frame, x, y, tmp);
1167         y += y_diff;
1168
1169         sprintf(tmp, "%8lx", usbvision->isocDataCount);
1170         usbvision_osd_string(usbvision, frame, x, y, tmp);
1171         y += y_diff;
1172
1173         sprintf(tmp, "%8lx", usbvision->header_count);
1174         usbvision_osd_string(usbvision, frame, x, y, tmp);
1175         y += y_diff;
1176
1177         sprintf(tmp, "%8lx", usbvision->scratch_ovf_count);
1178         usbvision_osd_string(usbvision, frame, x, y, tmp);
1179         y += y_diff;
1180
1181         sprintf(tmp, "%8lx", usbvision->isocSkipCount);
1182         usbvision_osd_string(usbvision, frame, x, y, tmp);
1183         y += y_diff;
1184
1185         sprintf(tmp, "%8lx", usbvision->isocErrCount);
1186         usbvision_osd_string(usbvision, frame, x, y, tmp);
1187         y += y_diff;
1188
1189         sprintf(tmp, "%8x", usbvision->saturation);
1190         usbvision_osd_string(usbvision, frame, x, y, tmp);
1191         y += y_diff;
1192
1193         sprintf(tmp, "%8x", usbvision->hue);
1194         usbvision_osd_string(usbvision, frame, x, y, tmp);
1195         y += y_diff;
1196
1197         sprintf(tmp, "%8x", usbvision->brightness >> 8);
1198         usbvision_osd_string(usbvision, frame, x, y, tmp);
1199         y += y_diff;
1200
1201         sprintf(tmp, "%8x", usbvision->contrast >> 12);
1202         usbvision_osd_string(usbvision, frame, x, y, tmp);
1203         y += y_diff;
1204
1205 }
1206
1207 /*
1208  * usbvision_testpattern()
1209  *
1210  * Procedure forms a test pattern (yellow grid on blue background).
1211  *
1212  * Parameters:
1213  * fullframe:   if TRUE then entire frame is filled, otherwise the procedure
1214  *              continues from the current scanline.
1215  * pmode        0: fill the frame with solid blue color (like on VCR or TV)
1216  *              1: Draw a colored grid
1217  *
1218  */
1219 void usbvision_testpattern(struct usb_usbvision *usbvision, int fullframe,
1220                         int pmode)
1221 {
1222         static const char proc[] = "usbvision_testpattern";
1223         struct usbvision_frame *frame;
1224         unsigned char *f;
1225         int num_cell = 0;
1226         int scan_length = 0;
1227         static int num_pass = 0;
1228
1229         if (usbvision == NULL) {
1230                 printk(KERN_ERR "%s: usbvision == NULL\n", proc);
1231                 return;
1232         }
1233         if (usbvision->curFrame == NULL) {
1234                 printk(KERN_ERR "%s: usbvision->curFrame is NULL.\n", proc);
1235                 return;
1236         }
1237
1238         /* Grab the current frame */
1239         frame = usbvision->curFrame;
1240
1241         /* Optionally start at the beginning */
1242         if (fullframe) {
1243                 frame->curline = 0;
1244                 frame->scanlength = 0;
1245         }
1246
1247         /* Form every scan line */
1248         for (; frame->curline < frame->frmheight; frame->curline++) {
1249                 int i;
1250
1251                 f = frame->data + (usbvision->curwidth * 3 * frame->curline);
1252                 for (i = 0; i < usbvision->curwidth; i++) {
1253                         unsigned char cb = 0x80;
1254                         unsigned char cg = 0;
1255                         unsigned char cr = 0;
1256
1257                         if (pmode == 1) {
1258                                 if (frame->curline % 32 == 0)
1259                                         cb = 0, cg = cr = 0xFF;
1260                                 else if (i % 32 == 0) {
1261                                         if (frame->curline % 32 == 1)
1262                                                 num_cell++;
1263                                         cb = 0, cg = cr = 0xFF;
1264                                 } else {
1265                                         cb =
1266                                             ((num_cell * 7) +
1267                                              num_pass) & 0xFF;
1268                                         cg =
1269                                             ((num_cell * 5) +
1270                                              num_pass * 2) & 0xFF;
1271                                         cr =
1272                                             ((num_cell * 3) +
1273                                              num_pass * 3) & 0xFF;
1274                                 }
1275                         } else {
1276                                 /* Just the blue screen */
1277                         }
1278
1279                         *f++ = cb;
1280                         *f++ = cg;
1281                         *f++ = cr;
1282                         scan_length += 3;
1283                 }
1284         }
1285
1286         frame->grabstate = FrameState_Done;
1287         frame->scanlength += scan_length;
1288         ++num_pass;
1289
1290         /* We do this unconditionally, regardless of FLAGS_OSD_STATS */
1291         usbvision_osd_stats(usbvision, frame);
1292 }
1293
1294 /*
1295  * Here comes the data parsing stuff that is run as interrupt
1296  */
1297
1298 /*
1299  * usbvision_find_header()
1300  *
1301  * Locate one of supported header markers in the scratch buffer.
1302  */
1303 static enum ParseState usbvision_find_header(struct usb_usbvision *usbvision)
1304 {
1305         struct usbvision_frame *frame;
1306         int foundHeader = 0;
1307
1308         if (usbvision->overlay) {
1309                 frame = &usbvision->overlay_frame;
1310         }
1311         else {
1312                 frame = usbvision->curFrame;
1313         }
1314
1315         while (scratch_get_header(usbvision, &frame->isocHeader) == USBVISION_HEADER_LENGTH) {
1316                 // found header in scratch
1317                 PDEBUG(DBG_HEADER, "found header: 0x%02x%02x %d %d %d %d %#x 0x%02x %u %u",
1318                                 frame->isocHeader.magic_2,
1319                                 frame->isocHeader.magic_1,
1320                                 frame->isocHeader.headerLength,
1321                                 frame->isocHeader.frameNum,
1322                                 frame->isocHeader.framePhase,
1323                                 frame->isocHeader.frameLatency,
1324                                 frame->isocHeader.dataFormat,
1325                                 frame->isocHeader.formatParam,
1326                                 frame->isocHeader.frameWidth,
1327                                 frame->isocHeader.frameHeight);
1328
1329                 if (usbvision->requestIntra) {
1330                         if (frame->isocHeader.formatParam & 0x80) {
1331                                 foundHeader = 1;
1332                                 usbvision->lastIsocFrameNum = -1; // do not check for lost frames this time
1333                                 usbvision_unrequest_intra(usbvision);
1334                                 break;
1335                         }
1336                 }
1337                 else {
1338                         foundHeader = 1;
1339                         break;
1340                 }
1341         }
1342
1343         if (foundHeader) {
1344                 frame->frmwidth = frame->isocHeader.frameWidth * usbvision->stretch_width;
1345                 frame->frmheight = frame->isocHeader.frameHeight * usbvision->stretch_height;
1346                 frame->v4l2_linesize = (frame->frmwidth * frame->v4l2_format.depth)>> 3;
1347         }
1348         else { // no header found
1349                 PDEBUG(DBG_HEADER, "skipping scratch data, no header");
1350                 scratch_reset(usbvision);
1351                 return ParseState_EndParse;
1352         }
1353
1354         // found header
1355         if (frame->isocHeader.dataFormat==ISOC_MODE_COMPRESS) {
1356                 //check isocHeader.frameNum for lost frames
1357                 if (usbvision->lastIsocFrameNum >= 0) {
1358                         if (((usbvision->lastIsocFrameNum + 1) % 32) != frame->isocHeader.frameNum) {
1359                                 // unexpected frame drop: need to request new intra frame
1360                                 PDEBUG(DBG_HEADER, "Lost frame before %d on USB", frame->isocHeader.frameNum);
1361                                 usbvision_request_intra(usbvision);
1362                                 return ParseState_NextFrame;
1363                         }
1364                 }
1365                 usbvision->lastIsocFrameNum = frame->isocHeader.frameNum;
1366         }
1367         usbvision->header_count++;
1368         frame->scanstate = ScanState_Lines;
1369         frame->curline = 0;
1370
1371         if (flags & FLAGS_FORCE_TESTPATTERN) {
1372                 usbvision_testpattern(usbvision, 1, 1);
1373                 return ParseState_NextFrame;
1374         }
1375         return ParseState_Continue;
1376 }
1377
1378 static enum ParseState usbvision_parse_lines_422(struct usb_usbvision *usbvision,
1379                                            long *pcopylen)
1380 {
1381         volatile struct usbvision_frame *frame;
1382         unsigned char *f;
1383         int len;
1384         int i;
1385         unsigned char yuyv[4]={180, 128, 10, 128}; // YUV components
1386         unsigned char rv, gv, bv;       // RGB components
1387         int clipmask_index, bytes_per_pixel;
1388         int overlay = usbvision->overlay;
1389         int stretch_bytes, clipmask_add;
1390
1391         if (overlay) {
1392                 frame  = &usbvision->overlay_frame;
1393                 if (usbvision->overlay_base == NULL) {
1394                         //video_buffer is not set yet
1395                         return ParseState_NextFrame;
1396                 }
1397                 f = usbvision->overlay_win + frame->curline *
1398                         usbvision->vid_buf.fmt.bytesperline;
1399         }
1400         else {
1401                 frame  = usbvision->curFrame;
1402                 f = frame->data + (frame->v4l2_linesize * frame->curline);
1403         }
1404
1405         /* Make sure there's enough data for the entire line */
1406         len = (frame->isocHeader.frameWidth * 2)+5;
1407         if (scratch_len(usbvision) < len) {
1408                 PDEBUG(DBG_PARSE, "out of data in line %d, need %u.\n", frame->curline, len);
1409                 return ParseState_Out;
1410         }
1411
1412         if ((frame->curline + 1) >= frame->frmheight) {
1413                 return ParseState_NextFrame;
1414         }
1415
1416         bytes_per_pixel = frame->v4l2_format.bytes_per_pixel;
1417         stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel;
1418         clipmask_index = frame->curline * MAX_FRAME_WIDTH;
1419         clipmask_add = usbvision->stretch_width;
1420
1421         for (i = 0; i < frame->frmwidth; i+=(2 * usbvision->stretch_width)) {
1422
1423                 scratch_get(usbvision, &yuyv[0], 4);
1424
1425                 if((overlay) && (clipped_pixel(clipmask_index))) {
1426                         f += bytes_per_pixel;
1427                 }
1428                 else if (frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1429                         *f++ = yuyv[0]; // Y
1430                         *f++ = yuyv[3]; // U
1431                 }
1432                 else {
1433
1434                         YUV_TO_RGB_BY_THE_BOOK(yuyv[0], yuyv[1], yuyv[3], rv, gv, bv);
1435                         switch (frame->v4l2_format.format) {
1436                                 case V4L2_PIX_FMT_RGB565:
1437                                         *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 3));
1438                                         *f++ = (0x07 & (gv >> 5)) | (0xF8 &  rv);
1439                                         break;
1440                                 case V4L2_PIX_FMT_RGB24:
1441                                         *f++ = bv;
1442                                         *f++ = gv;
1443                                         *f++ = rv;
1444                                         break;
1445                                 case V4L2_PIX_FMT_RGB32:
1446                                         *f++ = bv;
1447                                         *f++ = gv;
1448                                         *f++ = rv;
1449                                         f++;
1450                                         break;
1451                                 case V4L2_PIX_FMT_RGB555:
1452                                         *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 2));
1453                                         *f++ = (0x03 & (gv >> 6)) | (0x7C & (rv >> 1));
1454                                         break;
1455                         }
1456                 }
1457                 clipmask_index += clipmask_add;
1458                 f += stretch_bytes;
1459
1460                 if((overlay) && (clipped_pixel(clipmask_index))) {
1461                         f += bytes_per_pixel;
1462                 }
1463                 else if (frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1464                         *f++ = yuyv[2]; // Y
1465                         *f++ = yuyv[1]; // V
1466                 }
1467                 else {
1468
1469                         YUV_TO_RGB_BY_THE_BOOK(yuyv[2], yuyv[1], yuyv[3], rv, gv, bv);
1470                         switch (frame->v4l2_format.format) {
1471                                 case V4L2_PIX_FMT_RGB565:
1472                                         *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 3));
1473                                         *f++ = (0x07 & (gv >> 5)) | (0xF8 &  rv);
1474                                         break;
1475                                 case V4L2_PIX_FMT_RGB24:
1476                                         *f++ = bv;
1477                                         *f++ = gv;
1478                                         *f++ = rv;
1479                                         break;
1480                                 case V4L2_PIX_FMT_RGB32:
1481                                         *f++ = bv;
1482                                         *f++ = gv;
1483                                         *f++ = rv;
1484                                         f++;
1485                                         break;
1486                                 case V4L2_PIX_FMT_RGB555:
1487                                         *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 2));
1488                                         *f++ = (0x03 & (gv >> 6)) | (0x7C & (rv >> 1));
1489                                         break;
1490                         }
1491                 }
1492                 clipmask_index += clipmask_add;
1493                 f += stretch_bytes;
1494         }
1495
1496         frame->curline += usbvision->stretch_height;
1497         *pcopylen += frame->v4l2_linesize * usbvision->stretch_height;
1498
1499         if (frame->curline >= frame->frmheight) {
1500                 return ParseState_NextFrame;
1501         }
1502         else {
1503                 return ParseState_Continue;
1504         }
1505 }
1506
1507
1508 static int usbvision_decompress(struct usb_usbvision *usbvision,unsigned char *Compressed,
1509                                                                 unsigned char *Decompressed, int *StartPos,
1510                                                                 int *BlockTypeStartPos, int Len)
1511 {
1512         int RestPixel, Idx, MaxPos, Pos, ExtraPos, BlockLen, BlockTypePos, BlockTypeLen;
1513         unsigned char BlockByte, BlockCode, BlockType, BlockTypeByte, Integrator;
1514
1515         Integrator = 0;
1516         Pos = *StartPos;
1517         BlockTypePos = *BlockTypeStartPos;
1518         MaxPos = 396; //Pos + Len;
1519         ExtraPos = Pos;
1520         BlockLen = 0;
1521         BlockByte = 0;
1522         BlockCode = 0;
1523         BlockType = 0;
1524         BlockTypeByte = 0;
1525         BlockTypeLen = 0;
1526         RestPixel = Len;
1527
1528         for (Idx = 0; Idx < Len; Idx++) {
1529
1530                 if (BlockLen == 0) {
1531                         if (BlockTypeLen==0) {
1532                                 BlockTypeByte = Compressed[BlockTypePos];
1533                                 BlockTypePos++;
1534                                 BlockTypeLen = 4;
1535                         }
1536                         BlockType = (BlockTypeByte & 0xC0) >> 6;
1537
1538                         //statistic:
1539                         usbvision->ComprBlockTypes[BlockType]++;
1540
1541                         Pos = ExtraPos;
1542                         if (BlockType == 0) {
1543                                 if(RestPixel >= 24) {
1544                                         Idx += 23;
1545                                         RestPixel -= 24;
1546                                         Integrator = Decompressed[Idx];
1547                                 } else {
1548                                         Idx += RestPixel - 1;
1549                                         RestPixel = 0;
1550                                 }
1551                         } else {
1552                                 BlockCode = Compressed[Pos];
1553                                 Pos++;
1554                                 if (RestPixel >= 24) {
1555                                         BlockLen  = 24;
1556                                 } else {
1557                                         BlockLen = RestPixel;
1558                                 }
1559                                 RestPixel -= BlockLen;
1560                                 ExtraPos = Pos + (BlockLen / 4);
1561                         }
1562                         BlockTypeByte <<= 2;
1563                         BlockTypeLen -= 1;
1564                 }
1565                 if (BlockLen > 0) {
1566                         if ((BlockLen%4) == 0) {
1567                                 BlockByte = Compressed[Pos];
1568                                 Pos++;
1569                         }
1570                         if (BlockType == 1) { //inter Block
1571                                 Integrator = Decompressed[Idx];
1572                         }
1573                         switch (BlockByte & 0xC0) {
1574                                 case 0x03<<6:
1575                                         Integrator += Compressed[ExtraPos];
1576                                         ExtraPos++;
1577                                         break;
1578                                 case 0x02<<6:
1579                                         Integrator += BlockCode;
1580                                         break;
1581                                 case 0x00:
1582                                         Integrator -= BlockCode;
1583                                         break;
1584                         }
1585                         Decompressed[Idx] = Integrator;
1586                         BlockByte <<= 2;
1587                         BlockLen -= 1;
1588                 }
1589         }
1590         *StartPos = ExtraPos;
1591         *BlockTypeStartPos = BlockTypePos;
1592         return Idx;
1593 }
1594
1595
1596 /*
1597  * usbvision_parse_compress()
1598  *
1599  * Parse compressed frame from the scratch buffer, put
1600  * decoded RGB value into the current frame buffer and add the written
1601  * number of bytes (RGB) to the *pcopylen.
1602  *
1603  */
1604 static enum ParseState usbvision_parse_compress(struct usb_usbvision *usbvision,
1605                                            long *pcopylen)
1606 {
1607 #define USBVISION_STRIP_MAGIC           0x5A
1608 #define USBVISION_STRIP_LEN_MAX         400
1609 #define USBVISION_STRIP_HEADER_LEN      3
1610
1611         struct usbvision_frame *frame;
1612         unsigned char *f,*u = NULL ,*v = NULL;
1613         unsigned char StripData[USBVISION_STRIP_LEN_MAX];
1614         unsigned char StripHeader[USBVISION_STRIP_HEADER_LEN];
1615         int Idx, IdxEnd, StripLen, StripPtr, StartBlockPos, BlockPos, BlockTypePos;
1616         int clipmask_index, bytes_per_pixel, rc;
1617         int overlay = usbvision->overlay;
1618         int imageSize;
1619         unsigned char rv, gv, bv;
1620         static unsigned char *Y, *U, *V;
1621
1622         if (overlay) {
1623                 frame  = &usbvision->overlay_frame;
1624                 imageSize = frame->frmwidth * frame->frmheight;
1625                 if (usbvision->overlay_base == NULL) {
1626                         //video_buffer is not set yet
1627                         return ParseState_NextFrame;
1628                 }
1629                 f = usbvision->overlay_win + frame->curline *
1630                         usbvision->vid_buf.fmt.bytesperline;
1631         }
1632         else {
1633                 frame  = usbvision->curFrame;
1634                 imageSize = frame->frmwidth * frame->frmheight;
1635                 if ( (frame->v4l2_format.format == V4L2_PIX_FMT_YUV422P) ||
1636                      (frame->v4l2_format.format == V4L2_PIX_FMT_YVU420) )
1637                 {       // this is a planar format
1638                                                                        //... v4l2_linesize not used here.
1639                         f = frame->data + (frame->width * frame->curline);
1640                 } else
1641                         f = frame->data + (frame->v4l2_linesize * frame->curline);
1642
1643                 if (frame->v4l2_format.format == V4L2_PIX_FMT_YUYV){ //initialise u and v pointers
1644                                                                  // get base of u and b planes add halfoffset
1645
1646                         u = frame->data
1647                                 + imageSize
1648                                 + (frame->frmwidth >>1) * frame->curline ;
1649                         v = u + (imageSize >>1 );
1650
1651                 } else if (frame->v4l2_format.format == V4L2_PIX_FMT_YVU420){
1652
1653                         v = frame->data + imageSize + ((frame->curline* (frame->width))>>2) ;
1654                         u = v + (imageSize >>2) ;
1655                 }
1656         }
1657
1658         if (frame->curline == 0) {
1659                 usbvision_adjust_compression(usbvision);
1660         }
1661
1662         if (scratch_len(usbvision) < USBVISION_STRIP_HEADER_LEN) {
1663                 return ParseState_Out;
1664         }
1665
1666         //get strip header without changing the scratch_read_ptr
1667         scratch_set_extra_ptr(usbvision, &StripPtr, 0);
1668         scratch_get_extra(usbvision, &StripHeader[0], &StripPtr,
1669                                 USBVISION_STRIP_HEADER_LEN);
1670
1671         if (StripHeader[0] != USBVISION_STRIP_MAGIC) {
1672                 // wrong strip magic
1673                 usbvision->stripMagicErrors++;
1674                 return ParseState_NextFrame;
1675         }
1676
1677         if (frame->curline != (int)StripHeader[2]) {
1678                 //line number missmatch error
1679                 usbvision->stripLineNumberErrors++;
1680         }
1681
1682         StripLen = 2 * (unsigned int)StripHeader[1];
1683         if (StripLen > USBVISION_STRIP_LEN_MAX) {
1684                 // strip overrun
1685                 // I think this never happens
1686                 usbvision_request_intra(usbvision);
1687         }
1688
1689         if (scratch_len(usbvision) < StripLen) {
1690                 //there is not enough data for the strip
1691                 return ParseState_Out;
1692         }
1693
1694         if (usbvision->IntraFrameBuffer) {
1695                 Y = usbvision->IntraFrameBuffer + frame->frmwidth * frame->curline;
1696                 U = usbvision->IntraFrameBuffer + imageSize + (frame->frmwidth / 2) * (frame->curline / 2);
1697                 V = usbvision->IntraFrameBuffer + imageSize / 4 * 5 + (frame->frmwidth / 2) * (frame->curline / 2);
1698         }
1699         else {
1700                 return ParseState_NextFrame;
1701         }
1702
1703         bytes_per_pixel = frame->v4l2_format.bytes_per_pixel;
1704         clipmask_index = frame->curline * MAX_FRAME_WIDTH;
1705
1706         scratch_get(usbvision, StripData, StripLen);
1707
1708         IdxEnd = frame->frmwidth;
1709         BlockTypePos = USBVISION_STRIP_HEADER_LEN;
1710         StartBlockPos = BlockTypePos + (IdxEnd - 1) / 96 + (IdxEnd / 2 - 1) / 96 + 2;
1711         BlockPos = StartBlockPos;
1712
1713         usbvision->BlockPos = BlockPos;
1714
1715         if ((rc = usbvision_decompress(usbvision, StripData, Y, &BlockPos, &BlockTypePos, IdxEnd)) != IdxEnd) {
1716                 //return ParseState_Continue;
1717         }
1718         if (StripLen > usbvision->maxStripLen) {
1719                 usbvision->maxStripLen = StripLen;
1720         }
1721
1722         if (frame->curline%2) {
1723                 if ((rc = usbvision_decompress(usbvision, StripData, V, &BlockPos, &BlockTypePos, IdxEnd/2)) != IdxEnd/2) {
1724                 //return ParseState_Continue;
1725                 }
1726         }
1727         else {
1728                 if ((rc = usbvision_decompress(usbvision, StripData, U, &BlockPos, &BlockTypePos, IdxEnd/2)) != IdxEnd/2) {
1729                         //return ParseState_Continue;
1730                 }
1731         }
1732
1733         if (BlockPos > usbvision->comprBlockPos) {
1734                 usbvision->comprBlockPos = BlockPos;
1735         }
1736         if (BlockPos > StripLen) {
1737                 usbvision->stripLenErrors++;
1738         }
1739
1740         for (Idx = 0; Idx < IdxEnd; Idx++) {
1741                 if((overlay) && (clipped_pixel(clipmask_index))) {
1742                         f += bytes_per_pixel;
1743                 }
1744                 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1745                         *f++ = Y[Idx];
1746                         *f++ = Idx & 0x01 ? U[Idx/2] : V[Idx/2];
1747                 }
1748                 else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUV422P) {
1749                         *f++ = Y[Idx];
1750                         if ( Idx & 0x01)
1751                                 *u++ = U[Idx>>1] ;
1752                         else
1753                                 *v++ = V[Idx>>1];
1754                 }
1755                 else if (frame->v4l2_format.format == V4L2_PIX_FMT_YVU420) {
1756                         *f++ = Y [Idx];
1757                         if ( !((  Idx & 0x01  ) | (  frame->curline & 0x01  )) ){
1758
1759 /*                               only need do this for 1 in 4 pixels */
1760 /*                               intraframe buffer is YUV420 format */
1761
1762                                 *u++ = U[Idx >>1];
1763                                 *v++ = V[Idx >>1];
1764                         }
1765
1766                 }
1767                 else {
1768                         YUV_TO_RGB_BY_THE_BOOK(Y[Idx], U[Idx/2], V[Idx/2], rv, gv, bv);
1769                         switch (frame->v4l2_format.format) {
1770                                 case V4L2_PIX_FMT_GREY:
1771                                         *f++ = Y[Idx];
1772                                         break;
1773                                 case V4L2_PIX_FMT_RGB555:
1774                                         *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 2));
1775                                         *f++ = (0x03 & (gv >> 6)) | (0x7C & (rv >> 1));
1776                                         break;
1777                                 case V4L2_PIX_FMT_RGB565:
1778                                         *f++ = (0x1F & (bv >> 3)) | (0xE0 & (gv << 3));
1779                                         *f++ = (0x07 & (gv >> 5)) | (0xF8 &  rv);
1780                                         break;
1781                                 case V4L2_PIX_FMT_RGB24:
1782                                         *f++ = bv;
1783                                         *f++ = gv;
1784                                         *f++ = rv;
1785                                         break;
1786                                 case V4L2_PIX_FMT_RGB32:
1787                                         *f++ = bv;
1788                                         *f++ = gv;
1789                                         *f++ = rv;
1790                                         f++;
1791                                         break;
1792                         }
1793                 }
1794                 clipmask_index++;
1795         }
1796         /* Deal with non-integer no. of bytes for YUV420P */
1797         if (frame->v4l2_format.format != V4L2_PIX_FMT_YVU420 )
1798                 *pcopylen += frame->v4l2_linesize;
1799         else
1800                 *pcopylen += frame->curline & 0x01 ? frame->v4l2_linesize : frame->v4l2_linesize << 1;
1801
1802         frame->curline += 1;
1803
1804         if (frame->curline >= frame->frmheight) {
1805                 return ParseState_NextFrame;
1806         }
1807         else {
1808                 return ParseState_Continue;
1809         }
1810
1811 }
1812
1813
1814 /*
1815  * usbvision_parse_lines_420()
1816  *
1817  * Parse two lines from the scratch buffer, put
1818  * decoded RGB value into the current frame buffer and add the written
1819  * number of bytes (RGB) to the *pcopylen.
1820  *
1821  */
1822 static enum ParseState usbvision_parse_lines_420(struct usb_usbvision *usbvision,
1823                                            long *pcopylen)
1824 {
1825         struct usbvision_frame *frame;
1826         unsigned char *f_even = NULL, *f_odd = NULL;
1827         unsigned int pixel_per_line, block;
1828         int pixel, block_split;
1829         int y_ptr, u_ptr, v_ptr, y_odd_offset;
1830         const int   y_block_size = 128;
1831         const int  uv_block_size = 64;
1832         const int sub_block_size = 32;
1833         const int y_step[] = { 0, 0, 0, 2 },  y_step_size = 4;
1834         const int uv_step[]= { 0, 0, 0, 4 }, uv_step_size = 4;
1835         unsigned char y[2], u, v;       /* YUV components */
1836         int y_, u_, v_, vb, uvg, ur;
1837         int r_, g_, b_;                 /* RGB components */
1838         unsigned char g;
1839         int clipmask_even_index, clipmask_odd_index, bytes_per_pixel;
1840         int clipmask_add, stretch_bytes;
1841         int overlay = usbvision->overlay;
1842
1843         if (overlay) {
1844                 frame  = &usbvision->overlay_frame;
1845                 if (usbvision->overlay_base == NULL) {
1846                         //video_buffer is not set yet
1847                         return ParseState_NextFrame;
1848                 }
1849                 f_even = usbvision->overlay_win + frame->curline *
1850                          usbvision->vid_buf.fmt.bytesperline;
1851                 f_odd  = f_even + usbvision->vid_buf.fmt.bytesperline * usbvision->stretch_height;
1852         }
1853         else {
1854                 frame  = usbvision->curFrame;
1855                 f_even = frame->data + (frame->v4l2_linesize * frame->curline);
1856                 f_odd  = f_even + frame->v4l2_linesize * usbvision->stretch_height;
1857         }
1858
1859         /* Make sure there's enough data for the entire line */
1860         /* In this mode usbvision transfer 3 bytes for every 2 pixels */
1861         /* I need two lines to decode the color */
1862         bytes_per_pixel = frame->v4l2_format.bytes_per_pixel;
1863         stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel;
1864         clipmask_even_index = frame->curline * MAX_FRAME_WIDTH;
1865         clipmask_odd_index  = clipmask_even_index + MAX_FRAME_WIDTH;
1866         clipmask_add = usbvision->stretch_width;
1867         pixel_per_line = frame->isocHeader.frameWidth;
1868
1869         if (scratch_len(usbvision) < (int)pixel_per_line * 3) {
1870                 //printk(KERN_DEBUG "out of data, need %d\n", len);
1871                 return ParseState_Out;
1872         }
1873
1874         if ((frame->curline + 1) >= frame->frmheight) {
1875                 return ParseState_NextFrame;
1876         }
1877
1878         block_split = (pixel_per_line%y_block_size) ? 1 : 0;    //are some blocks splitted into different lines?
1879
1880         y_odd_offset = (pixel_per_line / y_block_size) * (y_block_size + uv_block_size)
1881                         + block_split * uv_block_size;
1882
1883         scratch_set_extra_ptr(usbvision, &y_ptr, y_odd_offset);
1884         scratch_set_extra_ptr(usbvision, &u_ptr, y_block_size);
1885         scratch_set_extra_ptr(usbvision, &v_ptr, y_odd_offset
1886                         + (4 - block_split) * sub_block_size);
1887
1888         for (block = 0; block < (pixel_per_line / sub_block_size);
1889              block++) {
1890
1891
1892                 for (pixel = 0; pixel < sub_block_size; pixel +=2) {
1893                         scratch_get(usbvision, &y[0], 2);
1894                         scratch_get_extra(usbvision, &u, &u_ptr, 1);
1895                         scratch_get_extra(usbvision, &v, &v_ptr, 1);
1896
1897                         //I don't use the YUV_TO_RGB macro for better performance
1898                         v_ = v - 128;
1899                         u_ = u - 128;
1900                         vb =              132252 * v_;
1901                         uvg= -53281 * u_ - 25625 * v_;
1902                         ur = 104595 * u_;
1903
1904                         if((overlay) && (clipped_pixel(clipmask_even_index))) {
1905                                 f_even += bytes_per_pixel;
1906                         }
1907                         else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1908                                 *f_even++ = y[0];
1909                                 *f_even++ = v;
1910                         }
1911                         else {
1912                                 y_ = 76284 * (y[0] - 16);
1913
1914                                 b_ = (y_ + vb) >> 16;
1915                                 g_ = (y_ + uvg)>> 16;
1916                                 r_ = (y_ + ur) >> 16;
1917
1918                                 switch (frame->v4l2_format.format) {
1919                                         case V4L2_PIX_FMT_RGB565:
1920                                                 g = LIMIT_RGB(g_);
1921                                                 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
1922                                                 *f_even++ = (0x07 & (          g   >> 5)) | (0xF8 & LIMIT_RGB(r_));
1923                                                 break;
1924                                         case V4L2_PIX_FMT_RGB24:
1925                                                 *f_even++ = LIMIT_RGB(b_);
1926                                                 *f_even++ = LIMIT_RGB(g_);
1927                                                 *f_even++ = LIMIT_RGB(r_);
1928                                                 break;
1929                                         case V4L2_PIX_FMT_RGB32:
1930                                                 *f_even++ = LIMIT_RGB(b_);
1931                                                 *f_even++ = LIMIT_RGB(g_);
1932                                                 *f_even++ = LIMIT_RGB(r_);
1933                                                 f_even++;
1934                                                 break;
1935                                         case V4L2_PIX_FMT_RGB555:
1936                                                 g = LIMIT_RGB(g_);
1937                                                 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
1938                                                 *f_even++ = (0x03 & (          g   >> 6)) |
1939                                                             (0x7C & (LIMIT_RGB(r_) >> 1));
1940                                                 break;
1941                                 }
1942                         }
1943                         clipmask_even_index += clipmask_add;
1944                         f_even += stretch_bytes;
1945
1946                         if((overlay) && (clipped_pixel(clipmask_even_index))) {
1947                                 f_even += bytes_per_pixel;
1948                         }
1949                         else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1950                                 *f_even++ = y[1];
1951                                 *f_even++ = u;
1952                         }
1953                         else {
1954                                 y_ = 76284 * (y[1] - 16);
1955
1956                                 b_ = (y_ + vb) >> 16;
1957                                 g_ = (y_ + uvg)>> 16;
1958                                 r_ = (y_ + ur) >> 16;
1959
1960                                 switch (frame->v4l2_format.format) {
1961                                         case V4L2_PIX_FMT_RGB565:
1962                                                 g = LIMIT_RGB(g_);
1963                                                 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
1964                                                 *f_even++ = (0x07 & (          g   >> 5)) | (0xF8 & LIMIT_RGB(r_));
1965                                                 break;
1966                                         case V4L2_PIX_FMT_RGB24:
1967                                                 *f_even++ = LIMIT_RGB(b_);
1968                                                 *f_even++ = LIMIT_RGB(g_);
1969                                                 *f_even++ = LIMIT_RGB(r_);
1970                                                 break;
1971                                         case V4L2_PIX_FMT_RGB32:
1972                                                 *f_even++ = LIMIT_RGB(b_);
1973                                                 *f_even++ = LIMIT_RGB(g_);
1974                                                 *f_even++ = LIMIT_RGB(r_);
1975                                                 f_even++;
1976                                                 break;
1977                                         case V4L2_PIX_FMT_RGB555:
1978                                                 g = LIMIT_RGB(g_);
1979                                                 *f_even++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
1980                                                 *f_even++ = (0x03 & (          g   >> 6)) |
1981                                                             (0x7C & (LIMIT_RGB(r_) >> 1));
1982                                                 break;
1983                                 }
1984                         }
1985                         clipmask_even_index += clipmask_add;
1986                         f_even += stretch_bytes;
1987
1988                         scratch_get_extra(usbvision, &y[0], &y_ptr, 2);
1989
1990                         if ((overlay) && (clipped_pixel(clipmask_odd_index))) {
1991                                 f_odd += bytes_per_pixel;
1992                         }
1993                         else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
1994                                 *f_odd++ = y[0];
1995                                 *f_odd++ = v;
1996                         }
1997                         else {
1998                                 y_ = 76284 * (y[0] - 16);
1999
2000                                 b_ = (y_ + vb) >> 16;
2001                                 g_ = (y_ + uvg)>> 16;
2002                                 r_ = (y_ + ur) >> 16;
2003
2004                                 switch (frame->v4l2_format.format) {
2005                                         case V4L2_PIX_FMT_RGB565:
2006                                                 g = LIMIT_RGB(g_);
2007                                                 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
2008                                                 *f_odd++ = (0x07 & (          g   >> 5)) | (0xF8 & LIMIT_RGB(r_));
2009                                                 break;
2010                                         case V4L2_PIX_FMT_RGB24:
2011                                                 *f_odd++ = LIMIT_RGB(b_);
2012                                                 *f_odd++ = LIMIT_RGB(g_);
2013                                                 *f_odd++ = LIMIT_RGB(r_);
2014                                                 break;
2015                                         case V4L2_PIX_FMT_RGB32:
2016                                                 *f_odd++ = LIMIT_RGB(b_);
2017                                                 *f_odd++ = LIMIT_RGB(g_);
2018                                                 *f_odd++ = LIMIT_RGB(r_);
2019                                                 f_odd++;
2020                                                 break;
2021                                         case V4L2_PIX_FMT_RGB555:
2022                                                 g = LIMIT_RGB(g_);
2023                                                 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
2024                                                 *f_odd++ = (0x03 & (          g   >> 6)) |
2025                                                            (0x7C & (LIMIT_RGB(r_) >> 1));
2026                                                 break;
2027                                 }
2028                         }
2029                         clipmask_odd_index += clipmask_add;
2030                         f_odd += stretch_bytes;
2031
2032                         if((overlay) && (clipped_pixel(clipmask_odd_index))) {
2033                                 f_odd += bytes_per_pixel;
2034                         }
2035                         else if(frame->v4l2_format.format == V4L2_PIX_FMT_YUYV) {
2036                                 *f_odd++ = y[1];
2037                                 *f_odd++ = u;
2038                         }
2039                         else {
2040                                 y_ = 76284 * (y[1] - 16);
2041
2042                                 b_ = (y_ + vb) >> 16;
2043                                 g_ = (y_ + uvg)>> 16;
2044                                 r_ = (y_ + ur) >> 16;
2045
2046                                 switch (frame->v4l2_format.format) {
2047                                         case V4L2_PIX_FMT_RGB565:
2048                                                 g = LIMIT_RGB(g_);
2049                                                 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 3));
2050                                                 *f_odd++ = (0x07 & (          g   >> 5)) | (0xF8 & LIMIT_RGB(r_));
2051                                                 break;
2052                                         case V4L2_PIX_FMT_RGB24:
2053                                                 *f_odd++ = LIMIT_RGB(b_);
2054                                                 *f_odd++ = LIMIT_RGB(g_);
2055                                                 *f_odd++ = LIMIT_RGB(r_);
2056                                                 break;
2057                                         case V4L2_PIX_FMT_RGB32:
2058                                                 *f_odd++ = LIMIT_RGB(b_);
2059                                                 *f_odd++ = LIMIT_RGB(g_);
2060                                                 *f_odd++ = LIMIT_RGB(r_);
2061                                                 f_odd++;
2062                                                 break;
2063                                         case V4L2_PIX_FMT_RGB555:
2064                                                 g = LIMIT_RGB(g_);
2065                                                 *f_odd++ = (0x1F & (LIMIT_RGB(b_) >> 3)) | (0xE0 & (g << 2));
2066                                                 *f_odd++ = (0x03 & (          g   >> 6)) |
2067                                                            (0x7C & (LIMIT_RGB(r_) >> 1));
2068                                                 break;
2069                                 }
2070                         }
2071                         clipmask_odd_index += clipmask_add;
2072                         f_odd += stretch_bytes;
2073                 }
2074
2075                 scratch_rm_old(usbvision,y_step[block % y_step_size] * sub_block_size);
2076                 scratch_inc_extra_ptr(&y_ptr, y_step[(block + 2 * block_split) % y_step_size]
2077                                 * sub_block_size);
2078                 scratch_inc_extra_ptr(&u_ptr, uv_step[block % uv_step_size]
2079                                 * sub_block_size);
2080                 scratch_inc_extra_ptr(&v_ptr, uv_step[(block + 2 * block_split) % uv_step_size]
2081                                 * sub_block_size);
2082         }
2083
2084         scratch_rm_old(usbvision, pixel_per_line * 3 / 2
2085                         + block_split * sub_block_size);
2086
2087         frame->curline += 2 * usbvision->stretch_height;
2088         *pcopylen += frame->v4l2_linesize * 2 * usbvision->stretch_height;
2089
2090         if (frame->curline >= frame->frmheight)
2091                 return ParseState_NextFrame;
2092         else
2093                 return ParseState_Continue;
2094 }
2095
2096 /*
2097  * usbvision_parse_data()
2098  *
2099  * Generic routine to parse the scratch buffer. It employs either
2100  * usbvision_find_header() or usbvision_parse_lines() to do most
2101  * of work.
2102  *
2103  */
2104 static void usbvision_parse_data(struct usb_usbvision *usbvision)
2105 {
2106         struct usbvision_frame *frame;
2107         enum ParseState newstate;
2108         long copylen = 0;
2109         unsigned long lock_flags;
2110
2111         if (usbvision->overlay) {
2112                 frame = &usbvision->overlay_frame;
2113         }
2114         else {
2115                 frame = usbvision->curFrame;
2116         }
2117
2118         PDEBUG(DBG_PARSE, "parsing len=%d\n", scratch_len(usbvision));
2119
2120         while (1) {
2121
2122                 newstate = ParseState_Out;
2123                 if (scratch_len(usbvision)) {
2124                         if (frame->scanstate == ScanState_Scanning) {
2125                                 newstate = usbvision_find_header(usbvision);
2126                         }
2127                         else if (frame->scanstate == ScanState_Lines) {
2128                                 if (usbvision->isocMode == ISOC_MODE_YUV420) {
2129                                         newstate = usbvision_parse_lines_420(usbvision, &copylen);
2130                                 }
2131                                 else if (usbvision->isocMode == ISOC_MODE_YUV422) {
2132                                         newstate = usbvision_parse_lines_422(usbvision, &copylen);
2133                                 }
2134                                 else if (usbvision->isocMode == ISOC_MODE_COMPRESS) {
2135                                         newstate = usbvision_parse_compress(usbvision, &copylen);
2136                                 }
2137
2138                         }
2139                 }
2140                 if (newstate == ParseState_Continue) {
2141                         continue;
2142                 }
2143                 else if ((newstate == ParseState_NextFrame) || (newstate == ParseState_Out)) {
2144                         break;
2145                 }
2146                 else {
2147                         return; /* ParseState_EndParse */
2148                 }
2149         }
2150
2151         if (newstate == ParseState_NextFrame) {
2152                 frame->grabstate = FrameState_Done;
2153                 do_gettimeofday(&(frame->timestamp));
2154                 frame->sequence = usbvision->frame_num;
2155                 if (usbvision->overlay) {
2156                         frame->grabstate = FrameState_Grabbing;
2157                         frame->scanstate = ScanState_Scanning;
2158                         frame->scanlength = 0;
2159                         copylen = 0;
2160                 }
2161                 else {
2162                         spin_lock_irqsave(&usbvision->queue_lock, lock_flags);
2163                         list_move_tail(&(frame->frame), &usbvision->outqueue);
2164                         usbvision->curFrame = NULL;
2165                         spin_unlock_irqrestore(&usbvision->queue_lock, lock_flags);
2166                 }
2167                 usbvision->frame_num++;
2168
2169                 /* Optionally display statistics on the screen */
2170                 if (flags & FLAGS_OSD_STATS)
2171                         usbvision_osd_stats(usbvision, frame);
2172
2173                 /* This will cause the process to request another frame. */
2174                 if (waitqueue_active(&usbvision->wait_frame)) {
2175                         PDEBUG(DBG_PARSE, "Wake up !");
2176                         wake_up_interruptible(&usbvision->wait_frame);
2177                 }
2178         }
2179         else
2180                 frame->grabstate = FrameState_Grabbing;
2181
2182
2183         /* Update the frame's uncompressed length. */
2184         frame->scanlength += copylen;
2185 }
2186
2187
2188 /*
2189  * Make all of the blocks of data contiguous
2190  */
2191 static int usbvision_compress_isochronous(struct usb_usbvision *usbvision,
2192                                           struct urb *urb)
2193 {
2194         unsigned char *packet_data;
2195         int i, totlen = 0;
2196
2197         for (i = 0; i < urb->number_of_packets; i++) {
2198                 int packet_len = urb->iso_frame_desc[i].actual_length;
2199                 int packet_stat = urb->iso_frame_desc[i].status;
2200
2201                 packet_data = urb->transfer_buffer + urb->iso_frame_desc[i].offset;
2202
2203                 /* Detect and ignore errored packets */
2204                 if (packet_stat) {      // packet_stat != 0 ?????????????
2205                         PDEBUG(DBG_ISOC, "data error: [%d] len=%d, status=%X", i, packet_len, packet_stat);
2206                         usbvision->isocErrCount++;
2207                         continue;
2208                 }
2209
2210                 /* Detect and ignore empty packets */
2211                 if (packet_len < 0) {
2212                         PDEBUG(DBG_ISOC, "error packet [%d]", i);
2213                         usbvision->isocSkipCount++;
2214                         continue;
2215                 }
2216                 else if (packet_len == 0) {     /* Frame end ????? */
2217                         PDEBUG(DBG_ISOC, "null packet [%d]", i);
2218                         usbvision->isocstate=IsocState_NoFrame;
2219                         usbvision->isocSkipCount++;
2220                         continue;
2221                 }
2222                 else if (packet_len > usbvision->isocPacketSize) {
2223                         PDEBUG(DBG_ISOC, "packet[%d] > isocPacketSize", i);
2224                         usbvision->isocSkipCount++;
2225                         continue;
2226                 }
2227
2228                 PDEBUG(DBG_ISOC, "packet ok [%d] len=%d", i, packet_len);
2229
2230                 if (usbvision->isocstate==IsocState_NoFrame) { //new frame begins
2231                         usbvision->isocstate=IsocState_InFrame;
2232                         scratch_mark_header(usbvision);
2233                         usbvision_measure_bandwidth(usbvision);
2234                         PDEBUG(DBG_ISOC, "packet with header");
2235                 }
2236
2237                 /*
2238                  * If usbvision continues to feed us with data but there is no
2239                  * consumption (if, for example, V4L client fell asleep) we
2240                  * may overflow the buffer. We have to move old data over to
2241                  * free room for new data. This is bad for old data. If we
2242                  * just drop new data then it's bad for new data... choose
2243                  * your favorite evil here.
2244                  */
2245                 if (scratch_free(usbvision) < packet_len) {
2246
2247                         usbvision->scratch_ovf_count++;
2248                         PDEBUG(DBG_ISOC, "scratch buf overflow! scr_len: %d, n: %d",
2249                                scratch_len(usbvision), packet_len);
2250                         scratch_rm_old(usbvision, packet_len - scratch_free(usbvision));
2251                 }
2252
2253                 /* Now we know that there is enough room in scratch buffer */
2254                 scratch_put(usbvision, packet_data, packet_len);
2255                 totlen += packet_len;
2256                 usbvision->isocDataCount += packet_len;
2257                 usbvision->isocPacketCount++;
2258         }
2259 #if ENABLE_HEXDUMP
2260         if (totlen > 0) {
2261                 static int foo = 0;
2262                 if (foo < 1) {
2263                         printk(KERN_DEBUG "+%d.\n", usbvision->scratchlen);
2264                         usbvision_hexdump(data0, (totlen > 64) ? 64 : totlen);
2265                         ++foo;
2266                 }
2267         }
2268 #endif
2269  return totlen;
2270 }
2271
2272 static void usbvision_isocIrq(struct urb *urb, struct pt_regs *regs)
2273 {
2274         int errCode = 0;
2275         int len;
2276         struct usb_usbvision *usbvision = urb->context;
2277         int i;
2278         unsigned long startTime = jiffies;
2279         struct usbvision_frame **f;
2280
2281         /* We don't want to do anything if we are about to be removed! */
2282         if (!USBVISION_IS_OPERATIONAL(usbvision))
2283                 return;
2284
2285         f = &usbvision->curFrame;
2286
2287         /* Manage streaming interruption */
2288         if (usbvision->streaming == Stream_Interrupt) {
2289                 usbvision->streaming = Stream_Idle;
2290                 if ((*f)) {
2291                         (*f)->grabstate = FrameState_Ready;
2292                         (*f)->scanstate = ScanState_Scanning;
2293                 }
2294                 PDEBUG(DBG_IRQ, "stream interrupted");
2295                 wake_up_interruptible(&usbvision->wait_stream);
2296         }
2297
2298         /* Copy the data received into our scratch buffer */
2299         len = usbvision_compress_isochronous(usbvision, urb);
2300
2301         usbvision->isocUrbCount++;
2302         usbvision->urb_length = len;
2303
2304         if (usbvision->streaming == Stream_On) {
2305
2306                 /* If we collected enough data let's parse! */
2307                 if (scratch_len(usbvision) > USBVISION_HEADER_LENGTH) { /* 12 == header_length */
2308                         /*If we don't have a frame we're current working on, complain */
2309                         if((!list_empty(&(usbvision->inqueue))) || (usbvision->overlay)) {
2310                                 if (!(*f)) {
2311                                         (*f) = list_entry(usbvision->inqueue.next,struct usbvision_frame, frame);
2312                                 }
2313                                 usbvision_parse_data(usbvision);
2314                         }
2315                         else {
2316                                 PDEBUG(DBG_IRQ, "received data, but no one needs it");
2317                                 scratch_reset(usbvision);
2318                         }
2319                 }
2320         }
2321         else {
2322                 PDEBUG(DBG_IRQ, "received data, but no one needs it");
2323                 scratch_reset(usbvision);
2324         }
2325
2326         usbvision->timeInIrq += jiffies - startTime;
2327
2328         for (i = 0; i < USBVISION_URB_FRAMES; i++) {
2329                 urb->iso_frame_desc[i].status = 0;
2330                 urb->iso_frame_desc[i].actual_length = 0;
2331         }
2332
2333         urb->status = 0;
2334         urb->dev = usbvision->dev;
2335         errCode = usb_submit_urb (urb, GFP_ATOMIC);
2336
2337         /* Disable this warning.  By design of the driver. */
2338         //      if(errCode) {
2339         //              err("%s: usb_submit_urb failed: error %d", __FUNCTION__, errCode);
2340         //      }
2341
2342         return;
2343 }
2344
2345 /*************************************/
2346 /* Low level usbvision access functions */
2347 /*************************************/
2348
2349 /*
2350  * usbvision_read_reg()
2351  *
2352  * return  < 0 -> Error
2353  *        >= 0 -> Data
2354  */
2355
2356 static int usbvision_read_reg(struct usb_usbvision *usbvision, unsigned char reg)
2357 {
2358         int errCode = 0;
2359         unsigned char buffer[1];
2360
2361         if (!USBVISION_IS_OPERATIONAL(usbvision))
2362                 return -1;
2363
2364         errCode = usb_control_msg(usbvision->dev, usb_rcvctrlpipe(usbvision->dev, 1),
2365                                 USBVISION_OP_CODE,
2366                                 USB_DIR_IN | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT,
2367                                 0, (__u16) reg, buffer, 1, HZ);
2368
2369         if (errCode < 0) {
2370                 err("%s: failed: error %d", __FUNCTION__, errCode);
2371                 return errCode;
2372         }
2373         return buffer[0];
2374 }
2375
2376 /*
2377  * usbvision_write_reg()
2378  *
2379  * return 1 -> Reg written
2380  *        0 -> usbvision is not yet ready
2381  *       -1 -> Something went wrong
2382  */
2383
2384 static int usbvision_write_reg(struct usb_usbvision *usbvision, unsigned char reg,
2385                             unsigned char value)
2386 {
2387         int errCode = 0;
2388
2389         if (!USBVISION_IS_OPERATIONAL(usbvision))
2390                 return 0;
2391
2392         errCode = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
2393                                 USBVISION_OP_CODE,
2394                                 USB_DIR_OUT | USB_TYPE_VENDOR |
2395                                 USB_RECIP_ENDPOINT, 0, (__u16) reg, &value, 1, HZ);
2396
2397         if (errCode < 0) {
2398                 err("%s: failed: error %d", __FUNCTION__, errCode);
2399         }
2400         return errCode;
2401 }
2402
2403
2404 static void usbvision_ctrlUrb_complete(struct urb *urb, struct pt_regs *regs)
2405 {
2406         struct usb_usbvision *usbvision = (struct usb_usbvision *)urb->context;
2407
2408         PDEBUG(DBG_IRQ, "");
2409         usbvision->ctrlUrbBusy = 0;
2410         if (waitqueue_active(&usbvision->ctrlUrb_wq)) {
2411                 wake_up_interruptible(&usbvision->ctrlUrb_wq);
2412         }
2413 }
2414
2415
2416 static int usbvision_write_reg_irq(struct usb_usbvision *usbvision,int address,
2417                                                                         unsigned char *data, int len)
2418 {
2419         int errCode = 0;
2420
2421         PDEBUG(DBG_IRQ, "");
2422         if (len > 8) {
2423                 return -EFAULT;
2424         }
2425 //      down(&usbvision->ctrlUrbLock);
2426         if (usbvision->ctrlUrbBusy) {
2427 //              up(&usbvision->ctrlUrbLock);
2428                 return -EBUSY;
2429         }
2430         usbvision->ctrlUrbBusy = 1;
2431 //      up(&usbvision->ctrlUrbLock);
2432
2433         usbvision->ctrlUrbSetup.bRequestType = USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT;
2434         usbvision->ctrlUrbSetup.bRequest     = USBVISION_OP_CODE;
2435         usbvision->ctrlUrbSetup.wValue       = 0;
2436         usbvision->ctrlUrbSetup.wIndex       = cpu_to_le16(address);
2437         usbvision->ctrlUrbSetup.wLength      = cpu_to_le16(len);
2438         usb_fill_control_urb (usbvision->ctrlUrb, usbvision->dev,
2439                                                         usb_sndctrlpipe(usbvision->dev, 1),
2440                                                         (unsigned char *)&usbvision->ctrlUrbSetup,
2441                                                         (void *)usbvision->ctrlUrbBuffer, len,
2442                                                         usbvision_ctrlUrb_complete,
2443                                                         (void *)usbvision);
2444
2445         memcpy(usbvision->ctrlUrbBuffer, data, len);
2446
2447         errCode = usb_submit_urb(usbvision->ctrlUrb, GFP_ATOMIC);
2448         if (errCode < 0) {
2449                 // error in usb_submit_urb()
2450                 usbvision->ctrlUrbBusy = 0;
2451         }
2452         PDEBUG(DBG_IRQ, "submit %d byte: error %d", len, errCode);
2453         return errCode;
2454 }
2455
2456
2457
2458
2459 static int usbvision_init_compression(struct usb_usbvision *usbvision)
2460 {
2461         int errCode = 0;
2462
2463         usbvision->lastIsocFrameNum = -1;
2464         usbvision->isocDataCount = 0;
2465         usbvision->isocPacketCount = 0;
2466         usbvision->isocSkipCount = 0;
2467         usbvision->comprLevel = 50;
2468         usbvision->lastComprLevel = -1;
2469         usbvision->isocUrbCount = 0;
2470         usbvision->requestIntra = 1;
2471         usbvision->isocMeasureBandwidthCount = 0;
2472
2473         return errCode;
2474 }
2475
2476 /* this function measures the used bandwidth since last call
2477  * return:    0 : no error
2478  * sets usedBandwidth to 1-100 : 1-100% of full bandwidth resp. to isocPacketSize
2479  */
2480 static int usbvision_measure_bandwidth (struct usb_usbvision *usbvision)
2481 {
2482         int errCode = 0;
2483
2484         if (usbvision->isocMeasureBandwidthCount < 2) { // this gives an average bandwidth of 3 frames
2485                 usbvision->isocMeasureBandwidthCount++;
2486                 return errCode;
2487         }
2488         if ((usbvision->isocPacketSize > 0) && (usbvision->isocPacketCount > 0)) {
2489                 usbvision->usedBandwidth = usbvision->isocDataCount /
2490                                         (usbvision->isocPacketCount + usbvision->isocSkipCount) *
2491                                         100 / usbvision->isocPacketSize;
2492         }
2493         usbvision->isocMeasureBandwidthCount = 0;
2494         usbvision->isocDataCount = 0;
2495         usbvision->isocPacketCount = 0;
2496         usbvision->isocSkipCount = 0;
2497         return errCode;
2498 }
2499
2500 static int usbvision_adjust_compression (struct usb_usbvision *usbvision)
2501 {
2502         int errCode = 0;
2503         unsigned char buffer[6];
2504
2505         PDEBUG(DBG_IRQ, "");
2506         if ((adjustCompression) && (usbvision->usedBandwidth > 0)) {
2507                 usbvision->comprLevel += (usbvision->usedBandwidth - 90) / 2;
2508                 RESTRICT_TO_RANGE(usbvision->comprLevel, 0, 100);
2509                 if (usbvision->comprLevel != usbvision->lastComprLevel) {
2510                         int distorsion;
2511                         if (usbvision->bridgeType == BRIDGE_NT1004 || usbvision->bridgeType == BRIDGE_NT1005) {
2512                                 buffer[0] = (unsigned char)(4 + 16 * usbvision->comprLevel / 100);      // PCM Threshold 1
2513                                 buffer[1] = (unsigned char)(4 + 8 * usbvision->comprLevel / 100);       // PCM Threshold 2
2514                                 distorsion = 7 + 248 * usbvision->comprLevel / 100;
2515                                 buffer[2] = (unsigned char)(distorsion & 0xFF);                         // Average distorsion Threshold (inter)
2516                                 buffer[3] = (unsigned char)(distorsion & 0xFF);                         // Average distorsion Threshold (intra)
2517                                 distorsion = 1 + 42 * usbvision->comprLevel / 100;
2518                                 buffer[4] = (unsigned char)(distorsion & 0xFF);                         // Maximum distorsion Threshold (inter)
2519                                 buffer[5] = (unsigned char)(distorsion & 0xFF);                         // Maximum distorsion Threshold (intra)
2520                         }
2521                         else { //BRIDGE_NT1003
2522                                 buffer[0] = (unsigned char)(4 + 16 * usbvision->comprLevel / 100);      // PCM threshold 1
2523                                 buffer[1] = (unsigned char)(4 + 8 * usbvision->comprLevel / 100);       // PCM threshold 2
2524                                 distorsion = 2 + 253 * usbvision->comprLevel / 100;
2525                                 buffer[2] = (unsigned char)(distorsion & 0xFF);                         // distorsion threshold bit0-7
2526                                 buffer[3] = 0;  //(unsigned char)((distorsion >> 8) & 0x0F);            // distorsion threshold bit 8-11
2527                                 distorsion = 0 + 43 * usbvision->comprLevel / 100;
2528                                 buffer[4] = (unsigned char)(distorsion & 0xFF);                         // maximum distorsion bit0-7
2529                                 buffer[5] = 0; //(unsigned char)((distorsion >> 8) & 0x01);             // maximum distorsion bit 8
2530                         }
2531                         errCode = usbvision_write_reg_irq(usbvision, USBVISION_PCM_THR1, buffer, 6);
2532                         if (errCode == 0){
2533                                 PDEBUG(DBG_IRQ, "new compr params %#02x %#02x %#02x %#02x %#02x %#02x", buffer[0],
2534                                                                 buffer[1], buffer[2], buffer[3], buffer[4], buffer[5]);
2535                                 usbvision->lastComprLevel = usbvision->comprLevel;
2536                         }
2537                 }
2538         }
2539         return errCode;
2540 }
2541
2542 static int usbvision_request_intra (struct usb_usbvision *usbvision)
2543 {
2544         int errCode = 0;
2545         unsigned char buffer[1];
2546
2547         PDEBUG(DBG_IRQ, "");
2548         usbvision->requestIntra = 1;
2549         buffer[0] = 1;
2550         usbvision_write_reg_irq(usbvision, USBVISION_FORCE_INTRA, buffer, 1);
2551         return errCode;
2552 }
2553
2554 static int usbvision_unrequest_intra (struct usb_usbvision *usbvision)
2555 {
2556         int errCode = 0;
2557         unsigned char buffer[1];
2558
2559         PDEBUG(DBG_IRQ, "");
2560         usbvision->requestIntra = 0;
2561         buffer[0] = 0;
2562         usbvision_write_reg_irq(usbvision, USBVISION_FORCE_INTRA, buffer, 1);
2563         return errCode;
2564 }
2565
2566 /* ----------------------------------------------------------------------- */
2567 /* I2C functions                                                           */
2568 /* ----------------------------------------------------------------------- */
2569
2570 static void call_i2c_clients(struct usb_usbvision *usbvision, unsigned int cmd,
2571                              void *arg)
2572 {
2573         BUG_ON(NULL == usbvision->i2c_adap.algo_data);
2574         i2c_clients_command(&usbvision->i2c_adap, cmd, arg);
2575 }
2576
2577 static int attach_inform(struct i2c_client *client)
2578 {
2579         struct usb_usbvision *usbvision;
2580
2581         usbvision = (struct usb_usbvision *)i2c_get_adapdata(client->adapter);
2582
2583         switch (client->addr << 1) {
2584                 case 0x43:
2585                 case 0x4b:
2586                 {
2587                         struct tuner_setup tun_setup;
2588
2589                         tun_setup.mode_mask = T_ANALOG_TV | T_RADIO;
2590                         tun_setup.type = TUNER_TDA9887;
2591                         tun_setup.addr = client->addr;
2592
2593                         call_i2c_clients(usbvision, TUNER_SET_TYPE_ADDR, &tun_setup);
2594                         break;
2595                 }
2596                 case 0x42:
2597                         PDEBUG(DBG_I2C,"attach_inform: saa7114 detected.\n");
2598                         break;
2599                 case 0x4a:
2600                         PDEBUG(DBG_I2C,"attach_inform: saa7113 detected.\n");
2601                         break;
2602                 case 0xa0:
2603                         PDEBUG(DBG_I2C,"attach_inform: eeprom detected.\n");
2604                         break;
2605
2606                 default:
2607                         PDEBUG(DBG_I2C,"attach inform: detected I2C address %x\n", client->addr << 1);
2608                         {
2609                                 struct tuner_setup tun_setup;
2610
2611                                 usbvision->tuner_addr = client->addr;
2612
2613                                 if ((usbvision->have_tuner) && (usbvision->tuner_type != -1)) {
2614                                         tun_setup.mode_mask = T_ANALOG_TV | T_RADIO;
2615                                         tun_setup.type = usbvision->tuner_type;
2616                                         tun_setup.addr = usbvision->tuner_addr;
2617                                         call_i2c_clients(usbvision, TUNER_SET_TYPE_ADDR, &tun_setup);
2618                                 }
2619                         }
2620                         break;
2621         }
2622         return 0;
2623 }
2624
2625 static int detach_inform(struct i2c_client *client)
2626 {
2627         struct usb_usbvision *usbvision;
2628
2629         #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
2630                 usbvision = (struct usb_usbvision *)client->adapter->data;
2631         #else
2632                 usbvision = (struct usb_usbvision *)i2c_get_adapdata(client->adapter);
2633         #endif
2634
2635         PDEBUG(DBG_I2C, "usbvision[%d] detaches %s", usbvision->nr, client->name);
2636         return 0;
2637 }
2638
2639 static int
2640 usbvision_i2c_read_max4(struct usb_usbvision *usbvision, unsigned char addr,
2641                      char *buf, short len)
2642 {
2643         int rc, retries;
2644
2645         for (retries = 5;;) {
2646                 rc = usbvision_write_reg(usbvision, USBVISION_SER_ADRS, addr);
2647                 if (rc < 0)
2648                         return rc;
2649
2650                 /* Initiate byte read cycle                    */
2651                 /* USBVISION_SER_CONT <- d0-d2 n. of bytes to r/w */
2652                 /*                    d3 0=Wr 1=Rd             */
2653                 rc = usbvision_write_reg(usbvision, USBVISION_SER_CONT,
2654                                       (len & 0x07) | 0x18);
2655                 if (rc < 0)
2656                         return rc;
2657
2658                 /* Test for Busy and ACK */
2659                 do {
2660                         /* USBVISION_SER_CONT -> d4 == 0 busy */
2661                         rc = usbvision_read_reg(usbvision, USBVISION_SER_CONT);
2662                 } while (rc > 0 && ((rc & 0x10) != 0)); /* Retry while busy */
2663                 if (rc < 0)
2664                         return rc;
2665
2666                 /* USBVISION_SER_CONT -> d5 == 1 Not ack */
2667                 if ((rc & 0x20) == 0)   /* Ack? */
2668                         break;
2669
2670                 /* I2C abort */
2671                 rc = usbvision_write_reg(usbvision, USBVISION_SER_CONT, 0x00);
2672                 if (rc < 0)
2673                         return rc;
2674
2675                 if (--retries < 0)
2676                         return -1;
2677         }
2678
2679         switch (len) {
2680         case 4:
2681                 buf[3] = usbvision_read_reg(usbvision, USBVISION_SER_DAT4);
2682         case 3:
2683                 buf[2] = usbvision_read_reg(usbvision, USBVISION_SER_DAT3);
2684         case 2:
2685                 buf[1] = usbvision_read_reg(usbvision, USBVISION_SER_DAT2);
2686         case 1:
2687                 buf[0] = usbvision_read_reg(usbvision, USBVISION_SER_DAT1);
2688                 break;
2689         default:
2690                 printk(KERN_ERR
2691                        "usbvision_i2c_read_max4: buffer length > 4\n");
2692         }
2693
2694         if (debug & DBG_I2C) {
2695                 int idx;
2696                 for (idx = 0; idx < len; idx++) {
2697                         PDEBUG(DBG_I2C, "read %x from address %x", (unsigned char)buf[idx], addr);
2698                 }
2699         }
2700         return len;
2701 }
2702
2703
2704 static int usbvision_i2c_write_max4(struct usb_usbvision *usbvision,
2705                                  unsigned char addr, const char *buf,
2706                                  short len)
2707 {
2708         int rc, retries;
2709         int i;
2710         unsigned char value[6];
2711         unsigned char ser_cont;
2712
2713         ser_cont = (len & 0x07) | 0x10;
2714
2715         value[0] = addr;
2716         value[1] = ser_cont;
2717         for (i = 0; i < len; i++)
2718                 value[i + 2] = buf[i];
2719
2720         for (retries = 5;;) {
2721                 rc = usb_control_msg(usbvision->dev,
2722                                      usb_sndctrlpipe(usbvision->dev, 1),
2723                                      USBVISION_OP_CODE,
2724                                      USB_DIR_OUT | USB_TYPE_VENDOR |
2725                                      USB_RECIP_ENDPOINT, 0,
2726                                      (__u16) USBVISION_SER_ADRS, value,
2727                                      len + 2, HZ);
2728
2729                 if (rc < 0)
2730                         return rc;
2731
2732                 rc = usbvision_write_reg(usbvision, USBVISION_SER_CONT,
2733                                       (len & 0x07) | 0x10);
2734                 if (rc < 0)
2735                         return rc;
2736
2737                 /* Test for Busy and ACK */
2738                 do {
2739                         rc = usbvision_read_reg(usbvision, USBVISION_SER_CONT);
2740                 } while (rc > 0 && ((rc & 0x10) != 0)); /* Retry while busy */
2741                 if (rc < 0)
2742                         return rc;
2743
2744                 if ((rc & 0x20) == 0)   /* Ack? */
2745                         break;
2746
2747                 /* I2C abort */
2748                 usbvision_write_reg(usbvision, USBVISION_SER_CONT, 0x00);
2749
2750                 if (--retries < 0)
2751                         return -1;
2752
2753         }
2754
2755         if (debug & DBG_I2C) {
2756                 int idx;
2757                 for (idx = 0; idx < len; idx++) {
2758                         PDEBUG(DBG_I2C, "wrote %x at address %x", (unsigned char)buf[idx], addr);
2759                 }
2760         }
2761         return len;
2762 }
2763
2764 static int usbvision_i2c_write(void *data, unsigned char addr, char *buf,
2765                             short len)
2766 {
2767         char *bufPtr = buf;
2768         int retval;
2769         int wrcount = 0;
2770         int count;
2771         int maxLen = 4;
2772         struct usb_usbvision *usbvision = (struct usb_usbvision *) data;
2773
2774         while (len > 0) {
2775                 count = (len > maxLen) ? maxLen : len;
2776                 retval = usbvision_i2c_write_max4(usbvision, addr, bufPtr, count);
2777                 if (retval > 0) {
2778                         len -= count;
2779                         bufPtr += count;
2780                         wrcount += count;
2781                 } else
2782                         return (retval < 0) ? retval : -EFAULT;
2783         }
2784         return wrcount;
2785 }
2786
2787 static int usbvision_i2c_read(void *data, unsigned char addr, char *buf,
2788                            short len)
2789 {
2790         char temp[4];
2791         int retval, i;
2792         int rdcount = 0;
2793         int count;
2794         struct usb_usbvision *usbvision = (struct usb_usbvision *) data;
2795
2796         while (len > 0) {
2797                 count = (len > 3) ? 4 : len;
2798                 retval = usbvision_i2c_read_max4(usbvision, addr, temp, count);
2799                 if (retval > 0) {
2800                         for (i = 0; i < len; i++)
2801                                 buf[rdcount + i] = temp[i];
2802                         len -= count;
2803                         rdcount += count;
2804                 } else
2805                         return (retval < 0) ? retval : -EFAULT;
2806         }
2807         return rdcount;
2808 }
2809
2810 static struct i2c_algo_usb_data i2c_algo_template = {
2811         .data           = NULL,
2812         .inb            = usbvision_i2c_read,
2813         .outb           = usbvision_i2c_write,
2814         .udelay         = 10,
2815         .mdelay         = 10,
2816         .timeout        = 100,
2817 };
2818
2819 static struct i2c_adapter i2c_adap_template = {
2820         .owner             = THIS_MODULE,
2821         .name              = "usbvision",
2822         .id                = I2C_HW_B_BT848, /* FIXME */
2823         .algo              = NULL,
2824         .algo_data         = NULL,
2825         .client_register   = attach_inform,
2826         .client_unregister = detach_inform,
2827 #if defined (I2C_ADAP_CLASS_TV_ANALOG)
2828         .class             = I2C_ADAP_CLASS_TV_ANALOG,
2829 #elif defined (I2C_CLASS_TV_ANALOG)
2830         .class             = I2C_CLASS_TV_ANALOG,
2831 #endif
2832 };
2833
2834 static struct i2c_client i2c_client_template = {
2835         .name           = "usbvision internal",
2836         .flags          = 0,
2837         .addr           = 0,
2838         .adapter        = NULL,
2839         .driver         = NULL,
2840 };
2841
2842 static int usbvision_init_i2c(struct usb_usbvision *usbvision)
2843 {
2844         memcpy(&usbvision->i2c_adap, &i2c_adap_template,
2845                sizeof(struct i2c_adapter));
2846         memcpy(&usbvision->i2c_algo, &i2c_algo_template,
2847                sizeof(struct i2c_algo_usb_data));
2848         memcpy(&usbvision->i2c_client, &i2c_client_template,
2849                sizeof(struct i2c_client));
2850
2851         sprintf(usbvision->i2c_adap.name + strlen(usbvision->i2c_adap.name),
2852                 " #%d", usbvision->vdev->minor & 0x1f);
2853         PDEBUG(DBG_I2C, "Adaptername: %s", usbvision->i2c_adap.name);
2854
2855         i2c_set_adapdata(&usbvision->i2c_adap, usbvision);
2856         i2c_set_clientdata(&usbvision->i2c_client, usbvision);
2857         i2c_set_algo_usb_data(&usbvision->i2c_algo, usbvision);
2858
2859         usbvision->i2c_adap.algo_data = &usbvision->i2c_algo;
2860         usbvision->i2c_client.adapter = &usbvision->i2c_adap;
2861
2862         if (usbvision_write_reg(usbvision, USBVISION_SER_MODE, USBVISION_IIC_LRNACK) < 0) {
2863                 printk(KERN_ERR "usbvision_init_i2c: can't wirte reg\n");
2864                 return -EBUSY;
2865         }
2866
2867 #ifdef CONFIG_KMOD
2868         /* Request the load of the i2c modules we need */
2869         if (autoload) {
2870                 switch (usbvision_device_data[usbvision->DevModel].Codec) {
2871                         case CODEC_SAA7113:
2872                                 request_module("saa7115");
2873                                 break;
2874                         case CODEC_SAA7111:
2875                                 request_module("saa7115");
2876                                 break;
2877                 }
2878                 if (usbvision_device_data[usbvision->DevModel].Tuner == 1) {
2879                         request_module("tuner");
2880                 }
2881         }
2882 #endif
2883
2884         return usbvision_i2c_usb_add_bus(&usbvision->i2c_adap);
2885 }
2886
2887
2888 /****************************/
2889 /* usbvision utility functions */
2890 /****************************/
2891
2892 static int usbvision_power_off(struct usb_usbvision *usbvision)
2893 {
2894         int errCode = 0;
2895
2896         PDEBUG(DBG_FUNC, "");
2897
2898         errCode = usbvision_write_reg(usbvision, USBVISION_PWR_REG, USBVISION_SSPND_EN);
2899         if (errCode == 1) {
2900                 usbvision->power = 0;
2901         }
2902         PDEBUG(DBG_FUNC, "%s: errCode %d", (errCode!=1)?"ERROR":"power is off", errCode);
2903         return errCode;
2904 }
2905
2906
2907 // to call usbvision_power_off from task queue
2908 static void call_usbvision_power_off(void *_usbvision)
2909 {
2910         struct usb_usbvision *usbvision = _usbvision;
2911
2912         PDEBUG(DBG_FUNC, "");
2913         down_interruptible(&usbvision->lock);
2914         if(usbvision->user == 0) {
2915                 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
2916                 usbvision_power_off(usbvision);
2917                 usbvision->initialized = 0;
2918         }
2919         up(&usbvision->lock);
2920 }
2921
2922
2923 /*
2924  * usbvision_set_video_format()
2925  *
2926  */
2927 static int usbvision_set_video_format(struct usb_usbvision *usbvision, int format)
2928 {
2929         static const char proc[] = "usbvision_set_video_format";
2930         int rc;
2931         unsigned char value[2];
2932
2933         if (!USBVISION_IS_OPERATIONAL(usbvision))
2934                 return 0;
2935
2936         PDEBUG(DBG_FUNC, "isocMode %#02x", format);
2937
2938         if ((format != ISOC_MODE_YUV422)
2939             && (format != ISOC_MODE_YUV420)
2940             && (format != ISOC_MODE_COMPRESS)) {
2941                 printk(KERN_ERR "usbvision: unknown video format %02x, using default YUV420",
2942                        format);
2943                 format = ISOC_MODE_YUV420;
2944         }
2945         value[0] = 0x0A;  //TODO: See the effect of the filter
2946         value[1] = format;
2947         rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
2948                              USBVISION_OP_CODE,
2949                              USB_DIR_OUT | USB_TYPE_VENDOR |
2950                              USB_RECIP_ENDPOINT, 0,
2951                              (__u16) USBVISION_FILT_CONT, value, 2, HZ);
2952
2953         if (rc < 0) {
2954                 printk(KERN_ERR "%s: ERROR=%d. USBVISION stopped - "
2955                        "reconnect or reload driver.\n", proc, rc);
2956         }
2957         usbvision->isocMode = format;
2958         return rc;
2959 }
2960
2961 /*
2962  * usbvision_set_output()
2963  *
2964  */
2965
2966 static int usbvision_set_output(struct usb_usbvision *usbvision, int width,
2967                                   int height)
2968 {
2969         int errCode = 0;
2970         int UsbWidth, UsbHeight;
2971         unsigned int frameRate=0, frameDrop=0;
2972         unsigned char value[4];
2973
2974         if (!USBVISION_IS_OPERATIONAL(usbvision)) {
2975                 return 0;
2976         }
2977
2978         if (width > MAX_USB_WIDTH) {
2979                 UsbWidth = width / 2;
2980                 usbvision->stretch_width = 2;
2981         }
2982         else {
2983                 UsbWidth = width;
2984                 usbvision->stretch_width = 1;
2985         }
2986
2987         if (height > MAX_USB_HEIGHT) {
2988                 UsbHeight = height / 2;
2989                 usbvision->stretch_height = 2;
2990         }
2991         else {
2992                 UsbHeight = height;
2993                 usbvision->stretch_height = 1;
2994         }
2995
2996         RESTRICT_TO_RANGE(UsbWidth, MIN_FRAME_WIDTH, MAX_USB_WIDTH);
2997         UsbWidth &= ~(MIN_FRAME_WIDTH-1);
2998         RESTRICT_TO_RANGE(UsbHeight, MIN_FRAME_HEIGHT, MAX_USB_HEIGHT);
2999         UsbHeight &= ~(1);
3000
3001         PDEBUG(DBG_FUNC, "usb %dx%d; screen %dx%d; stretch %dx%d",
3002                                                 UsbWidth, UsbHeight, width, height,
3003                                                 usbvision->stretch_width, usbvision->stretch_height);
3004
3005         /* I'll not rewrite the same values */
3006         if ((UsbWidth != usbvision->curwidth) || (UsbHeight != usbvision->curheight)) {
3007                 value[0] = UsbWidth & 0xff;             //LSB
3008                 value[1] = (UsbWidth >> 8) & 0x03;      //MSB
3009                 value[2] = UsbHeight & 0xff;            //LSB
3010                 value[3] = (UsbHeight >> 8) & 0x03;     //MSB
3011
3012                 errCode = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3013                              USBVISION_OP_CODE,
3014                              USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT,
3015                                  0, (__u16) USBVISION_LXSIZE_O, value, 4, HZ);
3016
3017                 if (errCode < 0) {
3018                         err("%s failed: error %d", __FUNCTION__, errCode);
3019                         return errCode;
3020                 }
3021                 usbvision->curwidth = usbvision->stretch_width * UsbWidth;
3022                 usbvision->curheight = usbvision->stretch_height * UsbHeight;
3023         }
3024
3025         if (usbvision->isocMode == ISOC_MODE_YUV422) {
3026                 frameRate = (usbvision->isocPacketSize * 1000) / (UsbWidth * UsbHeight * 2);
3027         }
3028         else if (usbvision->isocMode == ISOC_MODE_YUV420) {
3029                 frameRate = (usbvision->isocPacketSize * 1000) / ((UsbWidth * UsbHeight * 12) / 8);
3030         }
3031         else {
3032                 frameRate = FRAMERATE_MAX;
3033         }
3034
3035         if (usbvision->tvnorm->id & V4L2_STD_625_50) {
3036                 frameDrop = frameRate * 32 / 25 - 1;
3037         }
3038         else if (usbvision->tvnorm->id & V4L2_STD_525_60) {
3039                 frameDrop = frameRate * 32 / 30 - 1;
3040         }
3041
3042         RESTRICT_TO_RANGE(frameDrop, FRAMERATE_MIN, FRAMERATE_MAX);
3043
3044         PDEBUG(DBG_FUNC, "frameRate %d fps, frameDrop %d", frameRate, frameDrop);
3045
3046         frameDrop = FRAMERATE_MAX;      // We can allow the maximum here, because dropping is controlled
3047
3048         /* frameDrop = 7; => framePhase = 1, 5, 9, 13, 17, 21, 25, 0, 4, 8, ...
3049                 => frameSkip = 4;
3050                 => frameRate = (7 + 1) * 25 / 32 = 200 / 32 = 6.25;
3051
3052            frameDrop = 9; => framePhase = 1, 5, 8, 11, 14, 17, 21, 24, 27, 1, 4, 8, ...
3053             => frameSkip = 4, 3, 3, 3, 3, 4, 3, 3, 3, 3, 4, ...
3054                 => frameRate = (9 + 1) * 25 / 32 = 250 / 32 = 7.8125;
3055         */
3056         errCode = usbvision_write_reg(usbvision, USBVISION_FRM_RATE, frameDrop);
3057         return errCode;
3058 }
3059
3060
3061 /*
3062  * usbvision_empty_framequeues()
3063  * prepare queues for incoming and outgoing frames
3064  */
3065 static void usbvision_empty_framequeues(struct usb_usbvision *usbvision)
3066 {
3067         u32 i;
3068
3069         INIT_LIST_HEAD(&(usbvision->inqueue));
3070         INIT_LIST_HEAD(&(usbvision->outqueue));
3071
3072         for (i = 0; i < USBVISION_NUMFRAMES; i++) {
3073                 usbvision->frame[i].grabstate = FrameState_Unused;
3074                 usbvision->frame[i].bytes_read = 0;
3075         }
3076 }
3077
3078 /*
3079  * usbvision_stream_interrupt()
3080  * stops streaming
3081  */
3082 static int usbvision_stream_interrupt(struct usb_usbvision *usbvision)
3083 {
3084         int ret = 0;
3085
3086         /* stop reading from the device */
3087
3088         usbvision->streaming = Stream_Interrupt;
3089         ret = wait_event_timeout(usbvision->wait_stream,
3090                                  (usbvision->streaming == Stream_Idle),
3091                                  msecs_to_jiffies(USBVISION_NUMSBUF*USBVISION_URB_FRAMES));
3092         return ret;
3093 }
3094
3095 /*
3096  * usbvision_set_compress_params()
3097  *
3098  */
3099
3100 static int usbvision_set_compress_params(struct usb_usbvision *usbvision)
3101 {
3102         static const char proc[] = "usbvision_set_compresion_params: ";
3103         int rc;
3104         unsigned char value[6];
3105
3106         value[0] = 0x0F;    // Intra-Compression cycle
3107         value[1] = 0x01;    // Reg.45 one line per strip
3108         value[2] = 0x00;    // Reg.46 Force intra mode on all new frames
3109         value[3] = 0x00;    // Reg.47 FORCE_UP <- 0 normal operation (not force)
3110         value[4] = 0xA2;    // Reg.48 BUF_THR I'm not sure if this does something in not compressed mode.
3111         value[5] = 0x00;    // Reg.49 DVI_YUV This has nothing to do with compression
3112
3113         //catched values for NT1004
3114         // value[0] = 0xFF; // Never apply intra mode automatically
3115         // value[1] = 0xF1; // Use full frame height for virtual strip width; One line per strip
3116         // value[2] = 0x01; // Force intra mode on all new frames
3117         // value[3] = 0x00; // Strip size 400 Bytes; do not force up
3118         // value[4] = 0xA2; //
3119         if (!USBVISION_IS_OPERATIONAL(usbvision))
3120                 return 0;
3121
3122         rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3123                              USBVISION_OP_CODE,
3124                              USB_DIR_OUT | USB_TYPE_VENDOR |
3125                              USB_RECIP_ENDPOINT, 0,
3126                              (__u16) USBVISION_INTRA_CYC, value, 5, HZ);
3127
3128         if (rc < 0) {
3129                 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3130                        "reconnect or reload driver.\n", proc, rc);
3131                 return rc;
3132         }
3133
3134         if (usbvision->bridgeType == BRIDGE_NT1004) {
3135                 value[0] =  20; // PCM Threshold 1
3136                 value[1] =  12; // PCM Threshold 2
3137                 value[2] = 255; // Distorsion Threshold inter
3138                 value[3] = 255; // Distorsion Threshold intra
3139                 value[4] =  43; // Max Distorsion inter
3140                 value[5] =  43; // Max Distorsion intra
3141         }
3142         else {
3143                 value[0] =  20; // PCM Threshold 1
3144                 value[1] =  12; // PCM Threshold 2
3145                 value[2] = 255; // Distorsion Threshold d7-d0
3146                 value[3] =   0; // Distorsion Threshold d11-d8
3147                 value[4] =  43; // Max Distorsion d7-d0
3148                 value[5] =   0; // Max Distorsion d8
3149         }
3150
3151         if (!USBVISION_IS_OPERATIONAL(usbvision))
3152                 return 0;
3153
3154         rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3155                              USBVISION_OP_CODE,
3156                              USB_DIR_OUT | USB_TYPE_VENDOR |
3157                              USB_RECIP_ENDPOINT, 0,
3158                              (__u16) USBVISION_PCM_THR1, value, 6, HZ);
3159
3160         if (rc < 0) {
3161                 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3162                        "reconnect or reload driver.\n", proc, rc);
3163                 return rc;
3164         }
3165
3166
3167         return rc;
3168 }
3169
3170
3171 /*
3172  * usbvision_set_input()
3173  *
3174  * Set the input (saa711x, ...) size x y and other misc input params
3175  * I've no idea if this parameters are right
3176  *
3177  */
3178 static int usbvision_set_input(struct usb_usbvision *usbvision)
3179 {
3180         static const char proc[] = "usbvision_set_input: ";
3181         int rc;
3182         unsigned char value[8];
3183         unsigned char dvi_yuv_value;
3184
3185         if (!USBVISION_IS_OPERATIONAL(usbvision))
3186                 return 0;
3187
3188         /* Set input format expected from decoder*/
3189         if (usbvision_device_data[usbvision->DevModel].Vin_Reg1 >= 0) {
3190                 value[0] = usbvision_device_data[usbvision->DevModel].Vin_Reg1 & 0xff;
3191         } else if(usbvision_device_data[usbvision->DevModel].Codec == CODEC_SAA7113) {
3192                 /* SAA7113 uses 8 bit output */
3193                 value[0] = USBVISION_8_422_SYNC;
3194         } else {
3195                 /* I'm sure only about d2-d0 [010] 16 bit 4:2:2 usin sync pulses
3196                  * as that is how saa7111 is configured */
3197                 value[0] = USBVISION_16_422_SYNC;
3198                 /* | USBVISION_VSNC_POL | USBVISION_VCLK_POL);*/
3199         }
3200
3201         rc = usbvision_write_reg(usbvision, USBVISION_VIN_REG1, value[0]);
3202         if (rc < 0) {
3203                 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3204                        "reconnect or reload driver.\n", proc, rc);
3205                 return rc;
3206         }
3207
3208
3209         if (usbvision->tvnorm->id & V4L2_STD_PAL) {
3210                 value[0] = 0xC0;
3211                 value[1] = 0x02;        //0x02C0 -> 704 Input video line length
3212                 value[2] = 0x20;
3213                 value[3] = 0x01;        //0x0120 -> 288 Input video n. of lines
3214                 value[4] = 0x60;
3215                 value[5] = 0x00;        //0x0060 -> 96 Input video h offset
3216                 value[6] = 0x16;
3217                 value[7] = 0x00;        //0x0016 -> 22 Input video v offset
3218         } else if (usbvision->tvnorm->id & V4L2_STD_SECAM) {
3219                 value[0] = 0xC0;
3220                 value[1] = 0x02;        //0x02C0 -> 704 Input video line length
3221                 value[2] = 0x20;
3222                 value[3] = 0x01;        //0x0120 -> 288 Input video n. of lines
3223                 value[4] = 0x01;
3224                 value[5] = 0x00;        //0x0001 -> 01 Input video h offset
3225                 value[6] = 0x01;
3226                 value[7] = 0x00;        //0x0001 -> 01 Input video v offset
3227         } else {        /* V4L2_STD_NTSC */
3228                 value[0] = 0xD0;
3229                 value[1] = 0x02;        //0x02D0 -> 720 Input video line length
3230                 value[2] = 0xF0;
3231                 value[3] = 0x00;        //0x00F0 -> 240 Input video number of lines
3232                 value[4] = 0x50;
3233                 value[5] = 0x00;        //0x0050 -> 80 Input video h offset
3234                 value[6] = 0x10;
3235                 value[7] = 0x00;        //0x0010 -> 16 Input video v offset
3236         }
3237
3238         if (usbvision_device_data[usbvision->DevModel].X_Offset >= 0) {
3239                 value[4]=usbvision_device_data[usbvision->DevModel].X_Offset & 0xff;
3240                 value[5]=(usbvision_device_data[usbvision->DevModel].X_Offset & 0x0300) >> 8;
3241         }
3242
3243         if (usbvision_device_data[usbvision->DevModel].Y_Offset >= 0) {
3244                 value[6]=usbvision_device_data[usbvision->DevModel].Y_Offset & 0xff;
3245                 value[7]=(usbvision_device_data[usbvision->DevModel].Y_Offset & 0x0300) >> 8;
3246         }
3247
3248         rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3249                              USBVISION_OP_CODE, /* USBVISION specific code */
3250                              USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_ENDPOINT, 0,
3251                              (__u16) USBVISION_LXSIZE_I, value, 8, HZ);
3252         if (rc < 0) {
3253                 printk(KERN_ERR "%sERROR=%d. USBVISION stopped - "
3254                        "reconnect or reload driver.\n", proc, rc);
3255                 return rc;
3256         }
3257
3258
3259         dvi_yuv_value = 0x00;   /* U comes after V, Ya comes after U/V, Yb comes after Yb */
3260
3261         if(usbvision_device_data[usbvision->DevModel].Dvi_yuv >= 0){
3262                 dvi_yuv_value = usbvision_device_data[usbvision->DevModel].Dvi_yuv & 0xff;
3263         }
3264         else if(usbvision_device_data[usbvision->DevModel].Codec == CODEC_SAA7113) {
3265         /* This changes as the fine sync control changes. Further investigation necessary */
3266                 dvi_yuv_value = 0x06;
3267         }
3268
3269         return (usbvision_write_reg(usbvision, USBVISION_DVI_YUV, dvi_yuv_value));
3270 }
3271
3272
3273 /*
3274  * usbvision_set_dram_settings()
3275  *
3276  * Set the buffer address needed by the usbvision dram to operate
3277  * This values has been taken with usbsnoop.
3278  *
3279  */
3280
3281 static int usbvision_set_dram_settings(struct usb_usbvision *usbvision)
3282 {
3283         int rc;
3284         unsigned char value[8];
3285
3286         if (usbvision->isocMode == ISOC_MODE_COMPRESS) {
3287                 value[0] = 0x42;
3288                 value[1] = 0x71;
3289                 value[2] = 0xff;
3290                 value[3] = 0x00;
3291                 value[4] = 0x98;
3292                 value[5] = 0xe0;
3293                 value[6] = 0x71;
3294                 value[7] = 0xff;
3295                 // UR:  0x0E200-0x3FFFF = 204288 Words (1 Word = 2 Byte)
3296                 // FDL: 0x00000-0x0E099 =  57498 Words
3297                 // VDW: 0x0E3FF-0x3FFFF
3298         }
3299         else {
3300                 value[0] = 0x42;
3301                 value[1] = 0x00;
3302                 value[2] = 0xff;
3303                 value[3] = 0x00;
3304                 value[4] = 0x00;
3305                 value[5] = 0x00;
3306                 value[6] = 0x00;
3307                 value[7] = 0xff;
3308         }
3309         /* These are the values of the address of the video buffer,
3310          * they have to be loaded into the USBVISION_DRM_PRM1-8
3311          *
3312          * Start address of video output buffer for read:       drm_prm1-2 -> 0x00000
3313          * End address of video output buffer for read:         drm_prm1-3 -> 0x1ffff
3314          * Start address of video frame delay buffer:           drm_prm1-4 -> 0x20000
3315          *    Only used in compressed mode
3316          * End address of video frame delay buffer:             drm_prm1-5-6 -> 0x3ffff
3317          *    Only used in compressed mode
3318          * Start address of video output buffer for write:      drm_prm1-7 -> 0x00000
3319          * End address of video output buffer for write:        drm_prm1-8 -> 0x1ffff
3320          */
3321
3322         if (!USBVISION_IS_OPERATIONAL(usbvision))
3323                 return 0;
3324
3325         rc = usb_control_msg(usbvision->dev, usb_sndctrlpipe(usbvision->dev, 1),
3326                              USBVISION_OP_CODE, /* USBVISION specific code */
3327                              USB_DIR_OUT | USB_TYPE_VENDOR |
3328                              USB_RECIP_ENDPOINT, 0,
3329                              (__u16) USBVISION_DRM_PRM1, value, 8, HZ);
3330
3331         if (rc < 0) {
3332                 err("%sERROR=%d", __FUNCTION__, rc);
3333                 return rc;
3334         }
3335
3336         /* Restart the video buffer logic */
3337         if ((rc = usbvision_write_reg(usbvision, USBVISION_DRM_CONT, USBVISION_RES_UR |
3338                                    USBVISION_RES_FDL | USBVISION_RES_VDW)) < 0)
3339                 return rc;
3340         rc = usbvision_write_reg(usbvision, USBVISION_DRM_CONT, 0x00);
3341
3342         return rc;
3343 }
3344
3345 /*
3346  * ()
3347  *
3348  * Power on the device, enables suspend-resume logic
3349  * &  reset the isoc End-Point
3350  *
3351  */
3352
3353 static int usbvision_power_on(struct usb_usbvision *usbvision)
3354 {
3355         int errCode = 0;
3356
3357         PDEBUG(DBG_FUNC, "");
3358
3359         usbvision_write_reg(usbvision, USBVISION_PWR_REG, USBVISION_SSPND_EN);
3360         usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3361                          USBVISION_SSPND_EN | USBVISION_RES2);
3362         usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3363                          USBVISION_SSPND_EN | USBVISION_PWR_VID);
3364         errCode = usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3365                                                 USBVISION_SSPND_EN | USBVISION_PWR_VID | USBVISION_RES2);
3366         if (errCode == 1) {
3367                 usbvision->power = 1;
3368         }
3369         PDEBUG(DBG_FUNC, "%s: errCode %d", (errCode<0)?"ERROR":"power is on", errCode);
3370         return errCode;
3371 }
3372
3373
3374 static void usbvision_powerOffTimer(unsigned long data)
3375 {
3376         struct usb_usbvision *usbvision = (void *) data;
3377
3378         PDEBUG(DBG_FUNC, "");
3379         del_timer(&usbvision->powerOffTimer);
3380         INIT_WORK(&usbvision->powerOffWork, call_usbvision_power_off, usbvision);
3381         (void) schedule_work(&usbvision->powerOffWork);
3382
3383 }
3384
3385
3386 /*
3387  * usbvision_begin_streaming()
3388  * Sure you have to put bit 7 to 0, if not incoming frames are droped, but no
3389  * idea about the rest
3390  */
3391 static int usbvision_begin_streaming(struct usb_usbvision *usbvision)
3392 {
3393         int errCode = 0;
3394
3395         if (usbvision->isocMode == ISOC_MODE_COMPRESS) {
3396                 usbvision_init_compression(usbvision);
3397         }
3398         errCode = usbvision_write_reg(usbvision, USBVISION_VIN_REG2, USBVISION_NOHVALID |
3399                                                                                 usbvision->Vin_Reg2_Preset);
3400         return errCode;
3401 }
3402
3403 /*
3404  * usbvision_restart_isoc()
3405  * Not sure yet if touching here PWR_REG make loose the config
3406  */
3407
3408 static int usbvision_restart_isoc(struct usb_usbvision *usbvision)
3409 {
3410         int ret;
3411
3412         if (
3413             (ret =
3414              usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3415                               USBVISION_SSPND_EN | USBVISION_PWR_VID)) < 0)
3416                 return ret;
3417         if (
3418             (ret =
3419              usbvision_write_reg(usbvision, USBVISION_PWR_REG,
3420                               USBVISION_SSPND_EN | USBVISION_PWR_VID |
3421                               USBVISION_RES2)) < 0)
3422                 return ret;
3423         if (
3424             (ret =
3425              usbvision_write_reg(usbvision, USBVISION_VIN_REG2,
3426                               USBVISION_KEEP_BLANK | USBVISION_NOHVALID |
3427                                   usbvision->Vin_Reg2_Preset)) < 0) return ret;
3428
3429         /* TODO: schedule timeout */
3430         while ((usbvision_read_reg(usbvision, USBVISION_STATUS_REG) && 0x01) != 1);
3431
3432         return 0;
3433 }
3434
3435 static int usbvision_audio_on(struct usb_usbvision *usbvision)
3436 {
3437         if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, usbvision->AudioChannel) < 0) {
3438                 printk(KERN_ERR "usbvision_audio_on: can't wirte reg\n");
3439                 return -1;
3440         }
3441         DEBUG(printk(KERN_DEBUG "usbvision_audio_on: channel %d\n", usbvision->AudioChannel));
3442         usbvision->AudioMute = 0;
3443         return 0;
3444 }
3445
3446 static int usbvision_audio_mute(struct usb_usbvision *usbvision)
3447 {
3448         if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, 0x03) < 0) {
3449                 printk(KERN_ERR "usbvision_audio_mute: can't wirte reg\n");
3450                 return -1;
3451         }
3452         DEBUG(printk(KERN_DEBUG "usbvision_audio_mute: audio mute\n"));
3453         usbvision->AudioMute = 1;
3454         return 0;
3455 }
3456
3457 static int usbvision_audio_off(struct usb_usbvision *usbvision)
3458 {
3459         if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, USBVISION_AUDIO_MUTE) < 0) {
3460                 printk(KERN_ERR "usbvision_audio_off: can't wirte reg\n");
3461                 return -1;
3462         }
3463         DEBUG(printk(KERN_DEBUG "usbvision_audio_off: audio off\n"));
3464         usbvision->AudioMute = 0;
3465         usbvision->AudioChannel = USBVISION_AUDIO_MUTE;
3466         return 0;
3467 }
3468
3469 static int usbvision_set_audio(struct usb_usbvision *usbvision, int AudioChannel)
3470 {
3471         if (!usbvision->AudioMute) {
3472                 if (usbvision_write_reg(usbvision, USBVISION_IOPIN_REG, AudioChannel) < 0) {
3473                         printk(KERN_ERR "usbvision_set_audio: can't write iopin register for audio switching\n");
3474                         return -1;
3475                 }
3476         }
3477         DEBUG(printk(KERN_DEBUG "usbvision_set_audio: channel %d\n", AudioChannel));
3478         usbvision->AudioChannel = AudioChannel;
3479         return 0;
3480 }
3481
3482 static int usbvision_setup(struct usb_usbvision *usbvision)
3483 {
3484         usbvision_set_video_format(usbvision, isocMode);
3485         usbvision_set_dram_settings(usbvision);
3486         usbvision_set_compress_params(usbvision);
3487         usbvision_set_input(usbvision);
3488         usbvision_set_output(usbvision, MAX_USB_WIDTH, MAX_USB_HEIGHT);
3489         usbvision_restart_isoc(usbvision);
3490
3491         /* cosas del PCM */
3492         return USBVISION_IS_OPERATIONAL(usbvision);
3493 }
3494
3495
3496 /*
3497  * usbvision_init_isoc()
3498  *
3499  */
3500 static int usbvision_init_isoc(struct usb_usbvision *usbvision)
3501 {
3502         struct usb_device *dev = usbvision->dev;
3503         int bufIdx, errCode, regValue;
3504
3505         if (!USBVISION_IS_OPERATIONAL(usbvision))
3506                 return -EFAULT;
3507
3508         usbvision->curFrame = NULL;
3509         scratch_reset(usbvision);
3510
3511         /* Alternate interface 1 is is the biggest frame size */
3512         errCode = usb_set_interface(dev, usbvision->iface, usbvision->ifaceAltActive);
3513         if (errCode < 0) {
3514                 usbvision->last_error = errCode;
3515                 return -EBUSY;
3516         }
3517
3518         regValue = (16 - usbvision_read_reg(usbvision, USBVISION_ALTER_REG)) & 0x0F;
3519         usbvision->isocPacketSize = (regValue == 0) ? 0 : (regValue * 64) - 1;
3520         PDEBUG(DBG_ISOC, "ISO Packet Length:%d", usbvision->isocPacketSize);
3521
3522         usbvision->usb_bandwidth = regValue >> 1;
3523         PDEBUG(DBG_ISOC, "USB Bandwidth Usage: %dMbit/Sec", usbvision->usb_bandwidth);
3524
3525
3526
3527         /* We double buffer the Iso lists */
3528
3529         for (bufIdx = 0; bufIdx < USBVISION_NUMSBUF; bufIdx++) {
3530                 int j, k;
3531                 struct urb *urb;
3532
3533                 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
3534                         urb = usb_alloc_urb(USBVISION_URB_FRAMES);
3535                 #else
3536                         urb = usb_alloc_urb(USBVISION_URB_FRAMES, GFP_KERNEL);
3537                 #endif
3538                 if (urb == NULL) {
3539                         err("%s: usb_alloc_urb() failed", __FUNCTION__);
3540                         return -ENOMEM;
3541                 }
3542                 usbvision->sbuf[bufIdx].urb = urb;
3543                 urb->dev = dev;
3544                 urb->context = usbvision;
3545                 urb->pipe = usb_rcvisocpipe(dev, usbvision->video_endp);
3546         #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
3547                 urb->transfer_flags = USB_ISO_ASAP;
3548         #else
3549                 urb->transfer_flags = URB_ISO_ASAP;
3550                 urb->interval = 1;
3551         #endif
3552                 urb->transfer_buffer = usbvision->sbuf[bufIdx].data;
3553                 urb->complete = usbvision_isocIrq;
3554                 urb->number_of_packets = USBVISION_URB_FRAMES;
3555                 urb->transfer_buffer_length =
3556                     usbvision->isocPacketSize * USBVISION_URB_FRAMES;
3557                 for (j = k = 0; j < USBVISION_URB_FRAMES; j++,
3558                      k += usbvision->isocPacketSize) {
3559                         urb->iso_frame_desc[j].offset = k;
3560                         urb->iso_frame_desc[j].length = usbvision->isocPacketSize;
3561                 }
3562         }
3563
3564
3565         /* Submit all URBs */
3566         for (bufIdx = 0; bufIdx < USBVISION_NUMSBUF; bufIdx++) {
3567                 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
3568                         errCode = usb_submit_urb(usbvision->sbuf[bufIdx].urb);
3569                 #else
3570                         errCode = usb_submit_urb(usbvision->sbuf[bufIdx].urb, GFP_KERNEL);
3571                 #endif
3572                 if (errCode) {
3573                         err("%s: usb_submit_urb(%d) failed: error %d", __FUNCTION__, bufIdx, errCode);
3574                 }
3575         }
3576
3577         usbvision->streaming = Stream_Idle;
3578         PDEBUG(DBG_ISOC, "%s: streaming=1 usbvision->video_endp=$%02x", __FUNCTION__, usbvision->video_endp);
3579         return 0;
3580 }
3581
3582 /*
3583  * usbvision_stop_isoc()
3584  *
3585  * This procedure stops streaming and deallocates URBs. Then it
3586  * activates zero-bandwidth alt. setting of the video interface.
3587  *
3588  */
3589 static void usbvision_stop_isoc(struct usb_usbvision *usbvision)
3590 {
3591         int bufIdx, errCode, regValue;
3592
3593         if ((usbvision->streaming == Stream_Off) || (usbvision->dev == NULL))
3594                 return;
3595
3596         /* Unschedule all of the iso td's */
3597         for (bufIdx = 0; bufIdx < USBVISION_NUMSBUF; bufIdx++) {
3598                 usb_kill_urb(usbvision->sbuf[bufIdx].urb);
3599                 usb_free_urb(usbvision->sbuf[bufIdx].urb);
3600                 usbvision->sbuf[bufIdx].urb = NULL;
3601         }
3602
3603
3604         PDEBUG(DBG_ISOC, "%s: streaming=Stream_Off\n", __FUNCTION__);
3605         usbvision->streaming = Stream_Off;
3606
3607         if (!usbvision->remove_pending) {
3608
3609                 /* Set packet size to 0 */
3610                 errCode = usb_set_interface(usbvision->dev, usbvision->iface,
3611                                       usbvision->ifaceAltInactive);
3612                 if (errCode < 0) {
3613                         err("%s: usb_set_interface() failed: error %d", __FUNCTION__, errCode);
3614                         usbvision->last_error = errCode;
3615                 }
3616                 regValue = (16 - usbvision_read_reg(usbvision, USBVISION_ALTER_REG)) & 0x0F;
3617                 usbvision->isocPacketSize = (regValue == 0) ? 0 : (regValue * 64) - 1;
3618                 PDEBUG(DBG_ISOC, "ISO Packet Length:%d", usbvision->isocPacketSize);
3619
3620                 usbvision->usb_bandwidth = regValue >> 1;
3621                 PDEBUG(DBG_ISOC, "USB Bandwidth Usage: %dMbit/Sec", usbvision->usb_bandwidth);
3622         }
3623 }
3624
3625 static int usbvision_muxsel(struct usb_usbvision *usbvision, int channel)
3626 {
3627         int mode[4];
3628         int audio[]= {1, 0, 0, 0};
3629         struct v4l2_routing route;
3630         //channel 0 is TV with audiochannel 1 (tuner mono)
3631         //channel 1 is Composite with audio channel 0 (line in)
3632         //channel 2 is S-Video with audio channel 0 (line in)
3633         //channel 3 is additional video inputs to the device with audio channel 0 (line in)
3634
3635         RESTRICT_TO_RANGE(channel, 0, usbvision->video_inputs);
3636         usbvision->ctl_input = channel;
3637           route.input = SAA7115_COMPOSITE1;
3638           call_i2c_clients(usbvision, VIDIOC_INT_S_VIDEO_ROUTING,&route);
3639           call_i2c_clients(usbvision, VIDIOC_S_INPUT, &usbvision->ctl_input);
3640
3641         // set the new channel
3642         // Regular USB TV Tuners -> channel: 0 = Television, 1 = Composite, 2 = S-Video
3643         // Four video input devices -> channel: 0 = Chan White, 1 = Chan Green, 2 = Chan Yellow, 3 = Chan Red
3644
3645         switch (usbvision_device_data[usbvision->DevModel].Codec) {
3646                 case CODEC_SAA7113:
3647                         if (SwitchSVideoInput) { // To handle problems with S-Video Input for some devices.  Use SwitchSVideoInput parameter when loading the module.
3648                                 mode[2] = 1;
3649                         }
3650                         else {
3651                                 mode[2] = 7;
3652                         }
3653                         if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
3654                                 mode[0] = 0; mode[1] = 2; mode[3] = 3;  // Special for four input devices
3655                         }
3656                         else {
3657                                 mode[0] = 0; mode[1] = 2; //modes for regular saa7113 devices
3658                         }
3659                         break;
3660                 case CODEC_SAA7111:
3661                         mode[0] = 0; mode[1] = 1; mode[2] = 7; //modes for saa7111
3662                         break;
3663                 default:
3664                         mode[0] = 0; mode[1] = 1; mode[2] = 7; //default modes
3665         }
3666         route.input = mode[channel];
3667         call_i2c_clients(usbvision, VIDIOC_INT_S_VIDEO_ROUTING,&route);
3668         usbvision->channel = channel;
3669         usbvision_set_audio(usbvision, audio[channel]);
3670         return 0;
3671 }
3672
3673
3674 /*
3675  * usbvision_open()
3676  *
3677  * This is part of Video 4 Linux API. The driver can be opened by one
3678  * client only (checks internal counter 'usbvision->user'). The procedure
3679  * then allocates buffers needed for video processing.
3680  *
3681  */
3682 static int usbvision_v4l2_open(struct inode *inode, struct file *file)
3683 {
3684         struct video_device *dev = video_devdata(file);
3685         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
3686         const int sb_size = USBVISION_URB_FRAMES * USBVISION_MAX_ISOC_PACKET_SIZE;
3687         int i, errCode = 0;
3688
3689         PDEBUG(DBG_IO, "open");
3690
3691
3692         if (timer_pending(&usbvision->powerOffTimer)) {
3693                 del_timer(&usbvision->powerOffTimer);
3694         }
3695
3696         if (usbvision->user)
3697                 errCode = -EBUSY;
3698         else {
3699                 /* Clean pointers so we know if we allocated something */
3700                 for (i = 0; i < USBVISION_NUMSBUF; i++)
3701                         usbvision->sbuf[i].data = NULL;
3702
3703                 /* Allocate memory for the frame buffers */
3704                 usbvision->max_frame_size = MAX_FRAME_SIZE;
3705                 usbvision->fbuf_size = USBVISION_NUMFRAMES * usbvision->max_frame_size;
3706                 usbvision->fbuf = usbvision_rvmalloc(usbvision->fbuf_size);
3707                 usbvision->scratch = vmalloc(scratch_buf_size);
3708                 scratch_reset(usbvision);
3709                 if ((usbvision->fbuf == NULL) || (usbvision->scratch == NULL)) {
3710                         err("%s: unable to allocate %d bytes for fbuf and %d bytes for scratch",
3711                                         __FUNCTION__, usbvision->fbuf_size, scratch_buf_size);
3712                         errCode = -ENOMEM;
3713                 }
3714                 else {
3715                         spin_lock_init(&usbvision->queue_lock);
3716                         init_waitqueue_head(&usbvision->wait_frame);
3717                         init_waitqueue_head(&usbvision->wait_stream);
3718
3719                         /* Allocate all buffers */
3720                         for (i = 0; i < USBVISION_NUMFRAMES; i++) {
3721                                 usbvision->frame[i].index = i;
3722                                 usbvision->frame[i].grabstate = FrameState_Unused;
3723                                 usbvision->frame[i].data = usbvision->fbuf +
3724                                     i * MAX_FRAME_SIZE;
3725                                 /*
3726                                  * Set default sizes in case IOCTL
3727                                  * (VIDIOCMCAPTURE)
3728                                  * is not used (using read() instead).
3729                                  */
3730                                 usbvision->stretch_width = 1;
3731                                 usbvision->stretch_height = 1;
3732                                 usbvision->frame[i].width = usbvision->curwidth;
3733                                 usbvision->frame[i].height = usbvision->curheight;
3734                                 usbvision->frame[i].bytes_read = 0;
3735                         }
3736                         if (dga) { //set default for DGA
3737                                 usbvision->overlay_frame.grabstate = FrameState_Unused;
3738                                 usbvision->overlay_frame.scanstate = ScanState_Scanning;
3739                                 usbvision->overlay_frame.data = NULL;
3740                                 usbvision->overlay_frame.width = usbvision->curwidth;
3741                                 usbvision->overlay_frame.height = usbvision->curheight;
3742                                 usbvision->overlay_frame.bytes_read = 0;
3743                         }
3744                         for (i = 0; i < USBVISION_NUMSBUF; i++) {
3745                                 usbvision->sbuf[i].data = kzalloc(sb_size, GFP_KERNEL);
3746                                 if (usbvision->sbuf[i].data == NULL) {
3747                                         err("%s: unable to allocate %d bytes for sbuf", __FUNCTION__, sb_size);
3748                                         errCode = -ENOMEM;
3749                                         break;
3750                                 }
3751                         }
3752                 }
3753                 if ((!errCode) && (usbvision->isocMode==ISOC_MODE_COMPRESS)) {
3754                         int IFB_size = MAX_FRAME_WIDTH * MAX_FRAME_HEIGHT * 3 / 2;
3755                         usbvision->IntraFrameBuffer = vmalloc(IFB_size);
3756                         if (usbvision->IntraFrameBuffer == NULL) {
3757                                 err("%s: unable to allocate %d for compr. frame buffer", __FUNCTION__, IFB_size);
3758                                 errCode = -ENOMEM;
3759                         }
3760
3761                 }
3762                 if (errCode) {
3763                         /* Have to free all that memory */
3764                         if (usbvision->fbuf != NULL) {
3765                                 usbvision_rvfree(usbvision->fbuf, usbvision->fbuf_size);
3766                                 usbvision->fbuf = NULL;
3767                         }
3768                         if (usbvision->scratch != NULL) {
3769                                 vfree(usbvision->scratch);
3770                                 usbvision->scratch = NULL;
3771                         }
3772                         for (i = 0; i < USBVISION_NUMSBUF; i++) {
3773                                 if (usbvision->sbuf[i].data != NULL) {
3774                                         kfree(usbvision->sbuf[i].data);
3775                                         usbvision->sbuf[i].data = NULL;
3776                                 }
3777                         }
3778                         if (usbvision->IntraFrameBuffer != NULL) {
3779                                 vfree(usbvision->IntraFrameBuffer);
3780                                 usbvision->IntraFrameBuffer = NULL;
3781                         }
3782                 }
3783         }
3784
3785         /* If so far no errors then we shall start the camera */
3786         if (!errCode) {
3787                 down(&usbvision->lock);
3788                 if (usbvision->power == 0) {
3789                         usbvision_power_on(usbvision);
3790                         usbvision_init_i2c(usbvision);
3791                 }
3792
3793                 /* Send init sequence only once, it's large! */
3794                 if (!usbvision->initialized) {
3795                         int setup_ok = 0;
3796                         setup_ok = usbvision_setup(usbvision);
3797                         if (setup_ok)
3798                                 usbvision->initialized = 1;
3799                         else
3800                                 errCode = -EBUSY;
3801                 }
3802
3803                 if (!errCode) {
3804                         usbvision_begin_streaming(usbvision);
3805                         errCode = usbvision_init_isoc(usbvision);
3806                         /* device needs to be initialized before isoc transfer */
3807                         usbvision_muxsel(usbvision,0);
3808                         usbvision->user++;
3809                 }
3810                 else {
3811                         if (PowerOnAtOpen) {
3812                                 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
3813                                 usbvision_power_off(usbvision);
3814                                 usbvision->initialized = 0;
3815                         }
3816                 }
3817                 up(&usbvision->lock);
3818         }
3819
3820         if (errCode) {
3821         }
3822
3823         /* prepare queues */
3824         usbvision_empty_framequeues(usbvision);
3825
3826         PDEBUG(DBG_IO, "success");
3827         return errCode;
3828 }
3829
3830 /*
3831  * usbvision_v4l2_close()
3832  *
3833  * This is part of Video 4 Linux API. The procedure
3834  * stops streaming and deallocates all buffers that were earlier
3835  * allocated in usbvision_v4l2_open().
3836  *
3837  */
3838 static int usbvision_v4l2_close(struct inode *inode, struct file *file)
3839 {
3840         struct video_device *dev = video_devdata(file);
3841         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
3842         int i;
3843
3844         PDEBUG(DBG_IO, "close");
3845         down(&usbvision->lock);
3846
3847         usbvision_audio_off(usbvision);
3848         usbvision_restart_isoc(usbvision);
3849         usbvision_stop_isoc(usbvision);
3850
3851         if (usbvision->IntraFrameBuffer != NULL) {
3852                 vfree(usbvision->IntraFrameBuffer);
3853                 usbvision->IntraFrameBuffer = NULL;
3854         }
3855
3856         usbvision_rvfree(usbvision->fbuf, usbvision->fbuf_size);
3857         vfree(usbvision->scratch);
3858         for (i = 0; i < USBVISION_NUMSBUF; i++)
3859                 kfree(usbvision->sbuf[i].data);
3860
3861         usbvision->user--;
3862
3863         if (PowerOnAtOpen) {
3864                 mod_timer(&usbvision->powerOffTimer, jiffies + USBVISION_POWEROFF_TIME);
3865                 usbvision->initialized = 0;
3866         }
3867
3868         up(&usbvision->lock);
3869
3870         if (usbvision->remove_pending) {
3871                 info("%s: Final disconnect", __FUNCTION__);
3872                 usbvision_release(usbvision);
3873         }
3874
3875         PDEBUG(DBG_IO, "success");
3876
3877
3878         return 0;
3879 }
3880
3881
3882 /*
3883  * usbvision_ioctl()
3884  *
3885  * This is part of Video 4 Linux API. The procedure handles ioctl() calls.
3886  *
3887  */
3888 static int usbvision_v4l2_do_ioctl(struct inode *inode, struct file *file,
3889                                  unsigned int cmd, void *arg)
3890 {
3891         struct video_device *dev = video_devdata(file);
3892         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
3893
3894         if (!USBVISION_IS_OPERATIONAL(usbvision))
3895                 return -EFAULT;
3896
3897         //      if (debug & DBG_IOCTL) v4l_printk_ioctl(cmd);
3898
3899         switch (cmd) {
3900
3901 #ifdef CONFIG_VIDEO_ADV_DEBUG
3902                 /* ioctls to allow direct acces to the NT100x registers */
3903                 case VIDIOC_INT_G_REGISTER:
3904                 {
3905                         struct v4l2_register *reg = arg;
3906                         int errCode;
3907
3908                         if (reg->i2c_id != 0)
3909                                 return -EINVAL;
3910                         /* NT100x has a 8-bit register space */
3911                         errCode = usbvision_read_reg(usbvision, reg->reg&0xff);
3912                         if (errCode < 0) {
3913                                 err("%s: VIDIOC_INT_G_REGISTER failed: error %d", __FUNCTION__, errCode);
3914                         }
3915                         else {
3916                                 reg->val=(unsigned char)errCode;
3917                                 PDEBUG(DBG_IOCTL, "VIDIOC_INT_G_REGISTER reg=0x%02X, value=0x%02X",
3918                                                         (unsigned int)reg->reg, reg->val);
3919                                 errCode = 0; // No error
3920                         }
3921                         return errCode;
3922                 }
3923                 case VIDIOC_INT_S_REGISTER:
3924                 {
3925                         struct v4l2_register *reg = arg;
3926                         int errCode;
3927
3928                         if (reg->i2c_id != 0)
3929                                 return -EINVAL;
3930                         if (!capable(CAP_SYS_ADMIN))
3931                                 return -EPERM;
3932                         errCode = usbvision_write_reg(usbvision, reg->reg&0xff, reg->val);
3933                         if (errCode < 0) {
3934                                 err("%s: VIDIOC_INT_S_REGISTER failed: error %d", __FUNCTION__, errCode);
3935                         }
3936                         else {
3937                                 PDEBUG(DBG_IOCTL, "VIDIOC_INT_S_REGISTER reg=0x%02X, value=0x%02X",
3938                                                         (unsigned int)reg->reg, reg->val);
3939                                 errCode = 0;
3940                         }
3941                         return 0;
3942                 }
3943 #endif
3944                 case VIDIOC_QUERYCAP:
3945                 {
3946                         struct v4l2_capability *vc=arg;
3947
3948                         memset(vc, 0, sizeof(*vc));
3949                         strlcpy(vc->driver, "USBVision", sizeof(vc->driver));
3950                         strlcpy(vc->card, usbvision_device_data[usbvision->DevModel].ModelString,
3951                                 sizeof(vc->card));
3952                         strlcpy(vc->bus_info, usbvision->dev->dev.bus_id,
3953                                 sizeof(vc->bus_info));
3954                         vc->version = USBVISION_DRIVER_VERSION;
3955                         vc->capabilities = V4L2_CAP_VIDEO_CAPTURE |
3956                                 V4L2_CAP_AUDIO |
3957                                 V4L2_CAP_READWRITE |
3958                                 V4L2_CAP_STREAMING |
3959                                 (dga ? (V4L2_FBUF_CAP_LIST_CLIPPING | V4L2_CAP_VIDEO_OVERLAY) : 0) |
3960                                 (usbvision->have_tuner ? V4L2_CAP_TUNER : 0);
3961                         PDEBUG(DBG_IOCTL, "VIDIOC_QUERYCAP");
3962                         return 0;
3963                 }
3964                 case VIDIOC_ENUMINPUT:
3965                 {
3966                         struct v4l2_input *vi = arg;
3967                         int chan;
3968
3969                         if ((vi->index >= usbvision->video_inputs) || (vi->index < 0) )
3970                                 return -EINVAL;
3971                         if (usbvision->have_tuner) {
3972                                 chan = vi->index;
3973                         }
3974                         else {
3975                                 chan = vi->index + 1; //skip Television string
3976                         }
3977                         switch(chan) {
3978                                 case 0:
3979                                         if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
3980                                                 strcpy(vi->name, "White Video Input");
3981                                         }
3982                                         else {
3983                                                 strcpy(vi->name, "Television");
3984                                                 vi->type = V4L2_INPUT_TYPE_TUNER;
3985                                                 vi->audioset = 1;
3986                                                 vi->tuner = chan;
3987                                                 vi->std = V4L2_STD_PAL | V4L2_STD_NTSC | V4L2_STD_SECAM;
3988                                         }
3989                                         break;
3990                                 case 1:
3991                                         vi->type = V4L2_INPUT_TYPE_CAMERA;
3992                                         if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
3993                                                 strcpy(vi->name, "Green Video Input");
3994                                         }
3995                                         else {
3996                                                 strcpy(vi->name, "Composite Video Input");
3997                                         }
3998                                         vi->std = V4L2_STD_PAL;
3999                                         break;
4000                                 case 2:
4001                                         vi->type = V4L2_INPUT_TYPE_CAMERA;
4002                                         if (usbvision_device_data[usbvision->DevModel].VideoChannels == 4) {
4003                                                 strcpy(vi->name, "Yellow Video Input");
4004                                         }
4005                                         else {
4006                                         strcpy(vi->name, "S-Video Input");
4007                                         }
4008                                         vi->std = V4L2_STD_PAL;
4009                                         break;
4010                                 case 3:
4011                                         vi->type = V4L2_INPUT_TYPE_CAMERA;
4012                                         strcpy(vi->name, "Red Video Input");
4013                                         vi->std = V4L2_STD_PAL;
4014                                         break;
4015                         }
4016                         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);
4017                         return 0;
4018                 }
4019                 case VIDIOC_ENUMSTD:
4020                 {
4021                         struct v4l2_standard *e = arg;
4022                         unsigned int i;
4023                         int ret;
4024
4025                         i = e->index;
4026                         if (i >= TVNORMS)
4027                                 return -EINVAL;
4028                         ret = v4l2_video_std_construct(e, tvnorms[e->index].id,
4029                                                        tvnorms[e->index].name);
4030                         e->index = i;
4031                         if (ret < 0)
4032                                 return ret;
4033                         return 0;
4034                 }
4035                 case VIDIOC_G_INPUT:
4036                 {
4037                         int *input = arg;
4038                         *input = usbvision->ctl_input;
4039                         return 0;
4040                 }
4041                 case VIDIOC_S_INPUT:
4042                 {
4043                         int *input = arg;
4044                         if ((*input >= usbvision->video_inputs) || (*input < 0) )
4045                                 return -EINVAL;
4046                         usbvision->ctl_input = *input;
4047
4048                         down(&usbvision->lock);
4049                         usbvision_muxsel(usbvision, usbvision->ctl_input);
4050                         usbvision_set_input(usbvision);
4051                         usbvision_set_output(usbvision, usbvision->curwidth, usbvision->curheight);
4052                         up(&usbvision->lock);
4053                         return 0;
4054                 }
4055                 case VIDIOC_G_STD:
4056                 {
4057                         v4l2_std_id *id = arg;
4058
4059                         *id = usbvision->tvnorm->id;
4060
4061                         PDEBUG(DBG_IOCTL, "VIDIOC_G_STD std_id=%s", usbvision->tvnorm->name);
4062                         return 0;
4063                 }
4064                 case VIDIOC_S_STD:
4065                 {
4066                         v4l2_std_id *id = arg;
4067                         unsigned int i;
4068
4069                         for (i = 0; i < TVNORMS; i++)
4070                                 if (*id == tvnorms[i].id)
4071                                         break;
4072                         if (i == TVNORMS)
4073                                 for (i = 0; i < TVNORMS; i++)
4074                                         if (*id & tvnorms[i].id)
4075                                                 break;
4076                         if (i == TVNORMS)
4077                                 return -EINVAL;
4078
4079                         down(&usbvision->lock);
4080                         usbvision->tvnorm = &tvnorms[i];
4081
4082                         call_i2c_clients(usbvision, VIDIOC_S_STD,
4083                                          &usbvision->tvnorm->id);
4084
4085                         up(&usbvision->lock);
4086
4087                         PDEBUG(DBG_IOCTL, "VIDIOC_S_STD std_id=%s", usbvision->tvnorm->name);
4088                         return 0;
4089                 }
4090                 case VIDIOC_G_TUNER:
4091                 {
4092                         struct v4l2_tuner *vt = arg;
4093
4094                         if (!usbvision->have_tuner || vt->index)        // Only tuner 0
4095                                 return -EINVAL;
4096                         strcpy(vt->name, "Television");
4097                         /* Let clients fill in the remainder of this struct */
4098                         call_i2c_clients(usbvision,VIDIOC_G_TUNER,vt);
4099
4100                         PDEBUG(DBG_IOCTL, "VIDIOC_G_TUNER signal=%x, afc=%x",vt->signal,vt->afc);
4101                         return 0;
4102                 }
4103                 case VIDIOC_S_TUNER:
4104                 {
4105                         struct v4l2_tuner *vt = arg;
4106
4107                         // Only no or one tuner for now
4108                         if (!usbvision->have_tuner || vt->index)
4109                                 return -EINVAL;
4110                         /* let clients handle this */
4111                         call_i2c_clients(usbvision,VIDIOC_S_TUNER,vt);
4112
4113                         PDEBUG(DBG_IOCTL, "VIDIOC_S_TUNER");
4114                         return 0;
4115                 }
4116                 case VIDIOC_G_FREQUENCY:
4117                 {
4118                         struct v4l2_frequency *freq = arg;
4119
4120                         freq->tuner = 0; // Only one tuner
4121                         freq->type = V4L2_TUNER_ANALOG_TV;
4122                         freq->frequency = usbvision->freq;
4123                         PDEBUG(DBG_IOCTL, "VIDIOC_G_FREQUENCY freq=0x%X", (unsigned)freq->frequency);
4124                         return 0;
4125                 }
4126                 case VIDIOC_S_FREQUENCY:
4127                 {
4128                         struct v4l2_frequency *freq = arg;
4129
4130                         // Only no or one tuner for now
4131                         if (!usbvision->have_tuner || freq->tuner)
4132                                 return -EINVAL;
4133
4134                         usbvision->freq = freq->frequency;
4135                         call_i2c_clients(usbvision, cmd, freq);
4136                         PDEBUG(DBG_IOCTL, "VIDIOC_S_FREQUENCY freq=0x%X", (unsigned)freq->frequency);
4137                         return 0;
4138                 }
4139                 case VIDIOC_G_AUDIO:
4140                 {
4141                         struct v4l2_audio *v = arg;
4142                         memset(v,0, sizeof(v));
4143                         strcpy(v->name, "TV");
4144                         PDEBUG(DBG_IOCTL, "VIDIOC_G_AUDIO");
4145                         // FIXME: no more processings ???
4146                         return 0;
4147                 }
4148                 case VIDIOC_S_AUDIO:
4149                 {
4150                         struct v4l2_audio *v = arg;
4151                         if(v->index) {
4152                                 return -EINVAL;
4153                         }
4154                         PDEBUG(DBG_IOCTL, "VIDIOC_S_AUDIO");
4155                         // FIXME: void function ???
4156                         return 0;
4157                 }
4158                 case VIDIOC_QUERYCTRL:
4159                 {
4160                         struct v4l2_queryctrl *ctrl = arg;
4161                         int id=ctrl->id;
4162
4163                         memset(ctrl,0,sizeof(*ctrl));
4164                         ctrl->id=id;
4165
4166                         call_i2c_clients(usbvision, cmd, arg);
4167
4168                         if (ctrl->type)
4169                                 return 0;
4170                         else
4171                                 return -EINVAL;
4172
4173                         PDEBUG(DBG_IOCTL,"VIDIOC_QUERYCTRL id=%x value=%x",ctrl->id,ctrl->type);
4174                 }
4175                 case VIDIOC_G_CTRL:
4176                 {
4177                         struct v4l2_control *ctrl = arg;
4178
4179                         PDEBUG(DBG_IOCTL,"VIDIOC_G_CTRL id=%x value=%x",ctrl->id,ctrl->value);
4180                         call_i2c_clients(usbvision, VIDIOC_G_CTRL, ctrl);
4181                         return 0;
4182                 }
4183                 case VIDIOC_S_CTRL:
4184                 {
4185                         struct v4l2_control *ctrl = arg;
4186
4187                         PDEBUG(DBG_IOCTL, "VIDIOC_S_CTRL id=%x value=%x",ctrl->id,ctrl->value);
4188                         call_i2c_clients(usbvision, VIDIOC_S_CTRL, ctrl);
4189                         return 0;
4190                 }
4191                 case VIDIOC_REQBUFS:
4192                 {
4193                         struct v4l2_requestbuffers *vr = arg;
4194                         int ret;
4195
4196                         RESTRICT_TO_RANGE(vr->count,1,USBVISION_NUMFRAMES);
4197
4198                         // Check input validity : the user must do a VIDEO CAPTURE and MMAP method.
4199                         if((vr->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) ||
4200                            (vr->memory != V4L2_MEMORY_MMAP))
4201                                 return -EINVAL;
4202
4203                         // FIXME : before this, we must control if buffers are still mapped.
4204                         // Then interrupt streaming if so...
4205                         if(usbvision->streaming == Stream_On) {
4206                                 if ((ret = usbvision_stream_interrupt(usbvision)))
4207                                     return ret;
4208                         }
4209
4210                         usbvision_empty_framequeues(usbvision);
4211
4212                         usbvision->curFrame = NULL;
4213
4214                         PDEBUG(DBG_IOCTL, "VIDIOC_REQBUFS count=%d",vr->count);
4215                         return 0;
4216                 }
4217                 case VIDIOC_QUERYBUF:
4218                 {
4219                         struct v4l2_buffer *vb = arg;
4220                         struct usbvision_frame *frame;
4221
4222                         // FIXME : must control that buffers are mapped (VIDIOC_REQBUFS has been called)
4223
4224                         if(vb->type != V4L2_CAP_VIDEO_CAPTURE) {
4225                                 return -EINVAL;
4226                         }
4227                         if(vb->index>=USBVISION_NUMFRAMES)  {
4228                                 return -EINVAL;
4229                         }
4230                         // Updating the corresponding frame state
4231                         vb->flags = 0;
4232                         frame = &usbvision->frame[vb->index];
4233                         if(frame->grabstate >= FrameState_Ready)
4234                                 vb->flags |= V4L2_BUF_FLAG_QUEUED;
4235                         if(frame->grabstate >= FrameState_Done)
4236                                 vb->flags |= V4L2_BUF_FLAG_DONE;
4237                         if(frame->grabstate == FrameState_Unused)
4238                                 vb->flags |= V4L2_BUF_FLAG_MAPPED;
4239                         vb->memory = V4L2_MEMORY_MMAP;
4240
4241                         vb->m.offset = vb->index*MAX_FRAME_SIZE;
4242
4243                         vb->memory = V4L2_MEMORY_MMAP;
4244                         vb->field = V4L2_FIELD_NONE;
4245                         vb->length = MAX_FRAME_SIZE;
4246                         vb->timestamp = usbvision->frame[vb->index].timestamp;
4247                         vb->sequence = usbvision->frame[vb->index].sequence;
4248                         return 0;
4249                 }
4250                 case VIDIOC_QBUF:
4251                 {
4252                         struct v4l2_buffer *vb = arg;
4253                         struct usbvision_frame *frame;
4254                         unsigned long lock_flags;
4255
4256                         // FIXME : works only on VIDEO_CAPTURE MODE, MMAP.
4257                         if(vb->type != V4L2_CAP_VIDEO_CAPTURE) {
4258                                 return -EINVAL;
4259                         }
4260                         if(vb->index>=USBVISION_NUMFRAMES)  {
4261                                 return -EINVAL;
4262                         }
4263
4264                         frame = &usbvision->frame[vb->index];
4265
4266                         if (frame->grabstate != FrameState_Unused) {
4267                                 return -EAGAIN;
4268                         }
4269
4270                         /* Mark it as ready and enqueue frame */
4271                         frame->grabstate = FrameState_Ready;
4272                         frame->scanstate = ScanState_Scanning;
4273                         frame->scanlength = 0;  /* Accumulated in usbvision_parse_data() */
4274
4275                         vb->flags &= ~V4L2_BUF_FLAG_DONE;
4276
4277                         /* set v4l2_format index */
4278                         frame->v4l2_format = usbvision->palette;
4279
4280                         spin_lock_irqsave(&usbvision->queue_lock, lock_flags);
4281                         list_add_tail(&usbvision->frame[vb->index].frame, &usbvision->inqueue);
4282                         spin_unlock_irqrestore(&usbvision->queue_lock, lock_flags);
4283
4284                         PDEBUG(DBG_IOCTL, "VIDIOC_QBUF frame #%d",vb->index);
4285                         return 0;
4286                 }
4287                 case VIDIOC_DQBUF:
4288                 {
4289                         struct v4l2_buffer *vb = arg;
4290                         int ret;
4291                         struct usbvision_frame *f;
4292                         unsigned long lock_flags;
4293
4294                         if (vb->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
4295                                 return -EINVAL;
4296
4297                         if (list_empty(&(usbvision->outqueue))) {
4298                                 if (usbvision->streaming == Stream_Idle)
4299                                         return -EINVAL;
4300                                 ret = wait_event_interruptible
4301                                         (usbvision->wait_frame,
4302                                          !list_empty(&(usbvision->outqueue)));
4303                                 if (ret)
4304                                         return ret;
4305                         }
4306
4307                         spin_lock_irqsave(&usbvision->queue_lock, lock_flags);
4308                         f = list_entry(usbvision->outqueue.next,
4309                                        struct usbvision_frame, frame);
4310                         list_del(usbvision->outqueue.next);
4311                         spin_unlock_irqrestore(&usbvision->queue_lock, lock_flags);
4312
4313                         f->grabstate = FrameState_Unused;
4314
4315                         vb->memory = V4L2_MEMORY_MMAP;
4316                         vb->flags = V4L2_BUF_FLAG_MAPPED | V4L2_BUF_FLAG_QUEUED | V4L2_BUF_FLAG_DONE;
4317                         vb->index = f->index;
4318                         vb->sequence = f->sequence;
4319                         vb->timestamp = f->timestamp;
4320                         vb->field = V4L2_FIELD_NONE;
4321                         vb->bytesused = f->scanlength;
4322
4323                         if(debug & DBG_IOCTL) { // do not spend computing time for debug stuff if not needed !
4324                                 if(usbvision_counter == 100) {
4325                                         PDEBUG(DBG_IOCTL, "VIDIOC_DQBUF delta=%d",(unsigned)(jiffies-usbvision_timestamp));
4326                                         usbvision_counter = 0;
4327                                         usbvision_timestamp = jiffies;
4328                                 }
4329                                 else {
4330                                         usbvision_counter++;
4331                                 }
4332                                 PDEBUG(DBG_IOCTL, "VIDIOC_DQBUF frame #%d",vb->index);
4333                         }
4334                         return 0;
4335                 }
4336                 case VIDIOC_STREAMON:
4337                 {
4338                         int b=V4L2_BUF_TYPE_VIDEO_CAPTURE;
4339
4340                         usbvision->streaming = Stream_On;
4341
4342                         if(debug & DBG_IOCTL) usbvision_timestamp = jiffies;
4343
4344                         call_i2c_clients(usbvision,VIDIOC_STREAMON , &b);
4345
4346                         PDEBUG(DBG_IOCTL, "VIDIOC_STREAMON");
4347
4348                         return 0;
4349                 }
4350                 case VIDIOC_STREAMOFF:
4351                 {
4352                         int *type = arg;
4353                         int b=V4L2_BUF_TYPE_VIDEO_CAPTURE;
4354
4355                         if (*type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
4356                                 return -EINVAL;
4357
4358                         if(usbvision->streaming == Stream_On) {
4359                                 usbvision_stream_interrupt(usbvision);
4360                                 // Stop all video streamings
4361                                 call_i2c_clients(usbvision,VIDIOC_STREAMOFF , &b);
4362                         }
4363                         usbvision_empty_framequeues(usbvision);
4364
4365                         PDEBUG(DBG_IOCTL, "VIDIOC_STREAMOFF");
4366                         return 0;
4367                 }
4368                 case VIDIOC_G_FBUF:
4369                 {
4370                         struct v4l2_framebuffer *vb = arg;
4371
4372                         if (dga) {
4373                                 *vb = usbvision->vid_buf;
4374                         }
4375                         else {
4376                                 memset(vb, 0, sizeof(vb)); //dga not supported, not used
4377                         }
4378                         PDEBUG(DBG_IOCTL, "VIDIOC_G_FBUF base=%p, width=%d, height=%d, pixelformat=%d, bpl=%d",
4379                                vb->base, vb->fmt.width, vb->fmt.height, vb->fmt.pixelformat,vb->fmt.bytesperline);
4380                         return 0;
4381                 }
4382                 case VIDIOC_S_FBUF:
4383                 {
4384                         struct v4l2_framebuffer *vb = arg;
4385                         int formatIdx;
4386
4387                         if (dga == 0) {
4388                                 return -EINVAL;
4389                         }
4390
4391                         if(!capable(CAP_SYS_ADMIN) && !capable(CAP_SYS_ADMIN)) {
4392                                 return -EPERM;
4393                         }
4394
4395                         PDEBUG(DBG_IOCTL, "VIDIOC_S_FBUF base=%p, width=%d, height=%d, pixelformat=%d, bpl=%d",
4396                                vb->base, vb->fmt.width, vb->fmt.height, vb->fmt.pixelformat,vb->fmt.bytesperline);
4397
4398                         for (formatIdx=0; formatIdx <= USBVISION_SUPPORTED_PALETTES; formatIdx++) {
4399                                 if (formatIdx == USBVISION_SUPPORTED_PALETTES) {
4400                                         return -EINVAL; // no matching video_format
4401                                 }
4402                                 if ((vb->fmt.pixelformat == usbvision_v4l2_format[formatIdx].format) &&
4403                                     (usbvision_v4l2_format[formatIdx].supported)) {
4404                                         break; //found matching video_format
4405                                 }
4406                         }
4407
4408                         if (vb->fmt.bytesperline<1) {
4409                                 return -EINVAL;
4410                         }
4411                         if (usbvision->overlay) {
4412                                 return -EBUSY;
4413                         }
4414                         down(&usbvision->lock);
4415                         if (usbvision->overlay_base) {
4416                                 iounmap(usbvision->overlay_base);
4417                                 usbvision->vid_buf_valid = 0;
4418                         }
4419                         usbvision->overlay_base = ioremap((ulong)vb->base, vb->fmt.height * vb->fmt.bytesperline);
4420                         if (usbvision->overlay_base) {
4421                                 usbvision->vid_buf_valid = 1;
4422                         }
4423                         usbvision->vid_buf = *vb;
4424                         usbvision->overlay_frame.v4l2_format = usbvision_v4l2_format[formatIdx];
4425                         up(&usbvision->lock);
4426                         return 0;
4427                 }
4428                 case VIDIOC_ENUM_FMT:
4429                 {
4430                         struct v4l2_fmtdesc *vfd = arg;
4431
4432                         if(vfd->index>=USBVISION_SUPPORTED_PALETTES-1) {
4433                                 return -EINVAL;
4434                         }
4435                         vfd->flags = 0;
4436                         vfd->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
4437                         strcpy(vfd->description,usbvision_v4l2_format[vfd->index].desc);
4438                         vfd->pixelformat = usbvision_v4l2_format[vfd->index].format;
4439                         memset(vfd->reserved, 0, sizeof(vfd->reserved));
4440                         return 0;
4441                 }
4442                 case VIDIOC_G_FMT:
4443                 {
4444                         struct v4l2_format *vf = arg;
4445
4446                         switch (vf->type) {
4447                                 case V4L2_BUF_TYPE_VIDEO_CAPTURE:
4448                                 {
4449                                         vf->fmt.pix.width = usbvision->curwidth;
4450                                         vf->fmt.pix.height = usbvision->curheight;
4451                                         vf->fmt.pix.pixelformat = usbvision->palette.format;
4452                                         vf->fmt.pix.bytesperline =  usbvision->curwidth*usbvision->palette.bytes_per_pixel;
4453                                         vf->fmt.pix.sizeimage = vf->fmt.pix.bytesperline*usbvision->curheight;
4454                                         vf->fmt.pix.colorspace = V4L2_COLORSPACE_SMPTE170M;
4455                                         vf->fmt.pix.field = V4L2_FIELD_NONE; /* Always progressive image */
4456                                 }
4457                                 return 0;
4458                                 default:
4459                                         PDEBUG(DBG_IOCTL, "VIDIOC_G_FMT invalid type %d",vf->type);
4460                                         return -EINVAL;
4461                         }
4462                         PDEBUG(DBG_IOCTL, "VIDIOC_G_FMT w=%d, h=%d",vf->fmt.win.w.width, vf->fmt.win.w.height);
4463                         return 0;
4464                 }
4465                 case VIDIOC_TRY_FMT:
4466                 case VIDIOC_S_FMT:
4467                 {
4468                         struct v4l2_format *vf = arg;
4469                         struct v4l2_clip *vc=NULL;
4470                         int on,formatIdx;
4471
4472                         switch(vf->type) {
4473                                 case V4L2_BUF_TYPE_VIDEO_OVERLAY:
4474                                 {
4475                                         if (vf->fmt.win.clipcount>256) {
4476                                                 return -EDOM;   /* Too many clips! */
4477                                         }
4478                                         // Do every clips.
4479                                         vc = vmalloc(sizeof(struct v4l2_clip)*(vf->fmt.win.clipcount+4));
4480                                         if (vc == NULL) {
4481                                                 return -ENOMEM;
4482                                         }
4483                                         if (vf->fmt.win.clipcount && copy_from_user(vc,vf->fmt.win.clips,sizeof(struct v4l2_clip)*vf->fmt.win.clipcount)) {
4484                                                 return -EFAULT;
4485                                         }
4486                                         on = usbvision->overlay;        // Save overlay state
4487                                         if (on) {
4488                                                 usbvision_cap(usbvision, 0);
4489                                         }
4490
4491                                         // strange, it seems xawtv sometimes calls us with 0
4492                                         // width and/or height. Ignore these values
4493                                         if (vf->fmt.win.w.left == 0) {
4494                                                 vf->fmt.win.w.left = usbvision->vid_win.fmt.win.w.left;
4495                                         }
4496                                         if (vf->fmt.win.w.top == 0) {
4497                                                 vf->fmt.win.w.top = usbvision->vid_win.fmt.win.w.top;
4498                                         }
4499
4500                                         // by now we are committed to the new data...
4501                                         down(&usbvision->lock);
4502                                         RESTRICT_TO_RANGE(vf->fmt.win.w.width, MIN_FRAME_WIDTH, MAX_FRAME_WIDTH);
4503                                         RESTRICT_TO_RANGE(vf->fmt.win.w.height, MIN_FRAME_HEIGHT, MAX_FRAME_HEIGHT);
4504                                         usbvision->vid_win = *vf;
4505                                         usbvision->overlay_frame.width = vf->fmt.win.w.width;
4506                                         usbvision->overlay_frame.height = vf->fmt.win.w.height;
4507                                         usbvision_set_output(usbvision, vf->fmt.win.w.width, vf->fmt.win.w.height);
4508                                         up(&usbvision->lock);
4509
4510                                         // Impose display clips
4511                                         if (vf->fmt.win.w.left+vf->fmt.win.w.width > (unsigned int)usbvision->vid_buf.fmt.width) {
4512                                                 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);
4513                                         }
4514                                         if (vf->fmt.win.w.top+vf->fmt.win.w.height > (unsigned int)usbvision->vid_buf.fmt.height) {
4515                                                 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);
4516                                         }
4517
4518                                         // built the requested clipping zones
4519                                         usbvision_built_overlay(usbvision, vf->fmt.win.clipcount, vc);
4520                                         vfree(vc);
4521
4522                                         // restore overlay state
4523                                         if (on) {
4524                                                 usbvision_cap(usbvision, 1);
4525                                         }
4526                                         usbvision->vid_win_valid = 1;
4527                                         PDEBUG(DBG_IOCTL, "VIDIOC_S_FMT overlay x=%d, y=%d, w=%d, h=%d, chroma=%x, clips=%d",
4528                                                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);
4529                                         return 0;
4530                                 }
4531                                 case V4L2_BUF_TYPE_VIDEO_CAPTURE:
4532                                 {
4533                                         /* Find requested format in available ones */
4534                                         for(formatIdx=0;formatIdx<USBVISION_SUPPORTED_PALETTES;formatIdx++) {
4535                                                 if(vf->fmt.pix.pixelformat == usbvision_v4l2_format[formatIdx].format) {
4536                                                         usbvision->palette = usbvision_v4l2_format[formatIdx];
4537                                                         break;
4538                                                 }
4539                                         }
4540                                         /* robustness */
4541                                         if(formatIdx == USBVISION_SUPPORTED_PALETTES) {
4542                                                 return -EINVAL;
4543                                         }
4544                                         RESTRICT_TO_RANGE(vf->fmt.pix.width, MIN_FRAME_WIDTH, MAX_FRAME_WIDTH);
4545                                         RESTRICT_TO_RANGE(vf->fmt.pix.height, MIN_FRAME_HEIGHT, MAX_FRAME_HEIGHT);
4546                                         // by now we are committed to the new data...
4547                                         down(&usbvision->lock);
4548                                         usbvision_set_output(usbvision, vf->fmt.pix.width, vf->fmt.pix.height);
4549                                         up(&usbvision->lock);
4550
4551                                         PDEBUG(DBG_IOCTL, "VIDIOC_S_FMT grabdisplay w=%d, h=%d, format=%s",
4552                                                vf->fmt.pix.width, vf->fmt.pix.height,usbvision->palette.desc);
4553                                         return 0;
4554                                 }
4555                                 default:
4556                                         return -EINVAL;
4557                         }
4558                 }
4559                 case VIDIOC_OVERLAY:
4560                 {
4561                         int *v = arg;
4562
4563                         if ( (dga == 0) &&
4564                              (usbvision->palette.format != V4L2_PIX_FMT_YVU420) &&
4565                              (usbvision->palette.format != V4L2_PIX_FMT_YUV422P) ) {
4566                                 PDEBUG(DBG_IOCTL, "VIDIOC_OVERLAY  DGA disabled");
4567                                 return -EINVAL;
4568                         }
4569
4570                         if (*v == 0) {
4571                                 usbvision_cap(usbvision, 0);
4572                         }
4573                         else {
4574                                 // are VIDIOCSFBUF and VIDIOCSWIN done?
4575                                 if ((usbvision->vid_buf_valid == 0) || (usbvision->vid_win_valid == 0)) {
4576                                         PDEBUG(DBG_IOCTL, "VIDIOC_OVERLAY  vid_buf_valid %d; vid_win_valid %d",
4577                                                usbvision->vid_buf_valid, usbvision->vid_win_valid);
4578                                         return -EINVAL;
4579                                 }
4580                                 usbvision_cap(usbvision, 1);
4581                         }
4582                         PDEBUG(DBG_IOCTL, "VIDIOC_OVERLAY %s", (*v)?"on":"off");
4583                         return 0;
4584                 }
4585                 default:
4586                         return -ENOIOCTLCMD;
4587         }
4588         return 0;
4589 }
4590
4591 static int usbvision_v4l2_ioctl(struct inode *inode, struct file *file,
4592                        unsigned int cmd, unsigned long arg)
4593 {
4594         return video_usercopy(inode, file, cmd, arg, usbvision_v4l2_do_ioctl);
4595 }
4596
4597
4598 static ssize_t usbvision_v4l2_read(struct file *file, char *buf,
4599                       size_t count, loff_t *ppos)
4600 {
4601         struct video_device *dev = video_devdata(file);
4602         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4603         int noblock = file->f_flags & O_NONBLOCK;
4604         unsigned long lock_flags;
4605
4606         int frmx = -1;
4607         int ret,i;
4608         struct usbvision_frame *frame;
4609
4610         PDEBUG(DBG_IO, "%s: %ld bytes, noblock=%d", __FUNCTION__, (unsigned long)count, noblock);
4611
4612         if (!USBVISION_IS_OPERATIONAL(usbvision) || (buf == NULL))
4613                 return -EFAULT;
4614
4615         /* no stream is running, make it running ! */
4616         usbvision->streaming = Stream_On;
4617         call_i2c_clients(usbvision,VIDIOC_STREAMON , NULL);
4618
4619         /* First, enqueue as many frames as possible (like a user of VIDIOC_QBUF would do) */
4620         for(i=0;i<USBVISION_NUMFRAMES;i++) {
4621                 frame = &usbvision->frame[i];
4622                 if(frame->grabstate == FrameState_Unused) {
4623                         /* Mark it as ready and enqueue frame */
4624                         frame->grabstate = FrameState_Ready;
4625                         frame->scanstate = ScanState_Scanning;
4626                         frame->scanlength = 0;  /* Accumulated in usbvision_parse_data() */
4627
4628                         /* set v4l2_format index */
4629                         frame->v4l2_format = usbvision->palette;
4630
4631                         spin_lock_irqsave(&usbvision->queue_lock, lock_flags);
4632                         list_add_tail(&frame->frame, &usbvision->inqueue);
4633                         spin_unlock_irqrestore(&usbvision->queue_lock, lock_flags);
4634                 }
4635         }
4636
4637         /* Then try to steal a frame (like a VIDIOC_DQBUF would do) */
4638         if (list_empty(&(usbvision->outqueue))) {
4639                 if(noblock)
4640                         return -EAGAIN;
4641
4642                 ret = wait_event_interruptible
4643                         (usbvision->wait_frame,
4644                          !list_empty(&(usbvision->outqueue)));
4645                 if (ret)
4646                         return ret;
4647         }
4648
4649         spin_lock_irqsave(&usbvision->queue_lock, lock_flags);
4650         frame = list_entry(usbvision->outqueue.next,
4651                            struct usbvision_frame, frame);
4652         list_del(usbvision->outqueue.next);
4653         spin_unlock_irqrestore(&usbvision->queue_lock, lock_flags);
4654
4655         if(debug & DBG_IOCTL) { // do not spend computing time for debug stuff if not needed !
4656                 if(usbvision_counter == 100) {
4657                         PDEBUG(DBG_IOCTL, "VIDIOC_DQBUF delta=%d",(unsigned)(jiffies-usbvision_timestamp));
4658                         usbvision_counter = 0;
4659                         usbvision_timestamp = jiffies;
4660                 }
4661                 else {
4662                         usbvision_counter++;
4663                 }
4664         }
4665
4666         /* An error returns an empty frame */
4667         if (frame->grabstate == FrameState_Error) {
4668                 frame->bytes_read = 0;
4669                 return 0;
4670         }
4671
4672         PDEBUG(DBG_IO, "%s: frmx=%d, bytes_read=%ld, scanlength=%ld", __FUNCTION__,
4673                        frame->index, frame->bytes_read, frame->scanlength);
4674
4675         /* copy bytes to user space; we allow for partials reads */
4676         if ((count + frame->bytes_read) > (unsigned long)frame->scanlength)
4677                 count = frame->scanlength - frame->bytes_read;
4678
4679         if (copy_to_user(buf, frame->data + frame->bytes_read, count)) {
4680                 return -EFAULT;
4681         }
4682
4683         frame->bytes_read += count;
4684         PDEBUG(DBG_IO, "%s: {copy} count used=%ld, new bytes_read=%ld", __FUNCTION__,
4685                        (unsigned long)count, frame->bytes_read);
4686
4687         // For now, forget the frame if it has not been read in one shot.
4688 /*      if (frame->bytes_read >= frame->scanlength) {// All data has been read */
4689                 frame->bytes_read = 0;
4690
4691                 /* Mark it as available to be used again. */
4692                 usbvision->frame[frmx].grabstate = FrameState_Unused;
4693 /*      } */
4694
4695         return count;
4696 }
4697
4698 static int usbvision_v4l2_mmap(struct file *file, struct vm_area_struct *vma)
4699 {
4700         unsigned long size = vma->vm_end - vma->vm_start,
4701                 start = vma->vm_start;
4702         void *pos;
4703         u32 i;
4704
4705         struct video_device *dev = video_devdata(file);
4706         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4707
4708         if (!USBVISION_IS_OPERATIONAL(usbvision))
4709                 return -EFAULT;
4710
4711         if (!(vma->vm_flags & VM_WRITE) ||
4712             size != PAGE_ALIGN(usbvision->max_frame_size)) {
4713                 return -EINVAL;
4714         }
4715
4716         for (i = 0; i < USBVISION_NUMFRAMES; i++) {
4717                 if (((usbvision->max_frame_size*i) >> PAGE_SHIFT) == vma->vm_pgoff)
4718                         break;
4719         }
4720         if (i == USBVISION_NUMFRAMES) {
4721                 PDEBUG(DBG_FUNC, "mmap: user supplied mapping address is out of range");
4722                 return -EINVAL;
4723         }
4724
4725         /* VM_IO is eventually going to replace PageReserved altogether */
4726         vma->vm_flags |= VM_IO;
4727         vma->vm_flags |= VM_RESERVED;   /* avoid to swap out this VMA */
4728
4729         pos = usbvision->frame[i].data;
4730         while (size > 0) {
4731
4732                 if (vm_insert_page(vma, start, vmalloc_to_page(pos))) {
4733                         PDEBUG(DBG_FUNC, "mmap: vm_insert_page failed");
4734                         return -EAGAIN;
4735                 }
4736                 start += PAGE_SIZE;
4737                 pos += PAGE_SIZE;
4738                 size -= PAGE_SIZE;
4739         }
4740
4741         return 0;
4742 }
4743
4744
4745 /*
4746  * Here comes the stuff for radio on usbvision based devices
4747  *
4748  */
4749 static int usbvision_radio_open(struct inode *inode, struct file *file)
4750 {
4751         struct video_device *dev = video_devdata(file);
4752         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4753         struct v4l2_frequency freq;
4754         int errCode = 0;
4755
4756         PDEBUG(DBG_RIO, "%s:", __FUNCTION__);
4757
4758         down(&usbvision->lock);
4759
4760         if (usbvision->user) {
4761                 err("%s: Someone tried to open an already opened USBVision Radio!", __FUNCTION__);
4762                 errCode = -EBUSY;
4763         }
4764         else {
4765                 if(PowerOnAtOpen) {
4766                         if (timer_pending(&usbvision->powerOffTimer)) {
4767                                 del_timer(&usbvision->powerOffTimer);
4768                         }
4769                         if (usbvision->power == 0) {
4770                                 usbvision_power_on(usbvision);
4771                                 usbvision_init_i2c(usbvision);
4772                         }
4773                 }
4774
4775                 // If so far no errors then we shall start the radio
4776                 usbvision->radio = 1;
4777                 call_i2c_clients(usbvision,AUDC_SET_RADIO,&usbvision->tuner_type);
4778                 freq.frequency = 1517; //SWR3 @ 94.8MHz
4779                 call_i2c_clients(usbvision, VIDIOC_S_FREQUENCY, &freq);
4780                 usbvision_set_audio(usbvision, USBVISION_AUDIO_RADIO);
4781                 usbvision->user++;
4782         }
4783
4784         if (errCode) {
4785                 if (PowerOnAtOpen) {
4786                         usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
4787                         usbvision_power_off(usbvision);
4788                         usbvision->initialized = 0;
4789                 }
4790         }
4791         up(&usbvision->lock);
4792         return errCode;
4793 }
4794
4795
4796 static int usbvision_radio_close(struct inode *inode, struct file *file)
4797 {
4798         struct video_device *dev = video_devdata(file);
4799         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4800         int errCode = 0;
4801
4802         PDEBUG(DBG_RIO, "");
4803
4804         down(&usbvision->lock);
4805
4806         usbvision_audio_off(usbvision);
4807         usbvision->radio=0;
4808         usbvision->user--;
4809
4810         if (PowerOnAtOpen) {
4811                 mod_timer(&usbvision->powerOffTimer, jiffies + USBVISION_POWEROFF_TIME);
4812                 usbvision->initialized = 0;
4813         }
4814
4815         up(&usbvision->lock);
4816
4817         if (usbvision->remove_pending) {
4818                 info("%s: Final disconnect", __FUNCTION__);
4819                 usbvision_release(usbvision);
4820         }
4821
4822
4823         PDEBUG(DBG_RIO, "success");
4824
4825         return errCode;
4826 }
4827
4828 static int usbvision_do_radio_ioctl(struct inode *inode, struct file *file,
4829                                  unsigned int cmd, void *arg)
4830 {
4831         struct video_device *dev = video_devdata(file);
4832         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4833
4834         if (!USBVISION_IS_OPERATIONAL(usbvision))
4835                 return -EIO;
4836
4837         switch (cmd) {
4838                 case VIDIOC_QUERYCAP:
4839                 {
4840                         struct v4l2_capability *vc=arg;
4841
4842                         memset(vc, 0, sizeof(*vc));
4843                         strlcpy(vc->driver, "USBVision", sizeof(vc->driver));
4844                         strlcpy(vc->card, usbvision_device_data[usbvision->DevModel].ModelString,
4845                                 sizeof(vc->card));
4846                         strlcpy(vc->bus_info, usbvision->dev->dev.bus_id,
4847                                 sizeof(vc->bus_info));
4848                         vc->version = USBVISION_DRIVER_VERSION;
4849                         vc->capabilities = (usbvision->have_tuner ? V4L2_CAP_TUNER : 0);
4850                         PDEBUG(DBG_RIO, "VIDIOC_QUERYCAP");
4851                         return 0;
4852                 }
4853                 case VIDIOC_QUERYCTRL:
4854                 {
4855                         struct v4l2_queryctrl *ctrl = arg;
4856                         int id=ctrl->id;
4857
4858                         memset(ctrl,0,sizeof(*ctrl));
4859                         ctrl->id=id;
4860
4861                         call_i2c_clients(usbvision, cmd, arg);
4862                         PDEBUG(DBG_RIO,"VIDIOC_QUERYCTRL id=%x value=%x",ctrl->id,ctrl->type);
4863
4864                         if (ctrl->type)
4865                                 return 0;
4866                         else
4867                                 return -EINVAL;
4868
4869                 }
4870                 case VIDIOC_G_CTRL:
4871                 {
4872                         struct v4l2_control *ctrl = arg;
4873
4874                         call_i2c_clients(usbvision, VIDIOC_G_CTRL, ctrl);
4875                         PDEBUG(DBG_RIO,"VIDIOC_G_CTRL id=%x value=%x",ctrl->id,ctrl->value);
4876                         return 0;
4877                 }
4878                 case VIDIOC_S_CTRL:
4879                 {
4880                         struct v4l2_control *ctrl = arg;
4881
4882                         call_i2c_clients(usbvision, VIDIOC_S_CTRL, ctrl);
4883                         PDEBUG(DBG_RIO, "VIDIOC_S_CTRL id=%x value=%x",ctrl->id,ctrl->value);
4884                         return 0;
4885                 }
4886                 case VIDIOC_G_TUNER:
4887                 {
4888                         struct v4l2_tuner *t = arg;
4889
4890                         if (t->index > 0)
4891                                 return -EINVAL;
4892
4893                         memset(t,0,sizeof(*t));
4894                         strcpy(t->name, "Radio");
4895                         t->type = V4L2_TUNER_RADIO;
4896
4897                         /* Let clients fill in the remainder of this struct */
4898                         call_i2c_clients(usbvision,VIDIOC_G_TUNER,t);
4899                         PDEBUG(DBG_RIO, "VIDIOC_G_TUNER signal=%x, afc=%x",t->signal,t->afc);
4900                         return 0;
4901                 }
4902                 case VIDIOC_S_TUNER:
4903                 {
4904                         struct v4l2_tuner *vt = arg;
4905
4906                         // Only no or one tuner for now
4907                         if (!usbvision->have_tuner || vt->index)
4908                                 return -EINVAL;
4909                         /* let clients handle this */
4910                         call_i2c_clients(usbvision,VIDIOC_S_TUNER,vt);
4911
4912                         PDEBUG(DBG_RIO, "VIDIOC_S_TUNER");
4913                         return 0;
4914                 }
4915                 case VIDIOC_G_AUDIO:
4916                 {
4917                         struct v4l2_audio *a = arg;
4918
4919                         memset(a,0,sizeof(*a));
4920                         strcpy(a->name,"Radio");
4921                         PDEBUG(DBG_RIO, "VIDIOC_G_AUDIO");
4922                         return 0;
4923                 }
4924                 case VIDIOC_S_AUDIO:
4925                 case VIDIOC_S_INPUT:
4926                 case VIDIOC_S_STD:
4927                 return 0;
4928
4929                 case VIDIOC_G_FREQUENCY:
4930                 {
4931                         struct v4l2_frequency *f = arg;
4932
4933                         memset(f,0,sizeof(*f));
4934
4935                         f->type = V4L2_TUNER_RADIO;
4936                         f->frequency = usbvision->freq;
4937                         call_i2c_clients(usbvision, cmd, f);
4938                         PDEBUG(DBG_RIO, "VIDIOC_G_FREQUENCY freq=0x%X", (unsigned)f->frequency);
4939
4940                         return 0;
4941                 }
4942                 case VIDIOC_S_FREQUENCY:
4943                 {
4944                         struct v4l2_frequency *f = arg;
4945
4946                         if (f->tuner != 0)
4947                                 return -EINVAL;
4948                         usbvision->freq = f->frequency;
4949                         call_i2c_clients(usbvision, cmd, f);
4950                         PDEBUG(DBG_RIO, "VIDIOC_S_FREQUENCY freq=0x%X", (unsigned)f->frequency);
4951
4952                         return 0;
4953                 }
4954                 default:
4955                 {
4956                         PDEBUG(DBG_RIO, "%s: Unknown command %x", __FUNCTION__, cmd);
4957                         return -ENOIOCTLCMD;
4958                 }
4959         }
4960         return 0;
4961 }
4962
4963
4964 static int usbvision_radio_ioctl(struct inode *inode, struct file *file,
4965                        unsigned int cmd, unsigned long arg)
4966 {
4967         return video_usercopy(inode, file, cmd, arg, usbvision_do_radio_ioctl);
4968 }
4969
4970
4971 /*
4972  * Here comes the stuff for vbi on usbvision based devices
4973  *
4974  */
4975 static int usbvision_vbi_open(struct inode *inode, struct file *file)
4976 {
4977         struct video_device *dev = video_devdata(file);
4978         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
4979         unsigned long freq;
4980         int errCode = 0;
4981
4982         PDEBUG(DBG_RIO, "%s:", __FUNCTION__);
4983
4984         down(&usbvision->lock);
4985
4986         if (usbvision->user) {
4987                 err("%s: Someone tried to open an already opened USBVision VBI!", __FUNCTION__);
4988                 errCode = -EBUSY;
4989         }
4990         else {
4991                 if(PowerOnAtOpen) {
4992                         if (timer_pending(&usbvision->powerOffTimer)) {
4993                                 del_timer(&usbvision->powerOffTimer);
4994                         }
4995                         if (usbvision->power == 0) {
4996                                 usbvision_power_on(usbvision);
4997                                 usbvision_init_i2c(usbvision);
4998                         }
4999                 }
5000
5001                 // If so far no errors then we shall start the vbi device
5002                 //usbvision->vbi = 1;
5003                 call_i2c_clients(usbvision,AUDC_SET_RADIO,&usbvision->tuner_type);
5004                 freq = 1517; //SWR3 @ 94.8MHz
5005                 call_i2c_clients(usbvision, VIDIOC_S_FREQUENCY, &freq);
5006                 usbvision_set_audio(usbvision, USBVISION_AUDIO_RADIO);
5007                 usbvision->user++;
5008         }
5009
5010         if (errCode) {
5011                 if (PowerOnAtOpen) {
5012                         usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
5013                         usbvision_power_off(usbvision);
5014                         usbvision->initialized = 0;
5015                 }
5016         }
5017         up(&usbvision->lock);
5018         return errCode;
5019 }
5020
5021 static int usbvision_vbi_close(struct inode *inode, struct file *file)
5022 {
5023         struct video_device *dev = video_devdata(file);
5024         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
5025         int errCode = 0;
5026
5027         PDEBUG(DBG_RIO, "");
5028
5029         down(&usbvision->lock);
5030
5031         usbvision_audio_off(usbvision);
5032         usbvision->vbi=0;
5033         usbvision->user--;
5034
5035         if (PowerOnAtOpen) {
5036                 mod_timer(&usbvision->powerOffTimer, jiffies + USBVISION_POWEROFF_TIME);
5037                 usbvision->initialized = 0;
5038         }
5039
5040         up(&usbvision->lock);
5041
5042         if (usbvision->remove_pending) {
5043                 info("%s: Final disconnect", __FUNCTION__);
5044                 usbvision_release(usbvision);
5045         }
5046
5047
5048         PDEBUG(DBG_RIO, "success");
5049
5050         return errCode;
5051 }
5052
5053 static int usbvision_do_vbi_ioctl(struct inode *inode, struct file *file,
5054                                  unsigned int cmd, void *arg)
5055 {
5056         struct video_device *dev = video_devdata(file);
5057         struct usb_usbvision *usbvision = (struct usb_usbvision *) video_get_drvdata(dev);
5058
5059         if (!USBVISION_IS_OPERATIONAL(usbvision))
5060                 return -EIO;
5061
5062         switch (cmd) {
5063                 case VIDIOC_QUERYCAP:
5064                 {
5065                         struct v4l2_capability *vc=arg;
5066                         memset(vc, 0, sizeof(struct v4l2_capability));
5067                         strcpy(vc->driver,"usbvision vbi");
5068                         strcpy(vc->card,usbvision->vcap.card);
5069                         strcpy(vc->bus_info,"usb");
5070                         vc->version = USBVISION_DRIVER_VERSION;             /* version */
5071                         vc->capabilities = V4L2_CAP_VBI_CAPTURE;            /* capabilities */
5072                         PDEBUG(DBG_RIO, "%s: VIDIOC_QUERYCAP", __FUNCTION__);
5073                         return 0;
5074                 }
5075                 case VIDIOCGTUNER:
5076                 {
5077                         struct video_tuner *vt = arg;
5078
5079                         if((vt->tuner) || (usbvision->channel)) {       /* Only tuner 0 */
5080                                 return -EINVAL;
5081                         }
5082                         strcpy(vt->name, "vbi");
5083                         // japan:          76.0 MHz -  89.9 MHz
5084                         // western europe: 87.5 MHz - 108.0 MHz
5085                         // russia:         65.0 MHz - 108.0 MHz
5086                         vt->rangelow=(int)(65*16);
5087                         vt->rangehigh=(int)(108*16);
5088                         vt->flags= 0;
5089                         vt->mode = 0;
5090                         call_i2c_clients(usbvision,cmd,vt);
5091                         PDEBUG(DBG_RIO, "%s: VIDIOCGTUNER signal=%d", __FUNCTION__, vt->signal);
5092                         return 0;
5093                 }
5094                 case VIDIOCSTUNER:
5095                 {
5096                         struct video_tuner *vt = arg;
5097
5098                         // Only channel 0 has a tuner
5099                         if((vt->tuner) || (usbvision->channel)) {
5100                                 return -EINVAL;
5101                         }
5102                         PDEBUG(DBG_RIO, "%s: VIDIOCSTUNER", __FUNCTION__);
5103                         return 0;
5104                 }
5105                 case VIDIOCGAUDIO:
5106                 {
5107                         struct video_audio *va = arg;
5108                         memset(va,0, sizeof(struct video_audio));
5109                         call_i2c_clients(usbvision, cmd, va);
5110                         va->flags|=VIDEO_AUDIO_MUTABLE;
5111                         va->volume=1;
5112                         va->step=1;
5113                         strcpy(va->name, "vbi");
5114                         PDEBUG(DBG_RIO, "%s: VIDIOCGAUDIO", __FUNCTION__);
5115                         return 0;
5116                 }
5117                 case VIDIOCSAUDIO:
5118                 {
5119                         struct video_audio *va = arg;
5120                         if(va->audio) {
5121                                 return -EINVAL;
5122                         }
5123
5124                         if(va->flags & VIDEO_AUDIO_MUTE) {
5125                                 if (usbvision_audio_mute(usbvision)) {
5126                                         return -EFAULT;
5127                                 }
5128                         }
5129                         else {
5130                                 if (usbvision_audio_on(usbvision)) {
5131                                         return -EFAULT;
5132                                 }
5133                         }
5134                         PDEBUG(DBG_RIO, "%s: VIDIOCSAUDIO flags=0x%x)", __FUNCTION__, va->flags);
5135                         return 0;
5136                 }
5137                 case VIDIOCGFREQ:
5138                 {
5139                         unsigned long *freq = arg;
5140
5141                         *freq = usbvision->freq;
5142                         PDEBUG(DBG_RIO, "%s: VIDIOCGFREQ freq = %ld00 kHz", __FUNCTION__, (*freq * 10)>>4);
5143                         return 0;
5144                 }
5145                 case VIDIOCSFREQ:
5146                 {
5147                         unsigned long *freq = arg;
5148
5149                         usbvision->freq = *freq;
5150                         call_i2c_clients(usbvision, cmd, freq);
5151                         PDEBUG(DBG_RIO, "%s: VIDIOCSFREQ freq = %ld00 kHz", __FUNCTION__, (*freq * 10)>>4);
5152                         return 0;
5153                 }
5154                 default:
5155                 {
5156                         PDEBUG(DBG_RIO, "%s: Unknown command %d", __FUNCTION__, cmd);
5157                         return -ENOIOCTLCMD;
5158                 }
5159         }
5160         return 0;
5161 }
5162
5163 static int usbvision_vbi_ioctl(struct inode *inode, struct file *file,
5164                        unsigned int cmd, unsigned long arg)
5165 {
5166         return video_usercopy(inode, file, cmd, arg, usbvision_do_vbi_ioctl);
5167 }
5168
5169
5170
5171 static void usbvision_configure_video(struct usb_usbvision *usbvision)
5172 {
5173         int model,i;
5174
5175         if (usbvision == NULL)
5176                 return;
5177
5178         model = usbvision->DevModel;
5179         usbvision->depth = 24;
5180         usbvision->palette = usbvision_v4l2_format[2]; // V4L2_PIX_FMT_RGB24;
5181
5182         if (usbvision_device_data[usbvision->DevModel].Vin_Reg2 >= 0) {
5183                 usbvision->Vin_Reg2_Preset = usbvision_device_data[usbvision->DevModel].Vin_Reg2 & 0xff;
5184         } else {
5185                 usbvision->Vin_Reg2_Preset = 0;
5186         }
5187
5188         memset(&usbvision->vcap, 0, sizeof(usbvision->vcap));
5189         strcpy(usbvision->vcap.driver, "USBVision");
5190         strlcpy(usbvision->vcap.bus_info, usbvision->dev->dev.bus_id,
5191                 sizeof(usbvision->vcap.bus_info));
5192         usbvision->vcap.capabilities = V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_AUDIO | V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
5193                 (dga ? (V4L2_FBUF_CAP_LIST_CLIPPING | V4L2_CAP_VIDEO_OVERLAY) : 0) |
5194                 (usbvision->have_tuner ? V4L2_CAP_TUNER : 0);
5195         usbvision->vcap.version = USBVISION_DRIVER_VERSION;         /* version */
5196
5197         for (i = 0; i < TVNORMS; i++)
5198                 if (usbvision_device_data[model].VideoNorm == tvnorms[i].mode)
5199                         break;
5200         if (i == TVNORMS)
5201                 i = 0;
5202         usbvision->tvnorm = &tvnorms[i];        /* set default norm */
5203
5204         usbvision->video_inputs = usbvision_device_data[model].VideoChannels;
5205         usbvision->ctl_input = 0;
5206
5207         /* This should be here to make i2c clients to be able to register */
5208         usbvision_audio_off(usbvision); //first switch off audio
5209         if (!PowerOnAtOpen) {
5210                 usbvision_power_on(usbvision);  //and then power up the noisy tuner
5211                 usbvision_init_i2c(usbvision);
5212         }
5213 }
5214
5215 //
5216 // Video registration stuff
5217 //
5218
5219 // Video template
5220 static struct file_operations usbvision_fops = {
5221   #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5222         .owner             = THIS_MODULE,
5223   #endif
5224         .open           = usbvision_v4l2_open,
5225         .release        = usbvision_v4l2_close,
5226         .read           = usbvision_v4l2_read,
5227         .mmap           = usbvision_v4l2_mmap,
5228         .ioctl          = usbvision_v4l2_ioctl,
5229         .llseek         = no_llseek,
5230 };
5231 static struct video_device usbvision_video_template = {
5232   #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5233         .owner             = THIS_MODULE,
5234   #endif
5235         .type           = VID_TYPE_TUNER | VID_TYPE_CAPTURE,
5236         .hardware       = VID_HARDWARE_USBVISION,
5237         .fops           = &usbvision_fops,
5238   #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
5239         .name           = "usbvision-video",
5240         .release        = video_device_release,
5241   #endif
5242         .minor          = -1,
5243 };
5244
5245
5246 // Radio template
5247 static struct file_operations usbvision_radio_fops = {
5248   #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5249         .owner             = THIS_MODULE,
5250   #endif
5251         .open           = usbvision_radio_open,
5252         .release        = usbvision_radio_close,
5253         .ioctl          = usbvision_radio_ioctl,
5254         .llseek         = no_llseek,
5255 };
5256
5257 static struct video_device usbvision_radio_template=
5258 {
5259   #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5260         .owner             = THIS_MODULE,
5261   #endif
5262         .type           = VID_TYPE_TUNER,
5263         .hardware       = VID_HARDWARE_USBVISION,
5264         .fops           = &usbvision_radio_fops,
5265   #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
5266         .release        = video_device_release,
5267         .name           = "usbvision-radio",
5268   #endif
5269         .minor          = -1,
5270 };
5271
5272
5273 // vbi template
5274 static struct file_operations usbvision_vbi_fops = {
5275   #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5276         .owner             = THIS_MODULE,
5277   #endif
5278         .open           = usbvision_vbi_open,
5279         .release        = usbvision_vbi_close,
5280         .ioctl          = usbvision_vbi_ioctl,
5281         .llseek         = no_llseek,
5282 };
5283
5284 static struct video_device usbvision_vbi_template=
5285 {
5286   #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,31)
5287         .owner             = THIS_MODULE,
5288   #endif
5289         .type           = VID_TYPE_TUNER,
5290         .hardware       = VID_HARDWARE_USBVISION,
5291         .fops           = &usbvision_vbi_fops,
5292   #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
5293         .release        = video_device_release,
5294         .name           = "usbvision-vbi",
5295   #endif
5296         .minor          = -1,
5297 };
5298
5299
5300 static struct video_device *usbvision_vdev_init(struct usb_usbvision *usbvision,
5301                                         struct video_device *vdev_template,
5302                                         char *name)
5303 {
5304         struct usb_device *usb_dev = usbvision->dev;
5305         struct video_device *vdev;
5306
5307         if (usb_dev == NULL) {
5308                 err("%s: usbvision->dev is not set", __FUNCTION__);
5309                 return NULL;
5310         }
5311
5312         vdev = video_device_alloc();
5313         if (NULL == vdev) {
5314                 return NULL;
5315         }
5316         *vdev = *vdev_template;
5317 //      vdev->minor   = -1;
5318         vdev->dev     = &usb_dev->dev;
5319         snprintf(vdev->name, sizeof(vdev->name), "%s", name);
5320         video_set_drvdata(vdev, usbvision);
5321         return vdev;
5322 }
5323
5324 // unregister video4linux devices
5325 static void usbvision_unregister_video(struct usb_usbvision *usbvision)
5326 {
5327         // vbi Device:
5328         if (usbvision->vbi) {
5329                 PDEBUG(DBG_PROBE, "unregister /dev/vbi%d [v4l2]", usbvision->vbi->minor & 0x1f);
5330                 if (usbvision->vbi->minor != -1) {
5331                         video_unregister_device(usbvision->vbi);
5332                 }
5333                 else {
5334                         video_device_release(usbvision->vbi);
5335                 }
5336                 usbvision->vbi = NULL;
5337         }
5338
5339         // Radio Device:
5340         if (usbvision->rdev) {
5341                 PDEBUG(DBG_PROBE, "unregister /dev/radio%d [v4l2]", usbvision->rdev->minor & 0x1f);
5342                 if (usbvision->rdev->minor != -1) {
5343                         video_unregister_device(usbvision->rdev);
5344                 }
5345                 else {
5346                         video_device_release(usbvision->rdev);
5347                 }
5348                 usbvision->rdev = NULL;
5349         }
5350
5351         // Video Device:
5352         if (usbvision->vdev) {
5353                 PDEBUG(DBG_PROBE, "unregister /dev/video%d [v4l2]", usbvision->vdev->minor & 0x1f);
5354                 if (usbvision->vdev->minor != -1) {
5355                         video_unregister_device(usbvision->vdev);
5356                 }
5357                 else {
5358                         video_device_release(usbvision->vdev);
5359                 }
5360                 usbvision->vdev = NULL;
5361         }
5362 }
5363
5364 // register video4linux devices
5365 static int __devinit usbvision_register_video(struct usb_usbvision *usbvision)
5366 {
5367         // Video Device:
5368         usbvision->vdev = usbvision_vdev_init(usbvision, &usbvision_video_template, "USBVision Video");
5369         if (usbvision->vdev == NULL) {
5370                 goto err_exit;
5371         }
5372         if (video_register_device(usbvision->vdev, VFL_TYPE_GRABBER, video_nr)<0) {
5373                 goto err_exit;
5374         }
5375         info("USBVision[%d]: registered USBVision Video device /dev/video%d [v4l2]", usbvision->nr,usbvision->vdev->minor & 0x1f);
5376
5377         // Radio Device:
5378         if (usbvision_device_data[usbvision->DevModel].Radio) {
5379                 // usbvision has radio
5380                 usbvision->rdev = usbvision_vdev_init(usbvision, &usbvision_radio_template, "USBVision Radio");
5381                 if (usbvision->rdev == NULL) {
5382                         goto err_exit;
5383                 }
5384                 if (video_register_device(usbvision->rdev, VFL_TYPE_RADIO, radio_nr)<0) {
5385                         goto err_exit;
5386                 }
5387                 info("USBVision[%d]: registered USBVision Radio device /dev/radio%d [v4l2]", usbvision->nr, usbvision->rdev->minor & 0x1f);
5388         }
5389         // vbi Device:
5390         if (usbvision_device_data[usbvision->DevModel].vbi) {
5391                 usbvision->vbi = usbvision_vdev_init(usbvision, &usbvision_vbi_template, "USBVision VBI");
5392                 if (usbvision->vdev == NULL) {
5393                         goto err_exit;
5394                 }
5395                 if (video_register_device(usbvision->vbi, VFL_TYPE_VBI, vbi_nr)<0) {
5396                         goto err_exit;
5397                 }
5398                 info("USBVision[%d]: registered USBVision VBI device /dev/vbi%d [v4l2] (Not Working Yet!)", usbvision->nr,usbvision->vbi->minor & 0x1f);
5399         }
5400         // all done
5401         return 0;
5402
5403  err_exit:
5404         err("USBVision[%d]: video_register_device() failed", usbvision->nr);
5405         usbvision_unregister_video(usbvision);
5406         return -1;
5407 }
5408
5409 /*
5410  * usbvision_alloc()
5411  *
5412  * This code allocates the struct usb_usbvision. It is filled with default values.
5413  *
5414  * Returns NULL on error, a pointer to usb_usbvision else.
5415  *
5416  */
5417 static struct usb_usbvision *usbvision_alloc(struct usb_device *dev)
5418 {
5419         struct usb_usbvision *usbvision;
5420
5421         if ((usbvision = kzalloc(sizeof(struct usb_usbvision), GFP_KERNEL)) == NULL) {
5422                 goto err_exit;
5423         }
5424
5425         usbvision->dev = dev;
5426
5427         init_MUTEX(&usbvision->lock);   /* to 1 == available */
5428
5429         // prepare control urb for control messages during interrupts
5430         usbvision->ctrlUrb = usb_alloc_urb(USBVISION_URB_FRAMES, GFP_KERNEL);
5431         if (usbvision->ctrlUrb == NULL) {
5432                 goto err_exit;
5433         }
5434         init_waitqueue_head(&usbvision->ctrlUrb_wq);
5435         init_MUTEX(&usbvision->ctrlUrbLock);    /* to 1 == available */
5436
5437         init_timer(&usbvision->powerOffTimer);
5438         usbvision->powerOffTimer.data = (long) usbvision;
5439         usbvision->powerOffTimer.function = usbvision_powerOffTimer;
5440
5441         return usbvision;
5442
5443 err_exit:
5444         if (usbvision && usbvision->ctrlUrb) {
5445                 usb_free_urb(usbvision->ctrlUrb);
5446         }
5447         if (usbvision) {
5448                 kfree(usbvision);
5449         }
5450         return NULL;
5451 }
5452
5453 /*
5454  * usbvision_release()
5455  *
5456  * This code does final release of struct usb_usbvision. This happens
5457  * after the device is disconnected -and- all clients closed their files.
5458  *
5459  */
5460 static void usbvision_release(struct usb_usbvision *usbvision)
5461 {
5462         PDEBUG(DBG_PROBE, "");
5463
5464         down(&usbvision->lock);
5465
5466         if (timer_pending(&usbvision->powerOffTimer)) {
5467                 del_timer(&usbvision->powerOffTimer);
5468         }
5469
5470         usbvision->usbvision_used = 0;
5471         usbvision->initialized = 0;
5472
5473         up(&usbvision->lock);
5474
5475         usbvision_remove_sysfs(usbvision->vdev);
5476         usbvision_unregister_video(usbvision);
5477         if(dga) {
5478                 if (usbvision->overlay_base) {
5479                         iounmap(usbvision->overlay_base);
5480                 }
5481         }
5482
5483         if (usbvision->ctrlUrb) {
5484                 usb_free_urb(usbvision->ctrlUrb);
5485         }
5486
5487         kfree(usbvision);
5488
5489         PDEBUG(DBG_PROBE, "success");
5490 }
5491
5492
5493 /*
5494  * usbvision_probe()
5495  *
5496  * This procedure queries device descriptor and accepts the interface
5497  * if it looks like USBVISION video device
5498  *
5499  */
5500 static int __devinit usbvision_probe(struct usb_interface *intf, const struct usb_device_id *devid)
5501 {
5502         struct usb_device *dev = interface_to_usbdev(intf);
5503         __u8 ifnum = intf->altsetting->desc.bInterfaceNumber;
5504         const struct usb_host_interface *interface;
5505         struct usb_usbvision *usbvision = NULL;
5506         const struct usb_endpoint_descriptor *endpoint;
5507         int model;
5508
5509         PDEBUG(DBG_PROBE, "VID=%#04x, PID=%#04x, ifnum=%u",
5510                                         dev->descriptor.idVendor, dev->descriptor.idProduct, ifnum);
5511         /* Is it an USBVISION video dev? */
5512         model = 0;
5513         for(model = 0; usbvision_device_data[model].idVendor; model++) {
5514                 if (le16_to_cpu(dev->descriptor.idVendor) != usbvision_device_data[model].idVendor) {
5515                         continue;
5516                 }
5517                 if (le16_to_cpu(dev->descriptor.idProduct) != usbvision_device_data[model].idProduct) {
5518                         continue;
5519                 }
5520
5521                 info("%s: %s found", __FUNCTION__, usbvision_device_data[model].ModelString);
5522                 break;
5523         }
5524
5525         if (usbvision_device_data[model].idVendor == 0) {
5526                 return -ENODEV; //no matching device
5527         }
5528         if (usbvision_device_data[model].Interface >= 0) {
5529                 interface = &dev->actconfig->interface[usbvision_device_data[model].Interface]->altsetting[0];
5530         }
5531         else {
5532                 interface = &dev->actconfig->interface[ifnum]->altsetting[0];
5533         }
5534         endpoint = &interface->endpoint[1].desc;
5535         if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC) {
5536                 err("%s: interface %d. has non-ISO endpoint!", __FUNCTION__, ifnum);
5537                 err("%s: Endpoint attribures %d", __FUNCTION__, endpoint->bmAttributes);
5538                 return -ENODEV;
5539         }
5540         if ((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT) {
5541                 err("%s: interface %d. has ISO OUT endpoint!", __FUNCTION__, ifnum);
5542                 return -ENODEV;
5543         }
5544
5545         usb_get_dev(dev);
5546
5547         if ((usbvision = usbvision_alloc(dev)) == NULL) {
5548                 err("%s: couldn't allocate USBVision struct", __FUNCTION__);
5549                 return -ENOMEM;
5550         }
5551         if (dev->descriptor.bNumConfigurations > 1) {
5552                 usbvision->bridgeType = BRIDGE_NT1004;
5553         }
5554         else if (usbvision_device_data[model].ModelString == "Dazzle Fusion Model DVC-90 Rev 1 (SECAM)") {
5555                 usbvision->bridgeType = BRIDGE_NT1005;
5556         }
5557         else {
5558                 usbvision->bridgeType = BRIDGE_NT1003;
5559         }
5560         PDEBUG(DBG_PROBE, "bridgeType %d", usbvision->bridgeType);
5561
5562         down(&usbvision->lock);
5563
5564         usbvision->nr = usbvision_nr++;
5565
5566         usbvision->have_tuner = usbvision_device_data[model].Tuner;
5567         if (usbvision->have_tuner) {
5568                 usbvision->tuner_type = usbvision_device_data[model].TunerType;
5569         }
5570
5571         usbvision->tuner_addr = ADDR_UNSET;
5572
5573         usbvision->DevModel = model;
5574         usbvision->remove_pending = 0;
5575         usbvision->last_error = 0;
5576         usbvision->iface = ifnum;
5577         usbvision->ifaceAltInactive = 0;
5578         usbvision->ifaceAltActive = 1;
5579         usbvision->video_endp = endpoint->bEndpointAddress;
5580         usbvision->isocPacketSize = 0;
5581         usbvision->usb_bandwidth = 0;
5582         usbvision->user = 0;
5583         usbvision->streaming = Stream_Off;
5584         usbvision_register_video(usbvision);
5585         usbvision_configure_video(usbvision);
5586         up(&usbvision->lock);
5587
5588
5589         usb_set_intfdata (intf, usbvision);
5590         usbvision_create_sysfs(usbvision->vdev);
5591
5592         PDEBUG(DBG_PROBE, "success");
5593         return 0;
5594 }
5595
5596
5597 /*
5598  * usbvision_disconnect()
5599  *
5600  * This procedure stops all driver activity, deallocates interface-private
5601  * structure (pointed by 'ptr') and after that driver should be removable
5602  * with no ill consequences.
5603  *
5604  */
5605 static void __devexit usbvision_disconnect(struct usb_interface *intf)
5606 {
5607         struct usb_usbvision *usbvision = usb_get_intfdata(intf);
5608
5609         PDEBUG(DBG_PROBE, "");
5610
5611         if (usbvision == NULL) {
5612                 err("%s: usb_get_intfdata() failed", __FUNCTION__);
5613                 return;
5614         }
5615         usb_set_intfdata (intf, NULL);
5616
5617         down(&usbvision->lock);
5618
5619         // At this time we ask to cancel outstanding URBs
5620         usbvision_stop_isoc(usbvision);
5621
5622         if (usbvision->power) {
5623                 usbvision_i2c_usb_del_bus(&usbvision->i2c_adap);
5624                 usbvision_power_off(usbvision);
5625         }
5626         usbvision->remove_pending = 1;  // Now all ISO data will be ignored
5627
5628         usb_put_dev(usbvision->dev);
5629         usbvision->dev = NULL;  // USB device is no more
5630
5631         up(&usbvision->lock);
5632
5633         if (usbvision->user) {
5634                 info("%s: In use, disconnect pending", __FUNCTION__);
5635                 wake_up_interruptible(&usbvision->wait_frame);
5636                 wake_up_interruptible(&usbvision->wait_stream);
5637         }
5638         else {
5639                 usbvision_release(usbvision);
5640         }
5641
5642         PDEBUG(DBG_PROBE, "success");
5643
5644 }
5645
5646 static struct usb_driver usbvision_driver = {
5647         .name           = "usbvision",
5648         .id_table       = usbvision_table,
5649         .probe          = usbvision_probe,
5650         .disconnect     = usbvision_disconnect
5651 };
5652
5653 /*
5654  * customdevice_process()
5655  *
5656  * This procedure preprocesses CustomDevice parameter if any
5657  *
5658  */
5659 void customdevice_process(void)
5660 {
5661         usbvision_device_data[0]=usbvision_device_data[1];
5662         usbvision_table[0]=usbvision_table[1];
5663
5664         if(CustomDevice)
5665         {
5666                 char *parse=CustomDevice;
5667
5668                 PDEBUG(DBG_PROBE, "CustomDevide=%s", CustomDevice);
5669
5670                 /*format is CustomDevice="0x0573 0x4D31 0 7113 3 PAL 1 1 1 5 -1 -1 -1 -1 -1"
5671                 usbvision_device_data[0].idVendor;
5672                 usbvision_device_data[0].idProduct;
5673                 usbvision_device_data[0].Interface;
5674                 usbvision_device_data[0].Codec;
5675                 usbvision_device_data[0].VideoChannels;
5676                 usbvision_device_data[0].VideoNorm;
5677                 usbvision_device_data[0].AudioChannels;
5678                 usbvision_device_data[0].Radio;
5679                 usbvision_device_data[0].Tuner;
5680                 usbvision_device_data[0].TunerType;
5681                 usbvision_device_data[0].Vin_Reg1;
5682                 usbvision_device_data[0].Vin_Reg2;
5683                 usbvision_device_data[0].X_Offset;
5684                 usbvision_device_data[0].Y_Offset;
5685                 usbvision_device_data[0].Dvi_yuv;
5686                 usbvision_device_data[0].ModelString;
5687                 */
5688
5689                 rmspace(parse);
5690                 usbvision_device_data[0].ModelString="USBVISION Custom Device";
5691
5692                 parse+=2;
5693                 sscanf(parse,"%x",&usbvision_device_data[0].idVendor);
5694                 goto2next(parse);
5695                 PDEBUG(DBG_PROBE, "idVendor=0x%.4X", usbvision_device_data[0].idVendor);
5696                 parse+=2;
5697                 sscanf(parse,"%x",&usbvision_device_data[0].idProduct);
5698                 goto2next(parse);
5699                 PDEBUG(DBG_PROBE, "idProduct=0x%.4X", usbvision_device_data[0].idProduct);
5700                 sscanf(parse,"%d",&usbvision_device_data[0].Interface);
5701                 goto2next(parse);
5702                 PDEBUG(DBG_PROBE, "Interface=%d", usbvision_device_data[0].Interface);
5703                 sscanf(parse,"%d",&usbvision_device_data[0].Codec);
5704                 goto2next(parse);
5705                 PDEBUG(DBG_PROBE, "Codec=%d", usbvision_device_data[0].Codec);
5706                 sscanf(parse,"%d",&usbvision_device_data[0].VideoChannels);
5707                 goto2next(parse);
5708                 PDEBUG(DBG_PROBE, "VideoChannels=%d", usbvision_device_data[0].VideoChannels);
5709
5710                 switch(*parse)
5711                 {
5712                         case 'P':
5713                                 PDEBUG(DBG_PROBE, "VideoNorm=PAL");
5714                                 usbvision_device_data[0].VideoNorm=VIDEO_MODE_PAL;
5715                                 break;
5716
5717                         case 'S':
5718                                 PDEBUG(DBG_PROBE, "VideoNorm=SECAM");
5719                                 usbvision_device_data[0].VideoNorm=VIDEO_MODE_SECAM;
5720                                 break;
5721
5722                         case 'N':
5723                                 PDEBUG(DBG_PROBE, "VideoNorm=NTSC");
5724                                 usbvision_device_data[0].VideoNorm=VIDEO_MODE_NTSC;
5725                                 break;
5726
5727                         default:
5728                                 PDEBUG(DBG_PROBE, "VideoNorm=PAL (by default)");
5729                                 usbvision_device_data[0].VideoNorm=VIDEO_MODE_PAL;
5730                                 break;
5731                 }
5732                 goto2next(parse);
5733
5734                 sscanf(parse,"%d",&usbvision_device_data[0].AudioChannels);
5735                 goto2next(parse);
5736                 PDEBUG(DBG_PROBE, "AudioChannels=%d", usbvision_device_data[0].AudioChannels);
5737                 sscanf(parse,"%d",&usbvision_device_data[0].Radio);
5738                 goto2next(parse);
5739                 PDEBUG(DBG_PROBE, "Radio=%d", usbvision_device_data[0].Radio);
5740                 sscanf(parse,"%d",&usbvision_device_data[0].Tuner);
5741                 goto2next(parse);
5742                 PDEBUG(DBG_PROBE, "Tuner=%d", usbvision_device_data[0].Tuner);
5743                 sscanf(parse,"%d",&usbvision_device_data[0].TunerType);
5744                 goto2next(parse);
5745                 PDEBUG(DBG_PROBE, "TunerType=%d", usbvision_device_data[0].TunerType);
5746                 sscanf(parse,"%d",&usbvision_device_data[0].Vin_Reg1);
5747                 goto2next(parse);
5748                 PDEBUG(DBG_PROBE, "Vin_Reg1=%d", usbvision_device_data[0].Vin_Reg1);
5749                 sscanf(parse,"%d",&usbvision_device_data[0].Vin_Reg2);
5750                 goto2next(parse);
5751                 PDEBUG(DBG_PROBE, "Vin_Reg2=%d", usbvision_device_data[0].Vin_Reg2);
5752                 sscanf(parse,"%d",&usbvision_device_data[0].X_Offset);
5753                 goto2next(parse);
5754                 PDEBUG(DBG_PROBE, "X_Offset=%d", usbvision_device_data[0].X_Offset);
5755                 sscanf(parse,"%d",&usbvision_device_data[0].Y_Offset);
5756                 goto2next(parse);
5757                 PDEBUG(DBG_PROBE, "Y_Offset=%d", usbvision_device_data[0].Y_Offset);
5758                 sscanf(parse,"%d",&usbvision_device_data[0].Dvi_yuv);
5759                 PDEBUG(DBG_PROBE, "Dvi_yuv=%d", usbvision_device_data[0].Dvi_yuv);
5760
5761                 //add to usbvision_table also
5762                 usbvision_table[0].match_flags=USB_DEVICE_ID_MATCH_DEVICE;
5763                 usbvision_table[0].idVendor=usbvision_device_data[0].idVendor;
5764                 usbvision_table[0].idProduct=usbvision_device_data[0].idProduct;
5765
5766         }
5767 }
5768
5769
5770
5771 /*
5772  * usbvision_init()
5773  *
5774  * This code is run to initialize the driver.
5775  *
5776  */
5777 static int __init usbvision_init(void)
5778 {
5779         int errCode;
5780
5781         PDEBUG(DBG_PROBE, "");
5782
5783         PDEBUG(DBG_IOCTL, "IOCTL   debugging is enabled");
5784         PDEBUG(DBG_IO,  "IO      debugging is enabled");
5785         PDEBUG(DBG_RIO,  "RIO     debugging is enabled");
5786         PDEBUG(DBG_HEADER, "HEADER  debugging is enabled");
5787         PDEBUG(DBG_PROBE, "PROBE   debugging is enabled");
5788         PDEBUG(DBG_IRQ,  "IRQ     debugging is enabled");
5789         PDEBUG(DBG_ISOC, "ISOC    debugging is enabled");
5790         PDEBUG(DBG_PARSE, "PARSE   debugging is enabled");
5791         PDEBUG(DBG_SCRATCH, "SCRATCH debugging is enabled");
5792         PDEBUG(DBG_FUNC, "FUNC    debugging is enabled");
5793         PDEBUG(DBG_I2C,  "I2C     debugging is enabled");
5794
5795         /* disable planar mode support unless compression enabled */
5796         if (isocMode != ISOC_MODE_COMPRESS ) {
5797                 // FIXME : not the right way to set supported flag
5798                 usbvision_v4l2_format[6].supported = 0; // V4L2_PIX_FMT_YVU420
5799                 usbvision_v4l2_format[7].supported = 0; // V4L2_PIX_FMT_YUV422P
5800         }
5801
5802         customdevice_process();
5803
5804         errCode = usb_register(&usbvision_driver);
5805
5806         if (errCode == 0) {
5807                 info(DRIVER_DESC " : " DRIVER_VERSION);
5808                 PDEBUG(DBG_PROBE, "success");
5809         }
5810         return errCode;
5811 }
5812
5813 static void __exit usbvision_exit(void)
5814 {
5815  PDEBUG(DBG_PROBE, "");
5816
5817  usb_deregister(&usbvision_driver);
5818  PDEBUG(DBG_PROBE, "success");
5819 }
5820
5821 module_init(usbvision_init);
5822 module_exit(usbvision_exit);
5823
5824 /*
5825  * Overrides for Emacs so that we follow Linus's tabbing style.
5826  * ---------------------------------------------------------------------------
5827  * Local variables:
5828  * c-basic-offset: 8
5829  * End:
5830  */