From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp2-g21.free.fr ([212.27.42.2]:60502 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755109AbZBIUQl (ORCPT ); Mon, 9 Feb 2009 15:16:41 -0500 Message-ID: <49908F1F.90501@free.fr> Date: Mon, 09 Feb 2009 21:16:31 +0100 From: matthieu castet MIME-Version: 1.0 To: linux-media@vger.kernel.org CC: DVB list Subject: Re: [linux-dvb] [PATCH] Support faulty USB IDs on DIBUSB_MC References: <484A72D3.7070500@free.fr> <4974E4BE.2060107@free.fr> <20090129074735.76e07d47@caramujo.chehab.org> <49820C26.5090309@free.fr> <498215A8.3020203@free.fr> <499086BC.4080605@free.fr> <412bdbff0902091144x56a00289u55c8f65015f28365@mail.gmail.com> In-Reply-To: <412bdbff0902091144x56a00289u55c8f65015f28365@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Devin Heitmueller wrote: > On Mon, Feb 9, 2009 at 2:40 PM, matthieu castet wrote: >> Hi, >> >> matthieu castet wrote: >>> matthieu castet wrote: >>>> Hi Patrick, >>>> >>>> Patrick Boettcher wrote: >>>>> Hi, >>>>> > > The assumption that you can only have write/read or write requests is > one of the big things fixed in the 1.20 firmware. If you are running > the 1.20 firmware, you just need to add the option to use the new i2c > function instead of the legacy i2c transfer function. Unfortunamty this is for dib0700 and not dib3000. dib3000 doesn't got new firmware/i2c API. But the same patch should be done for dib0700_i2c_xfer_legacy... Matthieu