]> git.pld-linux.org Git - packages/cups.git/blob - cups-ricoh-deviceid-oid.patch
Release 4 (by relup.sh)
[packages/cups.git] / cups-ricoh-deviceid-oid.patch
1 diff -up cups-1.5b1/backend/snmp.c.ricoh-deviceid-oid cups-1.5b1/backend/snmp.c
2 --- cups-1.5b1/backend/snmp.c.ricoh-deviceid-oid        2011-05-24 17:29:48.000000000 +0200
3 +++ cups-1.5b1/backend/snmp.c   2011-05-24 17:29:48.000000000 +0200
4 @@ -188,6 +188,7 @@ static const int    LexmarkProductOID[] = {
5  static const int       LexmarkProductOID2[] = { 1,3,6,1,4,1,674,10898,100,2,1,2,1,2,1,-1 };
6  static const int       LexmarkDeviceIdOID[] = { 1,3,6,1,4,1,641,2,1,2,1,3,1,-1 };
7  static const int       HPDeviceIdOID[] = { 1,3,6,1,4,1,11,2,3,9,1,1,7,0,-1 };
8 +static const int       RicohDeviceIdOID[] = { 1,3,6,1,4,1,367,3,2,1,1,1,11,0,-1 };
9  static const int       XeroxProductOID[] = { 1,3,6,1,4,1,128,2,1,3,1,2,0,-1 };
10  static cups_array_t    *DeviceURIs = NULL;
11  static int             HostNameLookups = 0;
12 @@ -1005,6 +1006,9 @@ read_snmp_response(int fd)                /* I - SNMP 
13                        packet.community, CUPS_ASN1_GET_REQUEST,
14                        DEVICE_ID, LexmarkDeviceIdOID);
15         _cupsSNMPWrite(fd, &(packet.address), CUPS_SNMP_VERSION_1,
16 +                      packet.community, CUPS_ASN1_GET_REQUEST,
17 +                      DEVICE_ID, RicohDeviceIdOID);
18 +       _cupsSNMPWrite(fd, &(packet.address), CUPS_SNMP_VERSION_1,
19                        packet.community, CUPS_ASN1_GET_REQUEST,
20                        DEVICE_PRODUCT, XeroxProductOID);
21         _cupsSNMPWrite(fd, &(packet.address), CUPS_SNMP_VERSION_1,
This page took 0.335673 seconds and 3 git commands to generate.