commit | 66348c90ea4570bf999ac301089e006d0cce1926 | [log] [tgz] |
---|---|---|
author | Daniel Drake <dsd@gentoo.org> | Sun Mar 09 00:58:09 2008 +0000 |
committer | Daniel Drake <dsd@gentoo.org> | Sun Mar 09 00:58:09 2008 +0000 |
tree | 6583cebef6f99fa7ec5f65a02f0721ae45c8bb99 | |
parent | d21ebe47ce578c93cd8969be1c933d503e32e5d4 [diff] |
Separate transfer allocation and submission Leads to some hefty API changes. Now we're much more similar to the Linux kernel model. Problems with dealing with asynchronous control transfers are passed on to the user, basically you must allocate a buffer, start with the setup, and put the data after. This won't make much sense until documented (soon...)