Change description of handler-ID == 195.

This commit is contained in:
tsubai 2001-07-26 11:36:40 +00:00
parent 7aa1593d24
commit 1b3871ef0f
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: akbd.c,v 1.16 2001/07/17 12:33:45 tsubai Exp $ */
/* $NetBSD: akbd.c,v 1.17 2001/07/26 11:36:41 tsubai Exp $ */
/*
* Copyright (C) 1998 Colin Wood
@ -226,8 +226,8 @@ akbdattach(parent, self, aux)
case ADB_PBJPKBD:
printf("PowerBook keyboard (Japanese layout)\n");
break;
case ADB_TIBKBD:
printf("PowerBook G4/iBook (dual USB) keyboard\n");
case ADB_PBG3KBD:
printf("PowerBook G3 keyboard\n");
break;
case ADB_PBG3JPKBD:
printf("PowerBook G3 keyboard (Japanese layout)\n");

View File

@ -1,4 +1,4 @@
/* $NetBSD: adbsys.h,v 1.5 2001/07/12 04:16:58 nathanw Exp $ */
/* $NetBSD: adbsys.h,v 1.6 2001/07/26 11:36:40 tsubai Exp $ */
/*-
* Copyright (C) 1993, 1994 Allen K. Briggs, Chris P. Caputo,
@ -119,7 +119,7 @@ typedef struct adb_dev_s{
#define ADB_PBEXTKBD 24
#define ADB_DESIGNKBD 27 /* XXX Needs to be verified XXX */
#define ADB_PBJPKBD 30
#define ADB_TIBKBD 195
#define ADB_PBG3KBD 195
#define ADB_PBG3JPKBD 201
/* Interesting mouse handler IDs */