Revision 3c9c706c usb-linux.c

b/usb-linux.c
846 846
            case 0x03:
847 847
                type = USBDEVFS_URB_TYPE_INTERRUPT;
848 848
                break;
849
            default:
850
                DPRINTF("usb_host: malformed endpoint type\n");
851
                type = USBDEVFS_URB_TYPE_BULK;
852 849
            }
853 850
            s->endp_table[(devep & 0xf) - 1].type = type;
854 851
            s->endp_table[(devep & 0xf) - 1].halted = 0;

Also available in: Unified diff