Module Name:    src
Committed By:   plunky
Date:           Sat Dec  5 16:54:14 UTC 2009

Modified Files:
        src/usr.bin/sdpquery: command.c sdpquery.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/sdpquery/command.c
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/sdpquery/sdpquery.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/sdpquery/command.c
diff -u src/usr.bin/sdpquery/command.c:1.2 src/usr.bin/sdpquery/command.c:1.3
--- src/usr.bin/sdpquery/command.c:1.2	Tue Oct  6 19:21:17 2009
+++ src/usr.bin/sdpquery/command.c	Sat Dec  5 16:54:13 2009
@@ -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,

Index: src/usr.bin/sdpquery/sdpquery.1
diff -u src/usr.bin/sdpquery/sdpquery.1:1.13 src/usr.bin/sdpquery/sdpquery.1:1.14
--- src/usr.bin/sdpquery/sdpquery.1:1.13	Tue Oct  6 21:39:58 2009
+++ src/usr.bin/sdpquery/sdpquery.1	Sat Dec  5 16:54:13 2009
@@ -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

Reply via email to