From owner-freebsd-usb@FreeBSD.ORG Wed Jun 20 09:03:49 2012 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 DEDC2106564A for ; Wed, 20 Jun 2012 09:03:49 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9744B8FC08 for ; Wed, 20 Jun 2012 09:03:49 +0000 (UTC) Received: by yenl8 with SMTP id l8so6452748yen.13 for ; Wed, 20 Jun 2012 02:03:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=qIwyAmrh8q6a40nBZ03ij3i8NcICIZuvjIgp+sxeBJI=; b=CuT94RLHgz2GJqM7gRNyWdanP+SmxJxM5VgHY7KNHA6Rd3DEYdVTPtLM14knsRU+Hu VGviod4uibAKiK18wmnnxrg0Wy5FarSyql1iJNIY9lTt3Avroez3lzriq7Btopk25b5+ 2s6KqUq4pUnIImg3dhx3+iDjbS+tGCcM/Q5ZAjVqgDtunKc5fBgISmLTMb9h4r/v/r8C /DyYpVQ8h5fhHCp9sNv/Ruei5VAbebTPKTWdWpHEKZVpGkk77lIeTM8LjjwDlM99rD92 fS8KpAvZQPRIcoHRIwSxC9t1STuHK8Rqwqy75ynKWiTGg1OpbjJ3ur07WEWelpAJ4SjA oL/g== MIME-Version: 1.0 Received: by 10.50.153.170 with SMTP id vh10mr3794904igb.24.1340183028664; Wed, 20 Jun 2012 02:03:48 -0700 (PDT) Received: by 10.231.235.9 with HTTP; Wed, 20 Jun 2012 02:03:48 -0700 (PDT) In-Reply-To: <201206200747.28890.hselasky@c2i.net> References: <201206191854.33487.hselasky@c2i.net> <201206200747.28890.hselasky@c2i.net> Date: Wed, 20 Jun 2012 12:03:48 +0300 Message-ID: From: Alexander Yerenkow To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-usb@freebsd.org Subject: Re: Internal Card Reader 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: Wed, 20 Jun 2012 09:03:50 -0000 2012/6/20 Hans Petter Selasky : > Hi, > > On Tuesday 19 June 2012 19:20:59 Alexander Yerenkow wrote: >> =A0 =A0 =A0 bInterfaceClass =3D 0x00ff >> =A0 =A0 =A0 bInterfaceSubClass =3D 0x00ff >> =A0 =A0 =A0 bInterfaceProtocol =3D 0x00ff > > This indicates a propritary protocol is used. > > Try searching google for > > =A0idVendor =3D 0x0d8c > =A0idProduct =3D 0x5200 > > Maybe you find the correct quirks you need for sys/dev/usb/quirk/usb_quir= k.c That seems someone too had tried in past: http://lists.freebsd.org/pipermail/freebsd-hardware/2009-November/006045.ht= ml Can't find anything yet about this card reader, except that it use standard windows driver and don't supported by linux too. Oh well, I need new card reader then :) > > --HPS --=20 Regards, Alexander Yerenkow