Check if an urb describes an out transfer
int usb_urb_dir_out(struct urb * urb);
urb
URB to be checked
1 if urb describes an OUT transfer (host-to-device), otherwise 0.