Valeriy E. Ushakov | 2 Jul 2004 22:47
Picon

Re: CVS commit: src/sys/arch/hpcsh/conf

On Fri, Jul 02, 2004 at 18:05:23 +0000, UCHIYAMA Yasushi wrote:

> From: UCHIYAMA Yasushi <uch <at> netbsd.org>
> Subject: CVS commit: src/sys/arch/hpcsh/conf
> To: source-changes <at> NetBSD.org
> 
> 
> Module Name:	src
> Committed By:	uch
> Date:		Fri Jul  2 18:05:23 UTC 2004
> 
> Modified Files:
> 	src/sys/arch/hpcsh/conf: GENERIC
> Added Files:
> 	src/sys/arch/hpcsh/conf: DEBUG
> 
> Log Message:
> enable X-window configuration default.
> add com* at pcmcia and ppp configuration.
> move debug option to DEBUG.

Is there any particular reason that you've enabled J6X0TP_WSMOUSE_EXCLUSIVE
and uncommented J6X0TP_*_ICON_KEYSYM?

The commented keysym options were set to defaults, so uncommenting
them doesn't change anything.  It's my fault that I didn't make it
explicit that those commented out options are there only to provide an
example and their values are defaults anyway.

As for the J6X0TP_WSMOUSE_EXCLUSIVE - our touchpanel code sort of
(Continue reading)

UCHIYAMA Yasushi | 3 Jul 2004 15:06
Favicon

Re: CVS commit: src/sys/arch/hpcsh/conf

 | Is there any particular reason that you've enabled J6X0TP_WSMOUSE_EXCLUSIVE
 | and uncommented J6X0TP_*_ICON_KEYSYM?

No reason.. I merely tried to those options last day.

 | I think Xhpc should be changed to open /dev/wskbd mux - then both the
 | primary keyboard, the hard-icons mini keyboard and the external
 | keyboard can all be used simultaneously in X.

I'll investigate later.

UCHIYAMA Yasushi | 14 Jul 2004 18:59
Favicon

XKB keymap patch.

I prepared the patch that setting XKB keymap from which determined by
builtin keyboard. This patch useful for non KB_US machines.  If there
are no objections, I'd like to commit this.

Index: atKeynames.h
===================================================================
RCS file: /cvsroot/xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/atKeynames.h,v
retrieving revision 1.1
diff -u -r1.1 atKeynames.h
--- atKeynames.h	3 Jan 2004 01:09:19 -0000	1.1
+++ atKeynames.h	14 Jul 2004 16:08:18 -0000
 <at>  <at>  -1,5 +1,4  <at>  <at> 
-/* $XConsortium: atKeynames.h,v 1.6 95/01/13 19:19:20 kaleb Exp $ */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.5 1995/06/24 10:28:16 dawes
Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.22 2004/02/13 23:58:35
dawes Exp $ */
 /*
  * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  *
 <at>  <at>  -22,19 +21,67  <at>  <at> 
  * PERFORMANCE OF THIS SOFTWARE.
  *
  */
+/*
+ * Copyright (c) 1994-2003 by The XFree86 Project, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
(Continue reading)

UCHIYAMA Yasushi | 20 Jul 2004 21:30
Favicon

Re: XKB keymap patch.

I've also added keymap coversion routine. When open wskbd* instead of ttyE*,
use this keymap.

Index: atKeynames.h
===================================================================
RCS file: /cvsroot/xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/atKeynames.h,v
retrieving revision 1.1
diff -u -r1.1 atKeynames.h
--- atKeynames.h	3 Jan 2004 01:09:19 -0000	1.1
+++ atKeynames.h	20 Jul 2004 17:42:31 -0000
 <at>  <at>  -1,5 +1,5  <at>  <at> 
-/* $XConsortium: atKeynames.h,v 1.6 95/01/13 19:19:20 kaleb Exp $ */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.5 1995/06/24 10:28:16 dawes
Exp $ */
+/* $NetBSD$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/common/atKeynames.h,v 3.22 2004/02/13 23:58:35
dawes Exp $ */
 /*
  * Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  *
 <at>  <at>  -22,19 +22,67  <at>  <at> 
  * PERFORMANCE OF THIS SOFTWARE.
  *
  */
+/*
+ * Copyright (c) 1994-2003 by The XFree86 Project, Inc.
+ * All rights reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
(Continue reading)


Gmane