Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb s/filered/filtered/ in comment.
details: https://anonhg.NetBSD.org/src/rev/7fa4b0490f4c
branches: trunk
changeset: 363367:7fa4b0490f4c
user: andvar <andvar%NetBSD.org@localhost>
date: Sun Mar 06 23:36:50 2022 +0000
description:
s/filered/filtered/ in comment.
diffstat:
sys/dev/usb/usb_quirks.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b7cd7986ccc1 -r 7fa4b0490f4c sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c Sun Mar 06 23:36:01 2022 +0000
+++ b/sys/dev/usb/usb_quirks.c Sun Mar 06 23:36:50 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb_quirks.c,v 1.104 2022/01/20 03:14:03 mrg Exp $ */
+/* $NetBSD: usb_quirks.c,v 1.105 2022/03/06 23:36:50 andvar 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.104 2022/01/20 03:14:03 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.105 2022/03/06 23:36:50 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -377,7 +377,7 @@
* 1. It corrupts its USB descriptors. The quirk is to provide hardcoded
* descriptors instead of getting them from the device.
* 2. It mishandles the USB toggle bit. This causes some replies to be
- * filered out by the USB host controller and be reported as timed out.
+ * filtered out by the USB host controller and be reported as timed out.
* NFC tool's libnfc workaround this bug by sending a dummy frame to
* resync the toggle bit, but in order to succeed, that operation must
* not be reported as failed. The quirk is therefore to pretend to
Home |
Main Index |
Thread Index |
Old Index