conv_table
usba_get_name(conv_table_t *conv_table, int value)
for (i = 0; conv_table[i].name != NULL; i++) {
if (conv_table[i].what == value) {
return (conv_table[i].name);