From nobody Wed Sep 14 14:52:40 2022 X-Original-To: usb@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MSNc42fhrz4cJHj for ; Wed, 14 Sep 2022 14:52:52 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MSNc34NcBz45FW for ; Wed, 14 Sep 2022 14:52:51 +0000 (UTC) (envelope-from hps@selasky.org) Received: from [10.3.0.5] (unknown [178.232.223.95]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id CF0A6260246; Wed, 14 Sep 2022 16:52:44 +0200 (CEST) Message-ID: <7243b074-f06c-b500-62f9-ba3947130f4d@selasky.org> Date: Wed, 14 Sep 2022 16:52:40 +0200 List-Id: FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-usb List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: USB chip CH9102F Content-Language: en-US To: Daniel Braniss Cc: "usb@freebsd.org" References: <117B32B3-E6F9-4611-A8C1-BBBF9BE69372@cs.huji.ac.il> <8780922F-E48B-4AC5-9CCE-D8C940AFED15@cs.huji.ac.il> From: Hans Petter Selasky In-Reply-To: <8780922F-E48B-4AC5-9CCE-D8C940AFED15@cs.huji.ac.il> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4MSNc34NcBz45FW X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 2a01:4f8:c17:6c4b::2 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net:c]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[usb@FreeBSD.org]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[selasky.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_SOME(0.00)[]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 9/14/22 16:46, Daniel Braniss wrote: > > >> On 14 Sep 2022, at 17:38, Hans Petter Selasky wrote: >> >> On 9/14/22 16:34, Daniel Braniss wrote: >>>> On 14 Sep 2022, at 17:27, Hans Petter Selasky wrote: >>>> >>>> On 9/14/22 15:43, Daniel Braniss wrote: >>>>> Hi, >>>>> is there/will there be any support for this chip? CH9102F. >>>>> there is a driver for linux and windows, but event though it sort of works on FreeBSD, >>>>> the magic needed to flash the firmware on newer esp32’s is not working. >>>>> thanks, >>>>> danny >>>> >>>> Which driver is currently used for this chip? >>>> >>> Sep 14 12:17:23 pampero kernel: ugen0.4: at usbus0 >>> Sep 14 12:17:23 pampero kernel: umodem0 on uhub0 >>> Sep 14 12:17:23 pampero kernel: umodem0: on usbus0 >>> Sep 14 12:17:23 pampero kernel: umodem0: data interface 1, has no CM over data, has no break >>>> --HPS >> >> Can you dump the usb configuration and device descriptors for this device. Just wipe the serial number :-) >> >> —HPS >> > > > sure, but will have to wait till tomorrow, usbdump yes? > > Hi, usbconfig -d X.Y dump_all_config_desc dump_device_desc Dropped hackers@ --HPS