The first parameter of alp_unhandled_read_action_cb appeared to be
obsolete (no usefull data was passed). This patch passes
origin_itf_status instead.
This gives the app extra flexibility in implementing files on-the-fly: for example, the file contents can be different depending on details from the origin_itf_status (such as UID ).
The first parameter of alp_unhandled_read_action_cb appeared to be obsolete (no usefull data was passed). This patch passes origin_itf_status instead.
This gives the app extra flexibility in implementing files on-the-fly: for example, the file contents can be different depending on details from the origin_itf_status (such as UID ).