diff options
author | Joerg Jung <jung@cvs.openbsd.org> | 2015-12-25 20:28:49 +0000 |
---|---|---|
committer | Joerg Jung <jung@cvs.openbsd.org> | 2015-12-25 20:28:49 +0000 |
commit | b99a0199844bd7df1fff785eca65084e31cf050f (patch) | |
tree | 1c4b2b9273a93ff904b0687781fafb36ab6b6814 /sys/dev/usb | |
parent | 48aa7dcd4af2717e379640a9fd87fed78f68855c (diff) |
enable iso keyboard munge fix for macbookair6,2
ok jcs
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/ukbd.c | 3 |
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: |