Comment 99 for bug 2000947

Revision history for this message
kur1977 (kur1977) wrote :

@Giuliano

Trying to start you script and got this error (((

home/serg/linux-hwe-6.2-6.2.0/drivers/media/usb/uvc/uvc_driver.c:254:39: error: ‘struct uvc_format’ has no member named ‘name’
  254 | strscpy(format->name, fmtdesc->name,
      | ^~
/home/serg/linux-hwe-6.2-6.2.0/drivers/media/usb/uvc/uvc_driver.c:255:46: error: ‘struct uvc_format’ has no member named ‘name’
  255 | sizeof(format->name));
      | ^~
/home/serg/linux-hwe-6.2-6.2.0/drivers/media/usb/uvc/uvc_driver.c:260:40: error: ‘struct uvc_format’ has no member named ‘name’
  260 | snprintf(format->name, sizeof(format->name), "%pUl\n",
      | ^~
/home/serg/linux-hwe-6.2-6.2.0/drivers/media/usb/uvc/uvc_driver.c:260:61: error: ‘struct uvc_format’ has no member named ‘name’
  260 | snprintf(format->name, sizeof(format->name), "%pUl\n",
      | ^~
/home/serg/linux-hwe-6.2-6.2.0/drivers/media/usb/uvc/uvc_driver.c:273:47: error: ‘struct uvc_format’ has no member named ‘name’
  273 | strscpy(format->name, "Greyscale 8-bit (Y8 )",
      | ^~
/home/serg/linux-hwe-6.2-6.2.0/drivers/media/usb/uvc/uvc_driver.c:274:54: error: ‘struct uvc_format’ has no member named ‘name’
  274 | sizeof(format->name));