Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/siano/
Dsmsusb.c290 char *product_string = in smsusb1_detectmode() local
295 if (!product_string) { in smsusb1_detectmode()
296 product_string = "none"; in smsusb1_detectmode()
298 } else if (strstr(product_string, "DVBH")) in smsusb1_detectmode()
300 else if (strstr(product_string, "BDA")) in smsusb1_detectmode()
302 else if (strstr(product_string, "DVBT")) in smsusb1_detectmode()
304 else if (strstr(product_string, "TDMB")) in smsusb1_detectmode()
307 pr_debug("%d \"%s\"\n", *mode, product_string); in smsusb1_detectmode()