From b86b62311f3fc62775f44db8b39cc8b7e788c4b6 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 5 Nov 2012 21:07:35 -0500 Subject: [PATCH] [misc] Update comments. --- es_print_libusb.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/es_print_libusb.c b/es_print_libusb.c index e8f5681..d1546ca 100644 --- a/es_print_libusb.c +++ b/es_print_libusb.c @@ -50,7 +50,7 @@ #define USB_PID_CANON_ES40 0x31EE #define USB_PID_CANON_CP10 0x304A #define USB_PID_CANON_CP100 0x3063 -#define USB_PID_CANON_CP200 200 // XXX - maybe incoming +#define USB_PID_CANON_CP200 200 // XXX #define USB_PID_CANON_CP220 0x30BD #define USB_PID_CANON_CP300 0x307D #define USB_PID_CANON_CP330 0x30BE // - incoming @@ -66,7 +66,7 @@ #define USB_PID_CANON_CP740 0x3171 #define USB_PID_CANON_CP750 750 // XXX #define USB_PID_CANON_CP760 0x31AB -#define USB_PID_CANON_CP770 770 // XXX - maybe incoming +#define USB_PID_CANON_CP770 770 // XXX - incoming #define USB_PID_CANON_CP780 780 // XXX - incoming #define USB_PID_CANON_CP790 790 // XXX #define USB_PID_CANON_CP800 0x3214 @@ -198,17 +198,17 @@ int main (int argc, char **argv) continue; switch(desc.idProduct) { - case USB_PID_CANON_ES1: + case USB_PID_CANON_ES1: // "Canon SELPHY ES1" if (printer_type == P_ES1) goto found2; break; - case USB_PID_CANON_ES2: + case USB_PID_CANON_ES2: // "Canon SELPHY ES2" case USB_PID_CANON_ES20: if (printer_type == P_ES2_20) goto found2; break; case USB_PID_CANON_ES3: - case USB_PID_CANON_ES30: + case USB_PID_CANON_ES30: // "Canon SELPHY ES30" if (printer_type == P_ES3_30) goto found2; break; @@ -236,7 +236,7 @@ int main (int argc, char **argv) case USB_PID_CANON_CP530: case USB_PID_CANON_CP600: case USB_PID_CANON_CP710: - case USB_PID_CANON_CP720: + case USB_PID_CANON_CP720: // "Canon SELPHY CP720" case USB_PID_CANON_CP730: case USB_PID_CANON_CP740: case USB_PID_CANON_CP750: