[libusb] Added PIDs for ES20 and CP750
This commit is contained in:
parent
a10300b4da
commit
9f248ae288
|
@ -44,13 +44,13 @@
|
|||
#define USB_VID_CANON 0x04a9
|
||||
#define USB_PID_CANON_ES1 0x3141
|
||||
#define USB_PID_CANON_ES2 0x3185
|
||||
#define USB_PID_CANON_ES20 20 // XXX
|
||||
#define USB_PID_CANON_ES3 3 // XXX
|
||||
#define USB_PID_CANON_ES20 0x3186
|
||||
#define USB_PID_CANON_ES3 3 // XXX 31af?
|
||||
#define USB_PID_CANON_ES30 0x31B0
|
||||
#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 S
|
||||
#define USB_PID_CANON_CP200 200 // XXX - incoming S
|
||||
#define USB_PID_CANON_CP220 0x30BD
|
||||
#define USB_PID_CANON_CP300 0x307D
|
||||
#define USB_PID_CANON_CP330 0x30BE
|
||||
|
@ -64,7 +64,7 @@
|
|||
#define USB_PID_CANON_CP720 0x3143
|
||||
#define USB_PID_CANON_CP730 730 // XXX - incoming G
|
||||
#define USB_PID_CANON_CP740 0x3171
|
||||
#define USB_PID_CANON_CP750 750 // XXX - maybe incoming G
|
||||
#define USB_PID_CANON_CP750 0x3170
|
||||
#define USB_PID_CANON_CP760 0x31AB
|
||||
#define USB_PID_CANON_CP770 770 // XXX - incoming S
|
||||
#define USB_PID_CANON_CP780 0x31DD
|
||||
|
|
Loading…
Reference in a new issue