summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjung <jung@openbsd.org>2015-12-25 20:28:48 +0000
committerjung <jung@openbsd.org>2015-12-25 20:28:48 +0000
commit53dd8b21c00a1e58721b1cb6aca36a22fa20d360 (patch)
tree38b5f1d913c1a3845387b49cc149af6d6b032b75
parentDon't retain the search query in the resulting manual links. (diff)
downloadwireguard-openbsd-53dd8b21c00a1e58721b1cb6aca36a22fa20d360.tar.xz
wireguard-openbsd-53dd8b21c00a1e58721b1cb6aca36a22fa20d360.zip
enable iso keyboard munge fix for macbookair6,2
ok jcs
-rw-r--r--sys/dev/usb/ukbd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c
index 65c969c10b7..5ad06f3139c 100644
--- a/sys/dev/usb/ukbd.c
+++ b/sys/dev/usb/ukbd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukbd.c,v 1.72 2015/12/09 09:23:21 jung Exp $ */
+/* $OpenBSD: ukbd.c,v 1.73 2015/12/25 20:28:48 jung Exp $ */
/* $NetBSD: ukbd.c,v 1.85 2003/03/11 16:44:00 augustss Exp $ */
/*
@@ -245,6 +245,7 @@ ukbd_attach(struct device *parent, struct device *self, void *aux)
case USB_PRODUCT_APPLE_FOUNTAIN_ISO:
case USB_PRODUCT_APPLE_GEYSER_ISO:
case USB_PRODUCT_APPLE_WELLSPRING6_ISO:
+ case USB_PRODUCT_APPLE_WELLSPRING8_ISO:
sc->sc_munge = ukbd_apple_iso_munge;
break;
case USB_PRODUCT_APPLE_WELLSPRING_ISO: