Searched refs:iproduct (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.c42 char imanufact[DESCR_MAX], iproduct[DESCR_MAX], iserial[DESCR_MAX]; variable
403 printf(" Product: %s\n", iproduct);
424 syslog(LOG_NOTICE, "switching %04x:%04x (%s: %s)", DefaultVendor, DefaultProduct, imanufact, iproduct);
503 memset (iproduct, ' ', DESCR_MAX);
517 ret = usb_get_string_simple(devh, dev->descriptor.iProduct, iproduct, DESCR_MAX);
521 strcpy(iproduct, "not provided");
522 c = strstr(iproduct, " ");
803 printf(" Product: %s\n", iproduct);
827 syslog(LOG_NOTICE, "switched to %04x:%04x (%s: %s)", TargetVendor, TargetProduct, imanufact, iproduct);

Completed in 61 milliseconds