I've seen a few people having this problem, but so far no one has been able to resolve it.
When you hide the UIStatusBar (either in the application delegate with this line of code: [application setStatusBarHidden:YES animated:NO]; or by making a boolean entry in the info.plist file) the area where the status bar would normally be displayed does not respond to touches.
In the screenshot above, the UILabel displaying the X and Y coordinates of the touch are updated on touch and when touchmoves begin. If I slide my finder to the left edge of the screen, it's a dead zone. X stops being updated at -59 or -60... which would leave about a 20 pixel wide dead zone.
-Toryn