Lines Matching refs:bcdUSB

114   if (dev->descriptor.bcdUSB != 0x110)
117 printf (" this is not a GT-6801 (bcdUSB = 0x%x)\n",
118 dev->descriptor.bcdUSB);
231 if (dev->descriptor.bcdUSB != 0x110)
234 printf (" this is not a GT-6816 (bcdUSB = 0x%x)\n",
235 dev->descriptor.bcdUSB);
389 if (dev->descriptor.bcdUSB != 0x110)
392 printf (" this is not a GT-8911 (check 2, bcdUSB = 0x%x)\n",
393 dev->descriptor.bcdUSB);
590 if (dev->descriptor.bcdUSB != 0x100)
593 printf (" this is not a MA-1017 (bcdUSB = 0x%x)\n",
594 dev->descriptor.bcdUSB);
735 if (dev->descriptor.bcdUSB != 0x100)
738 printf (" this is not a MA-1015 (bcdUSB = 0x%x)\n",
739 dev->descriptor.bcdUSB);
863 if (dev->descriptor.bcdUSB != 0x110)
866 printf (" this is not a MA-1509 (bcdUSB = 0x%x)\n",
867 dev->descriptor.bcdUSB);
1069 if ((dev->descriptor.bcdUSB != 0x110)
1070 && (dev->descriptor.bcdUSB != 0x101)
1071 && (dev->descriptor.bcdUSB != 0x100))
1074 printf (" this is not a LM983x (bcdUSB = 0x%x)\n",
1075 dev->descriptor.bcdUSB);
1279 if (dev->descriptor.bcdUSB != 0x110)
1282 printf (" this is not a GL646 (bcdUSB = 0x%x)\n",
1283 dev->descriptor.bcdUSB);
1431 if (dev->descriptor.bcdUSB != 0x110)
1434 printf (" this is not a GL646_HP (bcdUSB = 0x%x)\n",
1435 dev->descriptor.bcdUSB);
1586 if (dev->descriptor.bcdUSB != 0x200)
1589 printf (" this is not a GL660+GL646 (bcdUSB = 0x%x)\n",
1590 dev->descriptor.bcdUSB);
1761 if (dev->descriptor.bcdUSB != 0x200)
1764 printf (" this is not a GL84x (bcdUSB = 0x%x)\n",
1765 dev->descriptor.bcdUSB);
1956 if (dev->descriptor.bcdUSB != 0x110)
1959 printf (" this is not a ICM532B (check 2, bcdUSB = 0x%x)\n",
1960 dev->descriptor.bcdUSB);
2138 if (dev->descriptor.bcdUSB != 0x100)
2141 printf (" this is not a PV8630/LM9830 (bcdUSB = 0x%x)\n",
2142 dev->descriptor.bcdUSB);
2316 if (dev->descriptor.bcdUSB != 0x100)
2319 printf (" this is not a M011 (bcdUSB = 0x%x)\n",
2320 dev->descriptor.bcdUSB);
2450 if (dev->descriptor.bcdUSB != 0x110)
2453 printf (" this is not a rts8858c (bcdUSB = 0x%x)\n",
2454 dev->descriptor.bcdUSB);
2597 if (dev->descriptor.bcdUSB != 0x110)
2600 printf (" this is not a rts8801/rts8891 (bcdUSB = 0x%x)\n",
2601 dev->descriptor.bcdUSB);
2747 if (dev->descriptor.bcdUSB != 0x200)
2750 printf (" this is not a SQ113 (bcdUSB = 0x%x)\n",
2751 dev->descriptor.bcdUSB);
2969 if ((dev->descriptor.bcdUSB != 0x200)&&(dev->descriptor.bcdUSB != 0x110))
2972 printf (" this is not a RTS8822 (bcdUSB = 0x%x)\n",
2973 dev->descriptor.bcdUSB);
3122 if (dev->descriptor.bcdUSB != 0x200)
3125 printf (" this is not a " HP5590_NAMES " chipset (bcdUSB = 0x%x)\n",
3126 dev->descriptor.bcdUSB);
3517 if (desc.bcdUSB != 0x110)
3520 printf (" this is not a GL646 (bcdUSB = 0x%x)\n", desc.bcdUSB);
3656 if (desc.bcdUSB != 0x110)
3659 printf (" this is not a GT-6801 (bcdUSB = 0x%x)\n", desc.bcdUSB);
3762 if (desc.bcdUSB != 0x110)
3765 printf (" this is not a GT-6816 (bcdUSB = 0x%x)\n", desc.bcdUSB);
4151 if ((desc.bcdUSB != 0x110)
4152 && (desc.bcdUSB != 0x101)
4153 && (desc.bcdUSB != 0x100))
4156 printf (" this is not a LM983x (bcdUSB = 0x%x)\n", desc.bcdUSB);