selphyneo: Add in the USB ID for the SELPHY CP820

This commit is contained in:
Solomon Peachy 2017-03-26 23:15:35 -04:00
parent 921a4f8a53
commit e76de18fc7
3 changed files with 7 additions and 9 deletions

7
README
View File

@ -52,7 +52,6 @@
Work-in-progress Printers:
Canon SELPHY CP820
Citizen CW-02 and CX2
DNP DS80DX
Fujifilm ASK-300
@ -230,11 +229,7 @@
Untested, but expected to work:
CP910
Unknown VID/PIDs, but should work:
CP820
CP820, CP910
Valid commands:

View File

@ -41,7 +41,7 @@
/* Exported */
#define USB_VID_CANON 0x04a9
#define USB_PID_CANON_CP820 XXX
#define USB_PID_CANON_CP820 0x327b
#define USB_PID_CANON_CP910 0x327a
#define USB_PID_CANON_CP1000 0x32ae
#define USB_PID_CANON_CP1200 0x32b1
@ -388,7 +388,7 @@ static void selphyneo_cmdline(void)
struct dyesub_backend canonselphyneo_backend = {
.name = "Canon SELPHY CPneo",
.version = "0.06",
.version = "0.07",
.uri_prefix = "canonselphyneo",
.cmdline_usage = selphyneo_cmdline,
.cmdline_arg = selphyneo_cmdline_arg,
@ -398,7 +398,7 @@ struct dyesub_backend canonselphyneo_backend = {
.read_parse = selphyneo_read_parse,
.main_loop = selphyneo_main_loop,
.devices = {
// { USB_VID_CANON, USB_PID_CANON_CP820, P_CP910, ""},
{ USB_VID_CANON, USB_PID_CANON_CP820, P_CP910, ""},
{ USB_VID_CANON, USB_PID_CANON_CP910, P_CP910, ""},
{ USB_VID_CANON, USB_PID_CANON_CP1000, P_CP910, ""},
{ USB_VID_CANON, USB_PID_CANON_CP1200, P_CP910, ""},

View File

@ -75,6 +75,9 @@
# Canon SELPHY CP810
0x04a9 0x3256 blacklist
# Canon SELPHY CP820
0x04a9 0x327b blacklist
# Canon SELPHY CP900
0x04a9 0x3255 blacklist