kopia lustrzana https://gitlab.com/sane-project/backends
add usb id
rodzic
abf10f87a3
commit
2c5ba93ff4
|
@ -1,6 +1,10 @@
|
|||
2008-02-07 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* backend/hpljm1005.c, doc/descriptions/hpljm1005.desc:
|
||||
add usb ID for LaserJet M1120
|
||||
|
||||
2008-02-09 Rene Rebe <rene@exactcode.de>
|
||||
|
||||
* backend/avision.ch: fixed device list matching for entries
|
||||
* backend/avision.ch: fixed device list matching for entries
|
||||
with partial matches on USB ID, but vendor / product string
|
||||
matches as mostly only the HP5300 vs. HP5370, fixed non-color
|
||||
calibration for devices not filling all RGB fields of calibration
|
||||
|
@ -12,7 +16,7 @@
|
|||
|
||||
2008-02-07 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* backend/hpljm1005.c, doc/descriptions/hpljm1005.desc:
|
||||
add usb ID for LaserJet M1120
|
||||
add usb ID for LaserJet M1120n
|
||||
* doc/descriptions-external/brother2.desc: add usb ID for DCP-120C
|
||||
|
||||
2008-02-03 m. allan noah <kitno455 a t gmail d o t com>
|
||||
|
|
|
@ -96,7 +96,9 @@ struct usbdev_s
|
|||
static struct usbdev_s usbid[] = {
|
||||
{0x03f0, 0x3b17, "Hewlett-Packard", "LaserJet M1005",
|
||||
"multi-function peripheral"},
|
||||
{0x03f0, 0x5717, "Hewlett-Packard", "LaserJet M1120",
|
||||
{0x03f0, 0x5617, "Hewlett-Packard", "LaserJet M1120",
|
||||
"multi-function peripheral"},
|
||||
{0x03f0, 0x5717, "Hewlett-Packard", "LaserJet M1120n",
|
||||
"multi-function peripheral"},
|
||||
{0, 0, NULL, NULL, NULL},
|
||||
{0, 0, NULL, NULL, NULL}
|
||||
|
|
|
@ -26,6 +26,12 @@
|
|||
|
||||
:model "LaserJet M1120 MFP"
|
||||
:interface "USB"
|
||||
:usbid "0x03f0" "0x5617"
|
||||
:status :good
|
||||
:comment "grayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI"
|
||||
|
||||
:model "LaserJet M1120n MFP"
|
||||
:interface "USB"
|
||||
:usbid "0x03f0" "0x5717"
|
||||
:status :good
|
||||
:comment "grayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI"
|
||||
|
|
Ładowanie…
Reference in New Issue