hal/hald/linux2/probing probe-printer.c,1.7,1.8
Kay Sievers
kay at kemper.freedesktop.org
Mon Apr 24 10:48:59 PDT 2006
Update of /cvs/hal/hal/hald/linux2/probing
In directory kemper:/tmp/cvs-serv29647/hald/linux2/probing
Modified Files:
probe-printer.c
Log Message:
2006-04-24 Kay Sievers <kay.sievers at vrfy.org>
Add "COMMANDSET:" to the printer query parsing.
* hald/linux2/probing/probe-printer.c: (main):
Index: probe-printer.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/probe-printer.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- probe-printer.c 17 Apr 2006 14:59:51 -0000 1.7
+++ probe-printer.c 24 Apr 2006 17:48:57 -0000 1.8
@@ -124,6 +124,8 @@
desc = *iter + 12;
else if (strncmp (*iter, "COMMAND SET:", 12) == 0)
cmd = *iter + 12;
+ else if (strncmp (*iter, "COMMANDSET:", 11) == 0)
+ cmd = *iter + 11;
else if (strncmp (*iter, "CMD:", 4) == 0)
cmd = *iter + 4;
}
More information about the hal-commit
mailing list