diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2023-05-14 23:58:35 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2023-05-14 23:58:35 +0000 |
| commit | 419c90515847a2e977332bd0d734ee65a76fefb5 (patch) | |
| tree | 01b16c36255f80489d505e5103d5374b28255ca2 /sys/dev | |
| parent | 34bbd5b02d955bb4c7a7492ac5e4497f31176ffa (diff) | |
fix typq
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb_quirks.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index e8fd4b2df7a..0fe5a503174 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb_quirks.c,v 1.106 2023/05/14 22:30:13 pgoyette Exp $ */ +/* $NetBSD: usb_quirks.c,v 1.107 2023/05/14 23:58:35 pgoyette Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $ */ /* @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.106 2023/05/14 22:30:13 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.107 2023/05/14 23:58:35 pgoyette Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" @@ -401,7 +401,7 @@ Static const struct usbd_quirk_entry { { UQ_ALWAYS_ON, NULL }}, { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_B100, ANY, { UQ_ALWAYS_ON, NULL }}, - { USB_VENDOR_LENOVO, USB_PRODUCT_LENOVO_OPTUSBMOUSE, ANY, { UQ_ALQAYS_ON, NULL }}, + { USB_VENDOR_LENOVO, USB_PRODUCT_LENOVO_OPTUSBMOUSE, ANY, { UQ_ALWAYS_ON, NULL }}, /* * The HAILUCK USB Keyboard has a built-in touchpad, which * needs to be active for the keyboard to function properly. |
