From owner-svn-src-user@FreeBSD.ORG Sun Feb 8 21:48:35 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7C5106566C; Sun, 8 Feb 2009 21:48:35 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DA5E18FC18; Sun, 8 Feb 2009 21:48:35 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n18LmZNk035291; Sun, 8 Feb 2009 21:48:35 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n18LmZPw035290; Sun, 8 Feb 2009 21:48:35 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200902082148.n18LmZPw035290@svn.freebsd.org> From: Andrew Thompson Date: Sun, 8 Feb 2009 21:48:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188339 - user/thompsa/usb/sys/dev/usb2/wlan X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 21:48:36 -0000 Author: thompsa Date: Sun Feb 8 21:48:35 2009 New Revision: 188339 URL: http://svn.freebsd.org/changeset/base/188339 Log: Endpoint 0x83 is always a interrupt type, only 0x04 changes with FS/HS operation. Modified: user/thompsa/usb/sys/dev/usb2/wlan/if_zyd2.c Modified: user/thompsa/usb/sys/dev/usb2/wlan/if_zyd2.c ============================================================================== --- user/thompsa/usb/sys/dev/usb2/wlan/if_zyd2.c Sun Feb 8 21:47:08 2009 (r188338) +++ user/thompsa/usb/sys/dev/usb2/wlan/if_zyd2.c Sun Feb 8 21:48:35 2009 (r188339) @@ -281,13 +281,12 @@ static const struct usb2_config zyd_conf }, [ZYD_INTR_DT_RD] = { - .type = UE_BULK_INTR, + .type = UE_INTERRUPT, .endpoint = UE_ADDR_ANY, .direction = UE_DIR_IN, .mh.bufsize = sizeof(struct zyd_cmd), .mh.flags = {.pipe_bof = 1,.short_xfer_ok = 1,}, .mh.callback = zyd_intr_read_callback, - .ep_index = 1, }, [ZYD_INTR_CS_WR] = {