Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/wip/librumpusbhc one more request type to pass ...



details:   https://anonhg.NetBSD.org/src/rev/5426ef4951cb
branches:  trunk
changeset: 751416:5426ef4951cb
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 03 18:14:56 2010 +0000

description:
one more request type to pass through (seriously, i'll make it pass
all of them through very soon.  just want to debug a little more)

diffstat:

 sys/rump/dev/wip/librumpusbhc/rumpusbhc.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4a7ca9010838 -r 5426ef4951cb sys/rump/dev/wip/librumpusbhc/rumpusbhc.c
--- a/sys/rump/dev/wip/librumpusbhc/rumpusbhc.c Wed Feb 03 18:11:18 2010 +0000
+++ b/sys/rump/dev/wip/librumpusbhc/rumpusbhc.c Wed Feb 03 18:14:56 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpusbhc.c,v 1.12 2010/01/10 22:13:18 pooka Exp $     */
+/*     $NetBSD: rumpusbhc.c,v 1.13 2010/02/03 18:14:56 pooka Exp $     */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpusbhc.c,v 1.12 2010/01/10 22:13:18 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpusbhc.c,v 1.13 2010/02/03 18:14:56 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -501,6 +501,7 @@
        case C(UR_GET_STATUS, UT_READ_CLASS_DEVICE):
        case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE):
        case C(UR_GET_DESCRIPTOR, UT_READ_INTERFACE):
+       case C(0x00, UT_WRITE_CLASS_INTERFACE):
        case C(0xff, UT_WRITE_CLASS_INTERFACE):
        case C(0x20, UT_WRITE_CLASS_INTERFACE):
        case C(0x22, UT_WRITE_CLASS_INTERFACE):



Home | Main Index | Thread Index | Old Index