From owner-freebsd-multimedia@FreeBSD.ORG Fri May 20 16:34:39 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 2069916A4CF for ; Fri, 20 May 2005 16:34:39 +0000 (GMT) Received: from mail.iinet.net.au (mail-01.iinet.net.au [203.59.3.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 1492743D72 for ; Fri, 20 May 2005 16:34:38 +0000 (GMT) (envelope-from julian@elischer.org) Received: (qmail 9408 invoked from network); 20 May 2005 16:34:37 -0000 Received: from unknown (HELO ?10.1.1.200?) (203.59.107.51) by mail.iinet.net.au with SMTP; 20 May 2005 16:34:37 -0000 Message-ID: <428E1197.6050606@elischer.org> Date: Fri, 20 May 2005 09:34:31 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050424 X-Accept-Language: en, hu MIME-Version: 1.0 To: Mathew Kanner References: <20050519231916.78772610.torfinn.ingolfsen@broadpark.no> <20050520150248.GJ10648@cnd.mcgill.ca> In-Reply-To: <20050520150248.GJ10648@cnd.mcgill.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 16:34:39 -0000 Mathew Kanner wrote: > 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!) the udesc_dump port? > --Mat