2002-02-21  Lutz Mller <lutz@users.sourceforge.net>

	* sierra.c: Olympus C-860L has been reported to work with this driver,
	  too.

2002-02-19  Lutz Mller <lutz@users.sourceforge.net>

	* library.c (sierra_list_files): No need to set the int register,
	  (sierra_get_string_register) will do that for us.

2002-02-18  Lutz Mller <lutz@users.sourceforge.net>

	Per Gilles Grandou's <gilles@grandou.net> request:

	* #undef HAVE_EXIF

2002-02-18  Lutz Mller <lutz@users.sourceforge.net>

	Reported by Patrick Mansfield <patman@aracnet.com>:

	* library.c (sierra_read_packet): At least Nikon CoolPix 880 sets 
	  the checksum always to 0xffff (?!?).

2002-02-11  Lutz Mller <lutz@users.sourceforge.net>

	* Makefile.am: As long as there is EXIF code in here, add
	  EXIF_[CFLAGS,LIBS]. However, there shouldn't be any EXIF code here,
	  it should all be done by the CameraFilesystem...
	* library.c (sierra_list_files): Some cameras don't support filenames.
	  We are now that good in catching errors that we needed to adjust
	  the check here.
	* sierra.c: Remove wrong use of CHECK

2002-02-11  Gilles Grandou <gilles@grandou.net>

	* sierra.c: added EXIF support.

2002-02-08  Lutz Mller <lutz@users.sourceforge.net>

	* library.c (sierra_read_packet): Improve debugging output by
	  reading several bytes at once. Should make transmission faster,
	  too.

2002-02-06  Lutz Mller <lutz@users.sourceforge.net>

	* sierra.[c,h]: Lots of additional debugging output.

2002-02-06  Lutz Mller <lutz@users.sourceforge.net>

	* sierra.c (sierra_read_packet_wait): {int res=(res);... 
	  just cannot work. Read the macro definitions...

2002-02-05  Lutz Mller <lutz@users.sourceforge.net>

	* sierra.c (camera_init): Pass NULL as context, because we will
	  ignore those error messages and are just probing for the level of
	  support for filenames or folders.

2002-02-05  Lutz Mller <lutz@users.sourceforge.net>

	* library.c (sierra_read_packet): TYPE_COMMAND is a multi-byte
	  packet, too, according to protocol.htm (see photopc).

2002-02-05  Lutz Mller <lutz@users.sourceforge.net>

	* library.c (sierra_list_files): For cameras that don't support
	  filenames, it is useless to try to get a filename for each 
	  file. Just try on the first one. If this fails, come up with 
	  dummy filenames for each file.

2002-02-05  Lutz Mller <lutz@users.sourceforge.net>

	* library.c (sierra_read_packet): Hopefully this fixes problems
	  with serial cameras: TYPE_DATA[_END] identifies packets of more
	  than one byte.

2002-01-29  Lutz Mller <lutz@users.sourceforge.net>

	* library.c: Cleanup.

2002-01-27  Lutz Mller <lutz@users.sourceforge.net>

	* sierra.c: %s/== GP_OK/>= 0. Fixes camera_config (for example).

2002-01-22  Lutz Mller <lutz@users.sourceforge.net>

	William Bader <william@nscs.fast.net> reported (partial) success
	with his Polaroid PDC2300Z.

	* sierra.c: New model.
	* library.c: Clean-up.

2002-01-22  Lutz Mller <lutz@users.sourceforge.net>

	William Bader <william@nscs.fast.net> reported (partial) success
	with his Polaroid PDC2300Z.

	* sierra.c: New model.

2002-01-19  Lutz Mller <lutz@users.sourceforge.net>

	* library.c: I messed up the logic: TYPE_DATA and TYPE_DATA_END 
	  are _not_ single byte packets.

2002-01-17  Lutz Mller <lutz@users.sourceforge.net>

	* library.c: Improved debugging messages. I hope I didn't break
	  the logic...

2002-01-16  Lutz Mller <lutz@users.sourceforge.net>

	* library.c: Additional debugging messages.

2002-01-13  Lutz Mller <urc8@rz.uni-karlsruhe.de>

	* *.[c,h]: Remove references to gp_camera_set_error.

2002-01-09  Dan Fandrich <dan@coneharvesters.com>

	* sierra-usbwrap.c: Fixed a pointer arithmetic portability issue.

2001-12-01  Lutz Mller <urc8@rz.uni-karlsruhe.de>

	Suggestion from Stefan Hhne <s_hoehne@informatik.uni-kl.de>:

	* library.c: Check for filename == "        ". It seems his 
	  camera doesn't support filenames.
	* sierra.c: Add "Olympus C-2500L".
