summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2008-03-02 20:41:25 +0000
committerMarcus Meissner <marcus@jet.franken.de>2008-03-02 20:41:25 +0000
commitcc57a597cc398c2d582ed1ec77fbd87717b47b94 (patch)
tree1895e9a5e4edd93782cf3f0bbff86c910612c8a7 /packaging
parent91aa2d353d3d2fc9de8c31a78df344ccd43ea8a2 (diff)
downloadlibgphoto2-cc57a597cc398c2d582ed1ec77fbd87717b47b94.tar.gz
added another olympus ID
https://sourceforge.net/tracker/index.php?func=detail&aid=1886330&group_id=8874&atid=308874 git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10975 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'packaging')
-rw-r--r--packaging/generic/print-camera-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/generic/print-camera-list.c b/packaging/generic/print-camera-list.c
index c549987ed..25a4709ec 100644
--- a/packaging/generic/print-camera-list.c
+++ b/packaging/generic/print-camera-list.c
@@ -821,7 +821,7 @@ fdi_camera_func (const func_params_t *params,
*d = '\0';
if ((a->port & GP_PORT_USB)) {
- if (a->usb_vendor == 0x07b4 && a->usb_product == 0x105) {
+ if (a->usb_vendor == 0x07b4 && (a->usb_product == 0x105 || a->usb_product == 0x109) ) {
/* Marcus says: The Olympus Sierra/Storage dual mode camera firmware.
* Some HAL using software gets deeply confused by this being here
* and also detected as mass storage elsewhere, so blacklist
@@ -941,7 +941,7 @@ fdi_device_camera_func (const func_params_t *params,
if ((a->port & GP_PORT_USB)) {
- if (a->usb_vendor == 0x07b4 && a->usb_product == 0x105) {
+ if (a->usb_vendor == 0x07b4 && (a->usb_product == 0x105 || a->usb_product == 0x109)) {
/* Marcus says: The Olympus Sierra/Storage dual mode camera firmware.
* Some HAL using software gets deeply confused by this being here
* and also detected as mass storage elsewhere, so blacklist