lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 21 Jul 2006 22:17:45 -0700
From:	Pete Zaitcev <zaitcev@...hat.com>
To:	Sergej Pupykin <ps@...ltd.ru>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: USB: count of reading urbs

On 20 Jul 2006 16:43:23 +0400, Sergej Pupykin <ps@...ltd.ru> wrote:

> Please, tell me. If I submit one urb, can I lost data? (If data comes when
> urb callback executed)

USB by its nature requires devices to have some buffering, because
polling by the host may be irregular or not often enough. So, usually
there is no loss of data in such case. If you delay resubmissions
enough to overrun device's internal queue, it may happen.

-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ