Home
last modified time | relevance | path

Searched refs:chip_serial (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/usb/misc/
H A Diowarrior.c92 char chip_serial[9]; /* the serial number string of the chip connected */ member
588 memcpy(info.serial, dev->chip_serial, in iowarrior_ioctl()
589 sizeof(dev->chip_serial)); in iowarrior_ioctl()
867 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe()
868 usb_string(udev, udev->descriptor.iSerialNumber, dev->chip_serial, in iowarrior_probe()
869 sizeof(dev->chip_serial)); in iowarrior_probe()
870 if (strlen(dev->chip_serial) != 8) in iowarrior_probe()
871 memset(dev->chip_serial, 0x00, sizeof(dev->chip_serial)); in iowarrior_probe()
897 "now attached to iowarrior%d\n", dev->product_id, dev->chip_serial, in iowarrior_probe()