Common subdirectories: ov51x-jpeg/debian and ov51x-jpeg_mod/debian diff ov51x-jpeg/ov51x-jpeg-core.c ov51x-jpeg_mod/ov51x-jpeg-core.c 210a211 > static int forceblock = 0; 310a312,313 > module_param(forceblock,int,S_IRUGO); > MODULE_PARM_DESC(forceblock, "Do a blocking Read regardless of the applications request"); 5721a5725,5727 > if (forceblock){ > PDEBUG(3, "All reads will be blocking."); > } 6383c6389,6392 < --- > if (forceblock > 0){ > PDEBUG(4, "Force blocking read (noblock=0)"); > noblock = 0; > } 6585a6595 > #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) 6586a6597 > #endif 6610a6622 > #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) 6611a6624 > #endif Only in ov51x-jpeg_mod: ov51x-jpeg-core.c.orig Only in ov51x-jpeg_mod: ov51x_jpeg_core.noblock.patch_1.5.5.txt