Remove generated files
[framework/connectivity/libgphoto2.git] / camlibs / spca50x / ChangeLog
1 2004-10-28  Hubert Figuiere  <hfiguiere@teaser.fr>
2
3         * library.c (camera_init): Fix build for gcc 2.95
4         (bug #105586)
5
6 2004-02-22 Till Adam  <till@adam-lilienthal.de>
7   * add support for Dakota disposable cameras. This is the 
8     work of John Maushammer <gphoto2@maushammer.com>
9
10 2004-02-22 Till Adam  <till@adam-lilienthal.de>
11   * add support for Pencams without flash via a special camera
12     model. --camera "Pencam without flash" works for those cams
13     which fail upon autodetection as regular pencams.  
14     Thanks to John Feuerstein <bizkit@baze.de> for helping with
15     that.
16
17 2004-01-17 Till Adam  <till@adam-lilienthal.de>
18   * fix brokeness for pencams which don't react well to the reset
19     command needed for other firmware one cams. Thanks to 
20     Norbert Möndjen <Norbert.Moendjen@t-online.de> and 
21     Walt Boring <waboring@3gstech.com> for figuring that out
22     and helping debug it.
23
24 2003-06-04  Till Adam  <till@adam-lilienthal.de>
25   * add support for spca500 based cams with flash storage, courtesy
26     of Ian MacArthur <ian@imm.uklinux.net>
27
28 2003-06-04  Till Adam  <till@adam-lilienthal.de>
29   * use ids to detect the model instead of strcmp which fails
30     after the : change
31   * move jpeg function into spca50x.c|h
32   * return mtime in the info func to save thumbnail uploads
33
34 2003-05-17  Till Adam  <till@adam-lilienthal.de>
35   * fix crash in thumbnail generation due to brainfart on my part.
36     Thanks to Hartmut Henkel <hartmut_henkel@gmx.de> for the help.
37
38 2003-02-22  Till Adam  <till@adam-lilienthal.de>
39   * merge of the gsmart, spca504_flash and benq camlibs into this one