void kds_s2000w_option_descriptors_init(uint8_t profile)
{
- kds_s2000w_debug_printf(ALL, "kds_s2000w_option_descriptor_init_option_descriptors");
+ kds_s2000w_debug_printf(ALL, "kds_s2000w_option_descriptors_init");
if (profile == PROFILE_FULL) {
_kds_s2000w_option_descriptors_init_full_profile();
void kds_s2000w_option_descriptors_free()
{
- kds_s2000w_debug_printf(ALL, "kds_s2000w_option_descriptor_free_option_descriptors");
+ kds_s2000w_debug_printf(ALL, "kds_s2000w_option_descriptors_free");
for (int i = 0; i < max_option_count; i++) {
if (descriptors[i]->descriptor.constraint_type == SANE_CONSTRAINT_STRING_LIST) {
SANE_Option_Descriptor* kds_s2000w_option_descriptors_get_by_number(uint32_t number)
{
- kds_s2000w_debug_printf(ALL, "kds_s2000w_option_get_descriptor");
+ kds_s2000w_debug_printf(ALL, "kds_s2000w_option_descriptors_get_by_number");
if (number >= max_option_count)
return NULL;