PREFIX_LENGTH
if (name_length > PREFIX_LENGTH &&
strncmp(*name, "Logitech ", PREFIX_LENGTH) == 0)
new_length = PREFIX_LENGTH + name_length;