diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2004-01-04 20:16:14 +0000 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2004-01-04 20:16:14 +0000 |
commit | 2d1181cc0ce9421837da686107a8c3c516a92576 (patch) | |
tree | 15b9a4c5c52aadd4c06d7d3acb83e783cd31bb58 /camlibs/polaroid/pdc640.c | |
parent | 887652b59160981a1d27f1ebdc8ba8ca798f4d0e (diff) | |
download | libgphoto2-2d1181cc0ce9421837da686107a8c3c516a92576.tar.gz |
* pdc640.c: Use different names for Skanhex SX-35, or
the lower level gets confused.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6960 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/polaroid/pdc640.c')
-rw-r--r-- | camlibs/polaroid/pdc640.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/camlibs/polaroid/pdc640.c b/camlibs/polaroid/pdc640.c index 6ab260fd9..8d649a2b1 100644 --- a/camlibs/polaroid/pdc640.c +++ b/camlibs/polaroid/pdc640.c @@ -109,28 +109,28 @@ static struct { "jd350v%04i.ppm" } }, - {"ScanHex SX-35", 0x797, 0x8901, { + {"ScanHex SX-35a", 0x797, 0x8901, { jd350e, BAYER_TILE_BGGR, &jd350e_postprocessing, "jd350v%04i.ppm" } }, - {"ScanHex SX-35", 0x797, 0x8909, { + {"ScanHex SX-35b", 0x797, 0x8909, { jd350e, BAYER_TILE_BGGR, &jd350e_postprocessing, "jd350v%04i.ppm" } }, - {"ScanHex SX-35", 0x797, 0x8911, { + {"ScanHex SX-35c", 0x797, 0x8911, { jd350e, BAYER_TILE_BGGR, &jd350e_postprocessing, "jd350v%04i.ppm" } }, - {"ScanHex SX-35", 0x84d, 0x1001, { + {"ScanHex SX-35d", 0x84d, 0x1001, { jd350e, BAYER_TILE_BGGR, &jd350e_postprocessing, |