From 6352b00d6c7411d263e08e5f4e3798b8a2a7939c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Wacha?= Date: Wed, 21 Dec 2022 17:12:42 +0100 Subject: [PATCH] Made scan buttons work for Canon Pixma MG5700 --- backend/pixma/pixma_mp150.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pixma/pixma_mp150.c b/backend/pixma/pixma_mp150.c index 2305e9d90..171eccf6d 100644 --- a/backend/pixma/pixma_mp150.c +++ b/backend/pixma/pixma_mp150.c @@ -950,6 +950,7 @@ handle_interrupt (pixma_t * s, int timeout) * poll event with 'scanimage -A' */ if (s->cfg->pid == MG5300_PID || s->cfg->pid == MG5400_PID + || s->cfg->pid == MG5700_PID || s->cfg->pid == MG6200_PID || s->cfg->pid == MG6300_PID || s->cfg->pid == MX340_PID