From owner-p4-projects Sun Mar 24 2: 0: 8 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EF72937B41C; Sun, 24 Mar 2002 02:00:01 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51D7E37B41B for ; Sun, 24 Mar 2002 02:00:01 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2OA01Y76920 for perforce@freebsd.org; Sun, 24 Mar 2002 02:00:01 -0800 (PST) (envelope-from phk@freebsd.org) Date: Sun, 24 Mar 2002 02:00:01 -0800 (PST) Message-Id: <200203241000.g2OA01Y76920@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to phk@freebsd.org using -f From: Poul-Henning Kamp Subject: PERFORCE change 8319 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8319 Change 8319 by phk@phk_flat on 2002/03/24 01:59:46 Integrate from -current Affected files ... ... //depot/projects/sparc64/sys/sys/mouse.h#2 integrate Differences ... ==== //depot/projects/sparc64/sys/sys/mouse.h#2 (text+ko) ==== @@ -20,7 +20,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD: src/sys/sys/mouse.h,v 1.18 2001/07/05 08:52:40 dd Exp $ + * $FreeBSD: src/sys/sys/mouse.h,v 1.19 2002/03/24 03:07:07 will Exp $ */ #ifndef _SYS_MOUSE_H_ @@ -158,6 +158,7 @@ #define MOUSE_PROTO_X10MOUSEREM 13 /* X10 MouseRemote, 3 bytes */ #define MOUSE_PROTO_KIDSPAD 14 /* Genius Kidspad */ #define MOUSE_PROTO_VERSAPAD 15 /* Interlink VersaPad, 6 bytes */ +#define MOUSE_PROTO_JOGDIAL 16 /* Vaio's JogDial */ #define MOUSE_RES_UNKNOWN (-1) #define MOUSE_RES_DEFAULT 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message