From owner-freebsd-usb@FreeBSD.ORG Tue Apr 14 21:57:30 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 4123E106568F for ; Tue, 14 Apr 2009 21:57:30 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 00B488FC21 for ; Tue, 14 Apr 2009 21:57:29 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KI400HYU2BSE5D0@osl1smout1.broadpark.no> for freebsd-usb@freebsd.org; Tue, 14 Apr 2009 23:57:28 +0200 (CEST) Received: from kg-work2.kg4.no ([80.202.83.38]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0KI4009RX2BR08A0@osl1sminn1.broadpark.no> for freebsd-usb@freebsd.org; Tue, 14 Apr 2009 23:57:28 +0200 (CEST) Date: Tue, 14 Apr 2009 23:57:27 +0200 From: Torfinn Ingolfsen To: freebsd-usb@freebsd.org Message-id: <20090414235727.38d16ee1.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.16.0; i386-portbld-freebsd7.1) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: usb thermometer - TEMPer - FreeBSD X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2009 21:57:30 -0000 Hello, I got a new usb gadget, a TEMPer[1]. According to info on the net, this thermometer is a I2C device hooked up to a usb serial chip[2, 3]. The usb-to-serial chip is a WinChipHead 340 / 341, so that should work with the uchcom[4] driver. There was discussion about MFC'in this driver to RELENG_7 in february last year[5], but it doesn't seem to have happened. I tried garbbing the uchcom driver files from cvsweb and compiling the driver on my RELENG_7, but that didn't work. RELENG_7 as in root@kg-work2# uname -a FreeBSD kg-work2.kg4.no 7.1-STABLE FreeBSD 7.1-STABLE #4: Sun Feb 8 20:56:08 CET 2009 root@kg-work2.kg4.no:/usr/obj/usr/src/sys/SX270 i386 Any hints on how I can get this gadget working on FreeBSD? References: 1) http://www.dealextreme.com/details.dx/sku.7003 2) http://err.no/personal/blog/tech/2008-07-22-10-17_kernel_patches_TEMPer_thermometer.html 3) http://tech.arantius.com/working-external-linux-thermometer 4) http://www.freebsd.org/cgi/man.cgi?query=uchcom&apropos=0&sektion=0&manpath=FreeBSD+8-current&format=html 5) http://markmail.org/message/4w324qx4usmnd4ic#query:uchcom+page:1+mid:ecwpudhls4jqpr5s+state:results -- Regards, Torfinn Ingolfsen