Date: Wed, 23 Sep 2015 18:58:59 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 203289] BeagleBone Black invalid USB target descriptors Message-ID: <bug-203289-17-HuoOlNxagz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203289-17@https.bugs.freebsd.org/bugzilla/> References: <bug-203289-17@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203289 --- Comment #3 from Hans Petter Selasky <hselasky@FreeBSD.org> --- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203289-17-HuoOlNxagz>