* Matthieu CASTET wrote: > - enable fast usb quirk > - use usleep_range instead on msleep for short sleep > - merge i2c out and usb delay > - do like the windows driver that upload the tuner firmware with 80 bytes > packets > > Signed-off-by: Matthieu CASTET > CC: Thierry Reding > --- > drivers/staging/tm6000/tm6000-cards.c | 2 ++ > drivers/staging/tm6000/tm6000-core.c | 16 +++++++++++++++- > drivers/staging/tm6000/tm6000-i2c.c | 8 +------- > 3 files changed, 18 insertions(+), 8 deletions(-) You seem to be basing your work on old code. You should probably update the patch against a later branch (e.g. staging/for_v3.3 from the media tree): http://git.linuxtv.org/media_tree.git/shortlog/refs/heads/staging/for_v3.3 Thierry