Displaying 1 result from an estimated 1 matches for "get_data_".
Did you mean:
get_data
2007 Oct 03
2
[nut-commits] svn commit r1136 - in trunk: . drivers
...; initialization, and moved some shared code to agiler init function
> since krauler doesn't need it.
[...]
I'm not very thrilled about this patch:
1) Down at the subdriver level, one shouldn't use ser_get_line() anymore,
but usb->get_interrupt() instead or alternatively, get_data_agiler().
Hopping back-and-forth between various layers in the code is bad coding
style as it makes the code difficult to understand.
2) So what is the benefit of this patch? It seem to try to optimize
something away that complicates the subdrivers and really provides no
runtime advantages (the ser...