zr364xx for Linux : changelog
Change log file for
zr364xx
- version 0.71 (2007-02-11)
- reformat code to be more compatible with Linux kernel coding style
- fix headers for 2.6.18 kernel and greater
- support of DXG Technology Fashion Cam (tested by yortx)
- support of Genius G-Shot D211 (tested by José Antonio Villar Álvarez)
- replace rvmalloc()/rvfree() by vmalloc_32()/vfree()
- use vm_insert_page()
- put struct video_device in file->private_data instead of struct zoran
- better management of camera disconnection to avoid crashes
- removed internal jpeg buffer so the driver takes less memory
- should not crash anymore in 640x480 mode due to memory overflows
- version 0.70 (2006-10-08)
- /!\ switch to V4L2 API : driver is now only compatible with V4L2 and 2.6.x kernels /!\
- /!\ for compatibility with older kernels, please use old versions (not maintained) /!\
- fix compatiblity for 2.6.18 kernel and greater
- removed JPEG decoder since it is not needed anymore
- removed gadget options (osd, software brightness/contrast)
- added some delay during open/close sequences to avoid webcam hardware crash
- enabled 640x480 mode for webcams using method 2
- code cleanup (driver is really smaller than before)
- version 0.64 (2006-07-17)
- fix compatibility for 2.6.17 kernel and greater (patches by Stephane and Andrea Amerini)
- version 0.63 (2006-04-18)
- support of Pentax Optio 50L (my new camera ;) - Antoine Jacquet)
- fix compatibility for 2.6.16 kernel and greater
- version 0.62 (2006-01-12)
- support of Packard Bell DSC-300 (reported by Vittorio D'Argenio)
- support of Trust Powerc@m 750 (reported by Andrea Amerini)
- fixed support for Aiptek PocketDV 5700 using new method (tested by Hámorszky Balázs)
- version 0.61 (2005-08-30)
- support of Creative PC-CAM 850 (contributed by Ace)
- support of Firstline FDC 2000 (tested by Fred)
- support of Traveler Slimline X5 (contributed by Leondios Kratzwald)
- removed some compilation warnings
- added number of the message when init sequence fails
- version 0.60 (2005-05-22)
- fixed Aiptek PocketDV 5700 vendor/product ids
- support of Chiphead Megapix V12 with new kind of chipset (thank you "cow")
- support of Konica Revio 2 (contributed by Heiko Recktenwald)
- version 0.57 (2005-03-29)
- support of Mustek MDC 3000 (tested by Simon and Michal)
- support of Digitrex DSC 1300
- support of Aiptek PocketDV 5700 (reported by Michel Xhaard)
- version 0.56 (2005-02-21)
- support of Concord Eye-Q Duo 2000 (tested by John Cirillo)
- support of Fujifilm EX-10 (tested by Nicola)
- support of Genius Digital Camera
- removed warning for deprecated function "remap_page_range" on kernels 2.6.10 and more
- removed module options "vendor" and "product" since these do not work on 2.6 kernels
- version 0.55 (2004-11-07)
- support of Praktica DCZ 1.3 S with same vendor/product ids as Aiptek Fidelity 3200
- support of Concord EyeQ Go Wireless (tested by Thilo Fischer)
- support of CRS Electronic 3.3 Digital Camera (tested by Nadav Kavalerchik)
- fixed a division in the JPEG decoder (thank you Michel Xhaard)
- version 0.54 (2004-09-21)
- support of Concord Eye-Q Duo 1300 (also known as Ricoh RDC-6000)
- version 0.53 (2004-08-31)
- support of Praktica Exakta DC 2200 (tested by Piotr Matusewicz)
- compatibility with spcaview from the spca5xx project (thank you Michel Xhaard)
- fixed missing release callback warning
- version 0.52 (2004-06-14)
- support of Polaroid iON 230 (tested by Ralph Schaffner)
- support of Maxell Maxcam PRO DV3 with same vendor/product ids as Aiptek PocketDV 3300
- version 0.51 (2004-06-03)
- support of Aiptek Fidelity 3200 (tested by Peter Mare)
- version 0.5 (2004-04-26)
- hardware brightness option
- buggy frames are now skipped
- applications can now get internal JPEG data (VIDEO_PALETTE_JPEG)
- fixed internal buffer allocation
- version 0.4 (2004-03-14)
- support of 2.6.x kernels
- OSD fixed to work with any resolution
- version 0.3 (2004-03-02)
- support of Creative PC-CAM 880 USB (tested by Harmen van der Wal)
- options to set custom vendor/product ids
- changed name of the project to the chipset name
- support of others resolutions like in dv3300grab
- properly close the camera when capture is off
- double buffering for applications needing it
- version 0.2 (2004-02-17)
- color support !
- better compatibility with the video4linux API...
- version 0.1 (2004-02-01)