Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/sdpquery in the "Basic Printing Profile" it is not r...



details:   https://anonhg.NetBSD.org/src/rev/70d84fabed9d
branches:  trunk
changeset: 766511:70d84fabed9d
user:      plunky <plunky%NetBSD.org@localhost>
date:      Fri Jun 24 20:11:23 2011 +0000

description:
in the "Basic Printing Profile" it is not really very clear
which ServiceClass the attributes relate to, so link them
to "Direct Printing" and "Printer Status" as well as
"Reference Printing", since I have a printer (HP460) which
does not claim the latter.

diffstat:

 usr.bin/sdpquery/print.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 34d2180f015f -r 70d84fabed9d usr.bin/sdpquery/print.c
--- a/usr.bin/sdpquery/print.c  Fri Jun 24 20:06:04 2011 +0000
+++ b/usr.bin/sdpquery/print.c  Fri Jun 24 20:11:23 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: print.c,v 1.11 2011/06/24 20:06:04 plunky Exp $        */
+/*     $NetBSD: print.c,v 1.12 2011/06/24 20:11:23 plunky Exp $        */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: print.c,v 1.11 2011/06/24 20:06:04 plunky Exp $");
+__RCSID("$NetBSD: print.c,v 1.12 2011/06/24 20:11:23 plunky Exp $");
 
 #include <ctype.h>
 #include <iconv.h>
@@ -356,7 +356,7 @@
        { 0x1115, "Personal Area Networking User",      A(panu_attrs) },
        { 0x1116, "Network Access Point",               A(nap_attrs) },
        { 0x1117, "Group Network",                      A(gn_attrs) },
-       { 0x1118, "Direct Printing",                    NULL, 0 },
+       { 0x1118, "Direct Printing",                    A(bp_attrs) },
        { 0x1119, "Reference Printing",                 A(bp_attrs) },
        { 0x111a, "Imaging",                            NULL, 0 },
        { 0x111b, "Imaging Responder",                  A(bi_attrs) },
@@ -367,7 +367,7 @@
        { 0x1120, "Direct Printing Reference Objects",  NULL, 0 },
        { 0x1121, "Reflected User Interface",           A(rui_attrs) },
        { 0x1122, "Basic Printing",                     NULL, 0 },
-       { 0x1123, "Printing Status",                    NULL, 0 },
+       { 0x1123, "Printing Status",                    A(bp_attrs) },
        { 0x1124, "Human Interface Device",             A(hid_attrs) },
        { 0x1125, "Hardcopy Cable Replacement",         NULL, 0 },
        { 0x1126, "Hardcopy Cable Replacement Print",   A(hcr_attrs) },



Home | Main Index | Thread Index | Old Index