From 0893dc530f49a91fc1510c08344f6b16871dfd4c Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Mon, 16 Dec 2013 19:24:25 +0100 Subject: [PATCH] enable button support for MX920 --- 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 6395e7813..1a09b820a 100644 --- a/backend/pixma_mp150.c +++ b/backend/pixma_mp150.c @@ -940,7 +940,8 @@ handle_interrupt (pixma_t * s, int timeout) * rr: scan resolution * poll event with 'scanimage -A' */ if (s->cfg->pid == MG6200_PID - || s->cfg->pid == MG6300_PID) + || s->cfg->pid == MG6300_PID + || s->cfg->pid == MX920_PID) /* button no. in buf[7] * size in buf[10] 01=A4; 02=Letter; 08=10x15; 09=13x18; 0b=auto * format in buf[11] 01=JPEG; 02=TIFF; 03=PDF; 04=Kompakt-PDF