https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203289

--- Comment #3 from Hans Petter Selasky <[email protected]> ---
More specifically this structure:

const struct usb_temp_device_desc usb_template_serialnet = {
        .getStringDesc = &serialnet_get_string_desc,
        .ppConfigDesc = serialnet_configs,
        .idVendor = USB_TEMPLATE_VENDOR,
        .idProduct = 0x0001,
        .bcdDevice = 0x0100,
        .bDeviceClass = UDCLASS_COMM,
        .bDeviceSubClass = 0,
        .bDeviceProtocol = 0,
        .iManufacturer = STRING_VENDOR_INDEX,
        .iProduct = STRING_PRODUCT_INDEX,
        .iSerialNumber = STRING_SERIAL_INDEX,
};

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to