Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libugenhc Let's believe the spec when it sa...
details: https://anonhg.NetBSD.org/src/rev/0306e7cdb580
branches: trunk
changeset: 331125:0306e7cdb580
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Aug 02 07:20:08 2014 +0000
description:
Let's believe the spec when it says "must".
diffstat:
sys/rump/dev/lib/libugenhc/ugenhc.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 65585401136d -r 0306e7cdb580 sys/rump/dev/lib/libugenhc/ugenhc.c
--- a/sys/rump/dev/lib/libugenhc/ugenhc.c Sat Aug 02 07:18:47 2014 +0000
+++ b/sys/rump/dev/lib/libugenhc/ugenhc.c Sat Aug 02 07:20:08 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ugenhc.c,v 1.19 2014/08/02 07:18:47 skrll Exp $ */
+/* $NetBSD: ugenhc.c,v 1.20 2014/08/02 07:20:08 skrll Exp $ */
/*
* Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ugenhc.c,v 1.19 2014/08/02 07:18:47 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ugenhc.c,v 1.20 2014/08/02 07:20:08 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -152,7 +152,6 @@
.bNumInterface = 1,
.bmAttributes = UC_SELF_POWERED | UC_ATTR_MBO,
};
-/* XXX: spec says UC_ATTR_MBO is reserved and set to one. required? */
static const usb_interface_descriptor_t rumphub_uid = {
.bLength = USB_INTERFACE_DESCRIPTOR_SIZE,
Home |
Main Index |
Thread Index |
Old Index