summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2021-10-16 05:40:46 +0000
committermrg <mrg@NetBSD.org>2021-10-16 05:40:46 +0000
commitef26a6178a5da7074dab27f17e145e84a7ca982a (patch)
tree0e512fbbf106580b36b5f30ce99c9df87d0e3662 /sys/dev/usb
parentb0cff72fc0f7d9cb65f401d41cc04057d507f06a (diff)
apply always-open quirk for logitech B100 mouse.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usb_quirks.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
index 4eebf95f79b..6e1920711e8 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.99 2021/10/01 21:09:50 macallan Exp $ */
+/* $NetBSD: usb_quirks.c,v 1.100 2021/10/16 05:40:46 mrg 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.99 2021/10/01 21:09:50 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.100 2021/10/16 05:40:46 mrg Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -393,6 +393,8 @@ Static const struct usbd_quirk_entry {
{ UQ_ALWAYS_ON, NULL }},
{ USB_VENDOR_PIXART, USB_PRODUCT_PIXART_RPIMOUSE, ANY,
{ UQ_ALWAYS_ON, NULL }},
+ { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_B100, 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.