Searched refs:DefaultProduct (Results 1 – 1 of 1) sorted by relevance
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/ |
D | usb_modeswitch.c | 121 int DefaultVendor=0, DefaultProduct=0, TargetVendor=0, TargetProduct=-1, TargetClass=0; variable 224 ParseParamHex(configFilename, DefaultProduct); in readConfigFile() 271 if ( DefaultProduct ) in printConfig() 272 fprintf (output,"DefaultProduct= 0x%04x\n", DefaultProduct); in printConfig() 362 case 'p': DefaultProduct = strtol(optarg, NULL, 16); break; in readArguments() 475 if (!(DefaultVendor && DefaultProduct)) { in main() 522 printf("%d\n", findMBIMConfig(DefaultVendor, DefaultProduct, searchMode) ); in main() 541 sprintf(DefaultProductList,"%04x",DefaultProduct); in main() 675 syslog(LOG_NOTICE, "switch device %04x:%04x on %03d/%03d", DefaultVendor, DefaultProduct, in main() 1554 TargetProduct = DefaultProduct; in checkSuccess()
|