• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

ChangeLogH A D05-Feb-2019517 1710

Makefile-filesH A D05-Feb-2019500 1410

README.panasonic-coolshotH A D05-Feb-2019637 2215

coolshot.cH A D30-Jul-20208.1 KiB312202

library.cH A D03-May-202215.4 KiB746480

library.hH A D05-Feb-20192.1 KiB368

README.panasonic-coolshot

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