sonyupd: Add USB VID/PID for the Nidec Copal DPB-1500
No idea if it actually *works* but this is a necessary first step
This commit is contained in:
parent
6ae93c3cef
commit
4712d746e9
|
@ -109,7 +109,7 @@
|
|||
Mitsubishi CP3020D/DE and CP3020DA/DAE
|
||||
Mitsubishi CP9000DW, CP9500DW, and CP9600DW-S
|
||||
Mitsubishi CP9800DW, CP9800DW-S, CP9810DW, CP9820DW-S, and CP9820DW-AG
|
||||
Nidec Copal DPB-4000, DPB-6000, DPB-7000
|
||||
Nidec Copal DPB-1500, DPB-4000, DPB-6000, DPB-7000
|
||||
Olmec OP900
|
||||
Shinko CHC-S6145-5A (aka Sinfonia CS2-c)
|
||||
Sony UP-CR20L (aka DNP DS-SL20)
|
||||
|
|
|
@ -989,6 +989,7 @@ static const struct device_id sonyupd_devices[] = {
|
|||
{ 0x054c, 0x02d4, P_SONY_UPCR10, NULL, "sony-upcx1"},
|
||||
{ 0x054c, 0x035f, P_SONY_UPDR150, NULL, "sony-updr200"},
|
||||
{ 0x054c, 0x068c, P_SONY_UPD711, NULL, "sony-upd711"},
|
||||
{ 0x07ce, 0xc005, P_NDC, NULL, "ndc-dpb-1500"},
|
||||
{ 0x07ce, 0xc007, P_NDC, NULL, "ndc-dpb-4000"},
|
||||
{ 0x07ce, 0xc007, P_NDC, NULL, "fujifilm-ask-4000"},
|
||||
// DNP Q8?
|
||||
|
|
|
@ -384,6 +384,9 @@
|
|||
# Magicard Enduro+
|
||||
0x0c1f 0x880a blacklist
|
||||
|
||||
# Nidec Copal DPB-1500
|
||||
0x07ce 0xc005 blacklist
|
||||
|
||||
# Nidec Copal DPB-4000
|
||||
# Fujifilm ASK-4000
|
||||
# DNP Q8 maybe?
|
||||
|
|
|
@ -706,7 +706,7 @@
|
|||
Additional model IDs recognized:
|
||||
sony-updr150 sony-updr200 sony-upcr10l
|
||||
sony-upd711 sony-upd895 sony-upd897 dnp-sl10
|
||||
fujifilm-ask-2500 ndc-dpb-7000
|
||||
fujifilm-ask-2500 ndc-dpb-7000 ndc-dpb-1500
|
||||
|
||||
Model IDs for backwards compatibility with older releases:
|
||||
|
||||
|
@ -727,7 +727,7 @@
|
|||
|
||||
Work-in-progress printers:
|
||||
|
||||
Nidec Copal DPB-4000, DPB-6000, DPB-7000
|
||||
Nidec Copal DPB-1500, DPB-4000, DPB-6000, DPB-7000
|
||||
Fujifilm ASK-2000, ASK-2500, ASK-4000
|
||||
DNP Q8
|
||||
Sony UP-D711MD
|
||||
|
|
Loading…
Reference in a new issue