Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb another Ricochet quirk, this time a well-known o...
details: https://anonhg.NetBSD.org/src/rev/817ef7b9ca0d
branches: trunk
changeset: 498433:817ef7b9ca0d
user: explorer <explorer%NetBSD.org@localhost>
date: Tue Oct 24 03:59:16 2000 +0000
description:
another Ricochet quirk, this time a well-known one. No device strings are provided from it.
diffstat:
sys/dev/usb/usb_quirks.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fb7da8a94fd9 -r 817ef7b9ca0d sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c Tue Oct 24 03:23:19 2000 +0000
+++ b/sys/dev/usb/usb_quirks.c Tue Oct 24 03:59:16 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb_quirks.c,v 1.29 2000/10/22 08:20:10 explorer Exp $ */
+/* $NetBSD: usb_quirks.c,v 1.30 2000/10/24 03:59:16 explorer Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.13 1999/11/17 22:33:47 n_hibma Exp $ */
/*
@@ -72,7 +72,7 @@
{ USB_VENDOR_MCT, USB_PRODUCT_MCT_HUB0100, 0x102, { UQ_BUS_POWERED }},
{ USB_VENDOR_MCT, USB_PRODUCT_MCT_USB232, 0x102, { UQ_BUS_POWERED }},
{ USB_VENDOR_METRICOM, USB_PRODUCT_METRICOM_RICOCHET_GS,
- 0x100, { UQ_ASSUME_CM_OVER_DATA }},
+ 0x100, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }},
{ 0, 0, 0, { 0 } }
};
Home |
Main Index |
Thread Index |
Old Index