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