Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb apply always-open quirk for logitech B100 mouse.



details:   https://anonhg.NetBSD.org/src/rev/6a880c09f3dc
branches:  trunk
changeset: 989521:6a880c09f3dc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 16 05:40:46 2021 +0000

description:
apply always-open quirk for logitech B100 mouse.

diffstat:

 sys/dev/usb/usb_quirks.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r a6a856fd7dce -r 6a880c09f3dc sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c  Sat Oct 16 05:40:17 2021 +0000
+++ b/sys/dev/usb/usb_quirks.c  Sat Oct 16 05:40:46 2021 +0000
@@ -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 @@
        { 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.



Home | Main Index | Thread Index | Old Index