1 Sep 2011 07:13
Re: [PATCH 07/21] [staging] tm6000: Remove artificial delay.
Thierry Reding <thierry.reding <at> avionic-design.de>
2011-09-01 05:13:24 GMT
2011-09-01 05:13:24 GMT
* Mauro Carvalho Chehab wrote: > Em 04-08-2011 04:14, Thierry Reding escreveu: > > --- > > drivers/staging/tm6000/tm6000-core.c | 3 --- > > 1 files changed, 0 insertions(+), 3 deletions(-) > > > > diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c > > index e14bd3d..2c156dd 100644 > > --- a/drivers/staging/tm6000/tm6000-core.c > > +++ b/drivers/staging/tm6000/tm6000-core.c > > <at> <at> -86,9 +86,6 <at> <at> int tm6000_read_write_usb(struct tm6000_core *dev, u8 req_type, u8 req, > > } > > > > kfree(data); > > - > > - msleep(5); > > - > > return ret; > > } > > > > This delay is needed by some tm5600/6000 devices. Maybe it is due to > some specific chipset revision, but I can't remember anymore what > device(s) were affected. > > The right thing to do seems to whitelist the devices that don't need > any delay there. This was actually the first thing I patched because I couldn't see any need for it (the Cinergy Hybrid USB Stick worked fine without) and it made the(Continue reading)
RSS Feed