Lines Matching refs:bDeviceProtocol
128 if (dev->descriptor.bDeviceProtocol != 0xff)
131 printf (" this is not a GT-6801 (bDeviceProtocol = 0x%x)\n",
132 dev->descriptor.bDeviceProtocol);
245 if (dev->descriptor.bDeviceProtocol != 0x00)
248 printf (" this is not a GT-6816 (bDeviceProtocol = 0x%x)\n",
249 dev->descriptor.bDeviceProtocol);
404 if (dev->descriptor.bDeviceProtocol != 0x00)
408 (" this is not a GT-8911 (check 4, bDeviceProtocol = 0x%x)\n",
409 dev->descriptor.bDeviceProtocol);
604 if (dev->descriptor.bDeviceProtocol != 0x00)
607 printf (" this is not a MA-1017 (bDeviceProtocol = 0x%x)\n",
608 dev->descriptor.bDeviceProtocol);
749 if (dev->descriptor.bDeviceProtocol != 0xff)
752 printf (" this is not a MA-1015 (bDeviceProtocol = 0x%x)\n",
753 dev->descriptor.bDeviceProtocol);
877 if (dev->descriptor.bDeviceProtocol != 0xff)
880 printf (" this is not a MA-1509 (bDeviceProtocol = 0x%x)\n",
881 dev->descriptor.bDeviceProtocol);
1085 if ((dev->descriptor.bDeviceProtocol != 0) &&
1086 (dev->descriptor.bDeviceProtocol != 0xff))
1089 printf (" this is not a LM983x (bDeviceProtocol = 0x%x)\n",
1090 dev->descriptor.bDeviceProtocol);
1293 if (dev->descriptor.bDeviceProtocol != 0)
1296 printf (" this is not a GL646 (bDeviceProtocol = 0x%x)\n",
1297 dev->descriptor.bDeviceProtocol);
1445 if (dev->descriptor.bDeviceProtocol != 0xff)
1448 printf (" this is not a GL646_HP (bDeviceProtocol = 0x%x)\n",
1449 dev->descriptor.bDeviceProtocol);
1600 if (dev->descriptor.bDeviceProtocol != 0xff)
1603 printf (" this is not a GL660+GL646 (bDeviceProtocol = 0x%x)\n",
1604 dev->descriptor.bDeviceProtocol);
1775 if (dev->descriptor.bDeviceProtocol != 0xff)
1778 printf (" this is not a GL84x (bDeviceProtocol = 0x%x)\n",
1779 dev->descriptor.bDeviceProtocol);
1971 if (dev->descriptor.bDeviceProtocol != 0xff)
1975 (" this is not a ICM532B (check 4, bDeviceProtocol = 0x%x)\n",
1976 dev->descriptor.bDeviceProtocol);
2152 if (dev->descriptor.bDeviceProtocol != 0x00)
2155 printf (" this is not a PV8630/LM9830 (bDeviceProtocol = 0x%x)\n",
2156 dev->descriptor.bDeviceProtocol);
2330 if (dev->descriptor.bDeviceProtocol != USB_CLASS_VENDOR_SPEC)
2333 printf (" this is not a M011 (bDeviceProtocol = 0x%x)\n",
2334 dev->descriptor.bDeviceProtocol);
2464 if (dev->descriptor.bDeviceProtocol != 0)
2467 printf (" this is not a rts8858c (bDeviceProtocol = 0x%x)\n",
2468 dev->descriptor.bDeviceProtocol);
2611 if (dev->descriptor.bDeviceProtocol != 0)
2614 printf (" this is not a rts8801/rts8891 (bDeviceProtocol = 0x%x)\n",
2615 dev->descriptor.bDeviceProtocol);
2761 if (dev->descriptor.bDeviceProtocol != 0)
2764 printf (" this is not a SQ113 (bDeviceProtocol = 0x%x)\n",
2765 dev->descriptor.bDeviceProtocol);
2983 if (dev->descriptor.bDeviceProtocol != 0)
2986 printf (" this is not a RTS8822 (bDeviceProtocol = 0x%x)\n",
2987 dev->descriptor.bDeviceProtocol);
3136 if (dev->descriptor.bDeviceProtocol != 0xff)
3139 printf (" this is not a " HP5590_NAMES " chipset (bDeviceProtocol = 0x%x)\n",
3140 dev->descriptor.bDeviceProtocol);
3530 if (desc.bDeviceProtocol != 0)
3533 printf (" this is not a GL646 (bDeviceProtocol = 0x%x)\n",
3534 desc.bDeviceProtocol);
3669 if (desc.bDeviceProtocol != 0xff)
3672 printf (" this is not a GT-6801 (bDeviceProtocol = 0x%x)\n",
3673 desc.bDeviceProtocol);
3775 if (desc.bDeviceProtocol != 0x00)
3778 printf (" this is not a GT-6816 (bDeviceProtocol = 0x%x)\n",
3779 desc.bDeviceProtocol);
3936 if (desc.bDeviceProtocol != 0xff)
3939 printf (" this is not a GLxxx (bDeviceProtocol = 0x%x)\n",
3940 desc.bDeviceProtocol);
4166 if ((desc.bDeviceProtocol != 0) &&
4167 (desc.bDeviceProtocol != 0xff))
4170 printf (" this is not a LM983x (bDeviceProtocol = 0x%x)\n",
4171 desc.bDeviceProtocol);