
Version 0.1  14 December 2004
   Driver seem to work... Tested with both Fedora Core 1 & 3.
   Only tested with 324x248 resolution so far.
   Auto-exposure added. (Some tuning could be done though. Don't know
      how good qc-usb is with other cameras)
   One USB-packet is unknown ($42FF) and cause usb-errors and a lost frame.

Version 0.2  16 December 2004
   160x120, 240x160, 320x240 seem to work now.
   Don't know if 640x480 is unavailable in bayes format. It may be sent
      interlaced or something?
   Cleaned up in init-code.
   Found settings for shutter control, and have tried to make adaptive
      changes to it. Need some tuning, but is enabled by default.

Version 0.3  17 December 2004
   Updated the resolutions and tested 162x124, 162x248, 324x124, 324x248.
   testquickcam modified a bit to test all resolutions. It can save
     the picture to a ppm-file (hardcoded pic.ppm) right now.
     ./testquickcam /dev/video0 -m -1
     ppmquant 256 pic.ppm | ppmtogif > pic.gif
   Modified the detection code to find newer cameras too. (0x046D, 0x08xx)
     0x046D, 0x08F0 (first version)
     0x046D, 0x08F5 (newer version) (Haven't tried this yet)

