summaryrefslogtreecommitdiff
path: root/camlibs/digita
diff options
context:
space:
mode:
authorJohannes Erdfelt <johannes@erdfelt.com>2002-02-01 22:43:39 +0000
committerJohannes Erdfelt <johannes@erdfelt.com>2002-02-01 22:43:39 +0000
commit1010b610d779883935ded90903be4b20396fe84b (patch)
treeb2177acd0c00857535aabe87e082c9078228a896 /camlibs/digita
parent462f837d3bb37388c37c797ab4299ecbd4470a75 (diff)
downloadlibgphoto2-1010b610d779883935ded90903be4b20396fe84b.tar.gz
Adjust camera model name since 3 cameras use the same model number it appears
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4057 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/digita')
-rw-r--r--camlibs/digita/digita.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/digita/digita.c b/camlibs/digita/digita.c
index b275cd281..4b45ed709 100644
--- a/camlibs/digita/digita.c
+++ b/camlibs/digita/digita.c
@@ -71,7 +71,7 @@ static struct {
{"Kodak DC260", 0x040A, 0x0110 },
{"Kodak DC265", 0x040A, 0x0111 },
{"Kodak DC290", 0x040A, 0x0112 },
- {"HP PhotoSmart 618", 0x03F0, 0x4102 },
+ {"HP PhotoSmart C500/618/912", 0x03F0, 0x4102 },
};
int camera_abilities(CameraAbilitiesList *list)