From owner-freebsd-multimedia@FreeBSD.ORG Fri May 20 15:03:08 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0204216A4CE for ; Fri, 20 May 2005 15:03:08 +0000 (GMT) Received: from drizzle.cc.mcgill.ca (drizzle.cc.mcgill.ca [132.206.27.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D0143DA0 for ; Fri, 20 May 2005 15:03:07 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan3.cc.mcgill.ca (mailscan3.CC.McGill.CA [132.216.77.250])j4KF2u3E008195; Fri, 20 May 2005 11:02:56 -0400 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j4KF2om4018226; Fri, 20 May 2005 11:02:50 -0400 (EDT) Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j4KF2oIY012446; Fri, 20 May 2005 11:02:50 -0400 Received: from localhost.localdomain (acid [127.0.0.1]) j4KF2nUQ017813; Fri, 20 May 2005 11:02:49 -0400 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j4KF2ndo017812; Fri, 20 May 2005 11:02:49 -0400 Date: Fri, 20 May 2005 11:02:48 -0400 From: Mathew Kanner To: Torfinn Ingolfsen Message-ID: <20050520150248.GJ10648@cnd.mcgill.ca> References: <20050519231916.78772610.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050519231916.78772610.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org Subject: Re: new gadget - Doro 212IPC usb telephone X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 15:03:08 -0000 On May 19, Torfinn Ingolfsen wrote: > Ok, I just couldn't resist this. > > I saw this gadget in my local "computers, tools and anything" store, and > just had to buy it. > > It is a telephone (handset) with an usb connector. On the box, it is > labeled as "USB broadband telephone", and on the back it says "supports > most Softphone programs, protocol independent, H.323 or SIP, conforms to > USB 12 Mbps 1.1 standard, conforms to USB audio device release 1.0, > real-time volumen adjustment button". I repeat this here because the > Doro web page (http://www.doro.com/) was less than informational in > describing their products. The manual says that only Win 98SE/ME/2000/XP > or Mac OS9 / OSX is supported, but I already guessed that (except for > the Mac part). > > When I connect it to my FreeBSD box, /var/log/messages shows: > May 19 22:59:53 kg-work kernel: uhid0: ??Welltech Computer Doro 212IPC, > rev 1.00/47.26, addr 3, iclass 1/1 > > usbdevs -v says: > port 2 addr 3: full speed, power 500 mA, config 1, Doro 212IPC(0x1020), > ??Welltech Computer(0x0451), rev 47.26 > > Now, if I only could get this to work with Skype. :) Hm, I don't think it's likely anytime soon since its a UHID and not a uaudio (though they specifilcally had telephony in mind when desining the uaudio spec!) But first: How much did it cost? Can you give us the descriptor output, use the testlibusb program in libusb port, it's built but not installed. (If anybody knows an easier way to get the descriptor please tell me!) --Mat --