Easily WakeUp Incredible with Track Pad! 
After searching since I bought Incredible I had been missing this functionality on Inc. 
Finally I got this file elsewhere and this gets me love my Inc even more. 
Hope there are others who would like it as well. 
Just download the file, Unzip and put the file in the tools folder of SDK. 
while phone is powered on plug it in and then do  
 Code:
 adb reboot recovery
  
Once in recovery: 
 Code:
 adb shell
 mount -a
  
 (it will give error saying it couldnt mount curtain things. This is OK)
  
now run 
 Code:
 df
  
 (It will output some data and percentage figures)
  
Now run 
 Code:
 cd /system/usr/keylayout
 cp qwerty.kl qwerty.kl.old
  
 (do this so we have a backup incase we need to go back)
  
Now run 
 Code:
 adb push qwerty.kl /system/usr/keylayout
 adb reboot
  
  
Wola... once booted, you would be able to power on the screen with the optical trackpad. 
qwerty.zip