8399d83
diff -up cups-1.4.3/backend/snmp.c.ricoh-deviceid-oid cups-1.4.3/backend/snmp.c
8399d83
--- cups-1.4.3/backend/snmp.c.ricoh-deviceid-oid	2010-05-11 17:30:57.266120467 +0100
8399d83
+++ cups-1.4.3/backend/snmp.c	2010-05-11 17:31:16.267120141 +0100
8399d83
@@ -195,6 +195,7 @@ static const int	LexmarkProductOID[] = {
8399d83
 static const int	LexmarkProductOID2[] = { 1,3,6,1,4,1,674,10898,100,2,1,2,1,2,1,-1 };
8399d83
 static const int	LexmarkDeviceIdOID[] = { 1,3,6,1,4,1,641,2,1,2,1,3,1,-1 };
8399d83
 static const int	HPDeviceIdOID[] = { 1,3,6,1,4,1,11,2,3,9,1,1,7,0,-1 };
8399d83
+static const int	RicohDeviceIdOID[] = { 1,3,6,1,4,1,367,3,2,1,1,1,11,0,-1 };
8399d83
 static const int	XeroxProductOID[] = { 1,3,6,1,4,1,128,2,1,3,1,2,0,-1 };
8399d83
 static cups_array_t	*DeviceURIs = NULL;
8399d83
 static int		HostNameLookups = 0;
8399d83
@@ -1002,6 +1003,9 @@ read_snmp_response(int fd)		/* I - SNMP 
8399d83
 	               packet.community, CUPS_ASN1_GET_REQUEST,
8399d83
 		       DEVICE_ID, LexmarkDeviceIdOID);
8399d83
 	_cupsSNMPWrite(fd, &(packet.address), CUPS_SNMP_VERSION_1,
8399d83
+		       packet.community, CUPS_ASN1_GET_REQUEST,
8399d83
+		       DEVICE_ID, RicohDeviceIdOID);
8399d83
+	_cupsSNMPWrite(fd, &(packet.address), CUPS_SNMP_VERSION_1,
8399d83
 	               packet.community, CUPS_ASN1_GET_REQUEST,
8399d83
 		       DEVICE_PRODUCT, XeroxProductOID);
8399d83
 	_cupsSNMPWrite(fd, &(packet.address), CUPS_SNMP_VERSION_1,