From owner-freebsd-usb@FreeBSD.ORG Thu Oct 11 13:00:32 2007 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 9323B16A418 for ; Thu, 11 Oct 2007 13:00:32 +0000 (UTC) (envelope-from xiaofanc@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5F713C4A5 for ; Thu, 11 Oct 2007 13:00:32 +0000 (UTC) (envelope-from xiaofanc@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so390428nzf for ; Thu, 11 Oct 2007 06:00:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dhE50zMg2nkeg+vyOxfjR/ofTyRQ/ILIMuSfpsw/eRw=; b=FpoolQVZVpiH/OFA9FRTiyNfnduKIOMrrpdjP5VVnmTSf+zOvlM8S2iG0pRmSBgvFYYxqxoZ34gQhVttdyNATP1z4b1AVl4Mjio3D7hHHQ0+8Np3Rz2HzawrjYr4fefpW1uBmy02ZJtvoNsYVKZt9ubpvS4YnxakdDiGHFobtJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fias1Yw+X/REHHKVYN8RYnkqr7MEkykZK5onIaF/mT298xA8yxfxyBUXjlDXszR0kcJ5xwUjonIgq/7oZYjt1NvJSteSeUz/TJE3zIyt/KwvboJiniYpuHF8g1JYuVdGO/3bqq7xYomkiFwmpkCrQXlx96HizuroA6gaXUa3pH4= Received: by 10.114.153.18 with SMTP id a18mr2143248wae.1192107630928; Thu, 11 Oct 2007 06:00:30 -0700 (PDT) Received: by 10.114.176.17 with HTTP; Thu, 11 Oct 2007 06:00:30 -0700 (PDT) Message-ID: Date: Thu, 11 Oct 2007 21:00:30 +0800 From: "Xiaofan Chen" To: freebsd-usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: VID parser problem with usbdevs 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: Thu, 11 Oct 2007 13:00:32 -0000 Somehow the vendor ID is parsed wrongly. 0x04d8 is for Microchip technology. ===[mcuee] ~/Desktop/build/fsusb/fsusb-0.1.11-2 # sudo usbdevs -v Controller /dev/usb1: addr 126: full speed, power 100 mA, config 1, product 0x000b(0x000b), I-Tuner Networks(0x04d8), rev 0.00 port 4 addr 126: full speed, power 100 mA, config 1, product 0x000b(0x000b), I-Tuner Networks(0x04d8), rev 0.00 ===[mcuee] ~/Desktop/build/fsusb/fsusb-0.1.11-2 # uname -a FreeBSD FreeBsd62.Mshome 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu Oct 11 19:50:55 SGT 2007 root@FreeBsd62.Mshome:/home/obj/home/src/sys/USBDEBUG i386 I am running kernel 6.2-STABLE with the latest SVN version of HPS Stack. Regards, Xiaofan