Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb fix typq
details: https://anonhg.NetBSD.org/src/rev/629183b6098d
branches: trunk
changeset: 375324:629183b6098d
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun May 14 23:58:35 2023 +0000
description:
fix typq
diffstat:
sys/dev/usb/usb_quirks.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ae3f48812563 -r 629183b6098d sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c Sun May 14 22:44:53 2023 +0000
+++ b/sys/dev/usb/usb_quirks.c Sun May 14 23:58:35 2023 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index