Thanks agraham for your help.
I solve issue with this steps.
Connect your device to computer.
open cmd and write cd C:\Android\android-sdk\platform-tools //This my path. You must write your path.
1-adb pull /system/etc/permissions/tablet_core_hardware.xml //if phone handheld_core_hardware.xml
2-Update that file and create android.hardware.usb.host.xml as specified by
This Link
3-adb push android.hardware.usb.host.xml /system/etc/permissions
4-adb push tablet_core_hardware.xml /system/etc/permissions //if phone handheld_core_hardware.xml
5-Reboot.
if you get error like read only first write adb remount after that do this steps.
I upload files.