From ddccf956b44509fc21cdcd4c52b6750e2ddab37a Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Wed, 26 Apr 2017 11:02:46 +0200 Subject: [PATCH] pixma_mp150: MG5400 Series has button scan support --- backend/pixma_mp150.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/pixma_mp150.c b/backend/pixma_mp150.c index 05e5cc0ce..6252d9465 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -959,7 +959,8 @@ handle_interrupt (pixma_t * s, int timeout) * tt: target * rr: scan resolution * poll event with 'scanimage -A' */ - if (s->cfg->pid == MG6200_PID + if (s->cfg->pid == MG5400_PID + || s->cfg->pid == MG6200_PID || s->cfg->pid == MG6300_PID || s->cfg->pid == MX520_PID || s->cfg->pid == MX720_PID