Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/sdpquery add alias for Plug'n'Play Information servi...



details:   https://anonhg.NetBSD.org/src/rev/61262682d509
branches:  trunk
changeset: 749675:61262682d509
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sat Dec 05 16:54:13 2009 +0000

description:
add alias for Plug'n'Play Information service UUID.
(This is sometimes used in HID devices to provide manufacturer information)

diffstat:

 usr.bin/sdpquery/command.c  |  6 ++++--
 usr.bin/sdpquery/sdpquery.1 |  4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r ae49f4d5306a -r 61262682d509 usr.bin/sdpquery/command.c
--- a/usr.bin/sdpquery/command.c        Sat Dec 05 16:48:26 2009 +0000
+++ b/usr.bin/sdpquery/command.c        Sat Dec 05 16:54:13 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: command.c,v 1.2 2009/10/06 19:21:17 plunky Exp $       */
+/*     $NetBSD: command.c,v 1.3 2009/12/05 16:54:13 plunky Exp $       */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: command.c,v 1.2 2009/10/06 19:21:17 plunky Exp $");
+__RCSID("$NetBSD: command.c,v 1.3 2009/12/05 16:54:13 plunky Exp $");
 
 #include <bluetooth.h>
 #include <err.h>
@@ -82,6 +82,8 @@
          "OPUSH",      "Object Push Service"                           },
        { SDP_SERVICE_CLASS_PANU,
          "PANU",       "Personal Area Networking User Service"         },
+       { SDP_SERVICE_CLASS_PNP_INFORMATION,
+         "PNP",        "PNP Information Service"                       },
        { SDP_UUID_PROTOCOL_RFCOMM,
          "RFCOMM",     "RFCOMM Protocol"                               },
        { SDP_UUID_PROTOCOL_SDP,
diff -r ae49f4d5306a -r 61262682d509 usr.bin/sdpquery/sdpquery.1
--- a/usr.bin/sdpquery/sdpquery.1       Sat Dec 05 16:48:26 2009 +0000
+++ b/usr.bin/sdpquery/sdpquery.1       Sat Dec 05 16:54:13 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sdpquery.1,v 1.13 2009/10/06 21:39:58 wiz Exp $
+.\"    $NetBSD: sdpquery.1,v 1.14 2009/12/05 16:54:13 plunky Exp $
 .\"
 .\" Copyright (c) 2006 Itronix Inc.
 .\" All rights reserved.
@@ -178,6 +178,8 @@
 Object Push Service
 .It PANU
 Personal Area Networking User Service
+.It PNP
+Plug'n'Play Information Service
 .It RFCOMM
 RFCOMM Protocol
 .It SDP



Home | Main Index | Thread Index | Old Index