diff options
-rw-r--r-- | camlibs/sierra/sierra.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camlibs/sierra/sierra.c b/camlibs/sierra/sierra.c index 6d595e102..79a93eeae 100644 --- a/camlibs/sierra/sierra.c +++ b/camlibs/sierra/sierra.c @@ -121,6 +121,9 @@ static struct { {"Nikon", "CoolPix 4300 (Sierra Mode)", SIERRA_MODEL_CAM_DESC, 0x04b0, 0x010e, SIERRA_WRAP_USB_NIKON | SIERRA_NO_51, &cp4300_cam_desc}, + {"Nikon", "CoolPix 4100 (Sierra Mode)", SIERRA_MODEL_CAM_DESC, 0x04b0, 0x012c, + SIERRA_WRAP_USB_NIKON | SIERRA_NO_51, + &cp4300_cam_desc}, {"Nikon", "CoolPix 3500 (Sierra Mode)", SIERRA_MODEL_CAM_DESC, 0x04b0, 0x0110, SIERRA_WRAP_USB_NIKON | SIERRA_NO_51, &cp880_cam_desc}, |