1Panasonic KXL-600A and KXL-601A a.k.a. "Coolshot"
2
3This driver is based upon protocol reverse-engineered
4using ComLite32 under Windows 95.
5
6For questions/comments, email the library author:
7
8	Chris Pinkham
9	cpinkham@infi.net
10
11
12TODO List
13---------
14- file upload capability
15- better error checking ("fixme"s) & recovery
16- modify coolshot_file_count to return GP_ code and take *count as argument
17	Comment by Lutz <lutz@users.sf.net>: Why? Throughout libgphoto2,
18	we say that negative return values are errors. That is, we do
19	CHECK_RESULT (pic_num = count_pictures (camera)); everywhere and let
20	CHECK_RESULT test for a return value < 0.
21
22