canonselphy: Add USB ID for SELPHY CP790

This commit is contained in:
Solomon Peachy 2014-01-27 14:09:23 -05:00
parent a1d5111048
commit acd4eea41d
1 changed files with 8 additions and 8 deletions

View File

@ -653,7 +653,7 @@ top:
#define USB_PID_CANON_CP760 0x31AB
#define USB_PID_CANON_CP770 0x31AA
#define USB_PID_CANON_CP780 0x31DD
#define USB_PID_CANON_CP790 790 // XXX 31ed? 31ef? (related to es40)
#define USB_PID_CANON_CP790 0x31E7
#define USB_PID_CANON_CP800 0x3214
#define USB_PID_CANON_CP810 0x3256
#define USB_PID_CANON_CP900 0x3255
@ -666,7 +666,7 @@ top:
struct dyesub_backend canonselphy_backend = {
.name = "Canon SELPHY CP/ES",
.version = "0.66",
.version = "0.67",
.multipage_capable = 1,
.uri_prefix = "canonselphy",
.init = canonselphy_init,