Home
last modified time | relevance | path

Searched hist:bc7fd43358d146b5d1ac9266407dbd35fa38b18a (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.hbc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.

It did not return the length of the vectors, but only the current
fragment's worth of vectors. It also modified the fFragmented flag,
which really should have been set in SetVectors in the first place.

As everything seemed to call IsFragmented after VectorLength,
this is not a behavioral change.
H A DTransfer.cppbc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.

It did not return the length of the vectors, but only the current
fragment's worth of vectors. It also modified the fFragmented flag,
which really should have been set in SetVectors in the first place.

As everything seemed to call IsFragmented after VectorLength,
this is not a behavioral change.
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cppbc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.

It did not return the length of the vectors, but only the current
fragment's worth of vectors. It also modified the fFragmented flag,
which really should have been set in SetVectors in the first place.

As everything seemed to call IsFragmented after VectorLength,
this is not a behavioral change.
H A Dohci.cppbc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.

It did not return the length of the vectors, but only the current
fragment's worth of vectors. It also modified the fFragmented flag,
which really should have been set in SetVectors in the first place.

As everything seemed to call IsFragmented after VectorLength,
this is not a behavioral change.
H A Duhci.cppbc7fd43358d146b5d1ac9266407dbd35fa38b18a Mon Sep 20 15:52:54 UTC 2021 Augustin Cavalier <waddlesplash@gmail.com> USB: Rename Transfer::VectorLength to Transfer::FragmentLength.

It did not return the length of the vectors, but only the current
fragment's worth of vectors. It also modified the fFragmented flag,
which really should have been set in SetVectors in the first place.

As everything seemed to call IsFragmented after VectorLength,
this is not a behavioral change.