From owner-freebsd-usb@FreeBSD.ORG Fri Mar 27 02:29:08 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DE421065701 for ; Fri, 27 Mar 2009 02:29:08 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id E137A8FC16 for ; Fri, 27 Mar 2009 02:29:07 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so1291425rvb.43 for ; Thu, 26 Mar 2009 19:29:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent:organization:x-operation-sytem; bh=wHoEf+hO71ntyas/KPgcAXkIF6BUqrPLawH0u67M/UE=; b=gefGH/hS1SGcbBu9j4UVTsKwgYTdu4HGn/zj2thjR7PJKHnFLMZp0W2sGRKGC9JlYG A3b+yzfdwPtN8UN6i2L1EeK/Tqus2mLXVR/FEMUvvpozpsfOdLCD4SCo2eJ3FOeINLcE OOCDGTCxua8uXBK5VaV1ptFja8q2KG536qT9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mime-version :content-type:content-disposition:user-agent:organization :x-operation-sytem; b=Pkom6w8OH/BWfqLJfM1wFZdlThENVMeuy4ZaRvN3Lk4aF1/+YOcpP3TjoNWz/XFx8Z k7GmlTwVUBdbliOBKt1A5jd2eRdwm6JuqAJDLKRODlLG9HYFISoxbwAKJnzEgb/nS1aY rF8IsScSU66Ymr6mqYo41GTXqPNNwyLWsiT0w= Received: by 10.142.153.8 with SMTP id a8mr660716wfe.94.1238120947598; Thu, 26 Mar 2009 19:29:07 -0700 (PDT) Received: from weongyo ([114.111.62.249]) by mx.google.com with ESMTPS id l31sm1545176rvb.5.2009.03.26.19.29.05 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Mar 2009 19:29:06 -0700 (PDT) Received: by weongyo (sSMTP sendmail emulation); Fri, 27 Mar 2009 11:29:02 +0900 From: Weongyo Jeong Date: Fri, 27 Mar 2009 11:29:02 +0900 To: Hans Petter Selasky Message-ID: <20090327022902.GC19512@weongyo.cdnetworks.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: freebsd-usb@freebsd.org Subject: q: a trivial question of usb2_transfer_unsetup() X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2009 02:29:08 -0000 Hello Hans, I have a simple question that is there a possibility for .mh.callback of usb2_config to be called after usb2_transfer_unsetup()? regards, Weongyo Jeong