Add the keyboard ID found on the American versions of the PowerBook G4 and

iBook (dual USB).
This commit is contained in:
nathanw 2001-07-12 04:16:58 +00:00
parent 6244e7b3a1
commit dda83b1771
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: akbd.c,v 1.14 2001/06/08 00:32:02 matt Exp $ */
/* $NetBSD: akbd.c,v 1.15 2001/07/12 04:16:58 nathanw Exp $ */
/*
* Copyright (C) 1998 Colin Wood
@ -220,6 +220,9 @@ 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");
break;
case ADB_PBG3JPKBD:
printf("PowerBook G3 keyboard (Japanese layout)\n");
break;

View File

@ -1,4 +1,4 @@
/* $NetBSD: adbsys.h,v 1.4 2000/12/19 02:59:24 tsubai Exp $ */
/* $NetBSD: adbsys.h,v 1.5 2001/07/12 04:16:58 nathanw Exp $ */
/*-
* Copyright (C) 1993, 1994 Allen K. Briggs, Chris P. Caputo,
@ -119,6 +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_PBG3JPKBD 201
/* Interesting mouse handler IDs */