if (this.verbose_mode > 1){
                    for(int j=0;j<usb_report_size;j++){
                        if (j % 16 == 0 && j > 0)
                            System.Console.WriteLine("");
                        System.Console.Write("{0:x} ", report[j]);