UGENDEV_BASESTR
CTASSERT(UGENDEV_BUFSIZE > sizeof(UGENDEV_BASESTR)+sizeof("0.00")+1);
snprintf(buf, len, "%s%d.%02d", UGENDEV_BASESTR, devnum, endpoint);