[libusb] CP500 is supported now.

This commit is contained in:
Solomon Peachy 2012-11-21 10:59:31 -05:00
parent c99a54af41
commit 2331c7b347
3 changed files with 7 additions and 7 deletions

View file

@ -16,16 +16,16 @@
Verified supported printers:
ES1, ES2, ES30, CP-200, CP-300, CP-330, CP400, CP510, CP710, CP720,
CP730, CP740, CP750, CP760, CP770, CP780, CP800, CP900
ES1, ES2, ES30, CP-200, CP-300, CP-330, CP400, CP500, CP510, CP710,
CP720, CP730, CP740, CP750, CP760, CP770, CP780, CP800, CP900
Unverified/untested, but should work:
ES20, ES3, CP-10, CP-100, CP-220, CP500, CP520, CP530, CP600, CP810
ES20, ES3, CP-10, CP-100, CP-220, CP520, CP530, CP600, CP810
NOT currently supported by libusb backend: (USB PIDs unknown)
ES3, CP500, CP520, CP530, CP790
ES3, CP520, CP530, CP790
NOT currently supported: (Readback codes needed)
@ -218,7 +218,7 @@
Selphy CP-series (except for CP790):
This is known to apply to:
CP-200, CP-300, CP-330, CP400, CP510, CP710, CP720, CP730,
CP-200, CP-300, CP-330, CP400, CP500, CP510, CP710, CP720, CP730,
CP740, CP750, CP760, CP770, CP780, CP800, CP900
Init func: 40 00 00 [pgcode] 00 00 00 00 00 00 00 00

View file

@ -56,7 +56,7 @@
#define USB_PID_CANON_CP300 0x307D
#define USB_PID_CANON_CP330 0x30BE
#define USB_PID_CANON_CP400 0x30F6
#define USB_PID_CANON_CP500 500 // XXX 30f5? 30f7? (related to cp400?) - incoming G
#define USB_PID_CANON_CP500 0x30F5
#define USB_PID_CANON_CP510 0x3128
#define USB_PID_CANON_CP520 520 // XXX 316f? 3172? (related to cp740/cp750)
#define USB_PID_CANON_CP530 530 // XXX

View file

@ -25,7 +25,7 @@
*
*/
#define VERSION "0.36"
#define VERSION "0.37"
#define DEBUG( ... ) fprintf(stderr, "DEBUG: " __VA_ARGS__ )
#define ERROR( ... ) fprintf(stderr, "ERROR: " __VA_ARGS__ )