Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:u3_x2_android_release_note_4.4.4_v5.3 [2015/11/30 11:17] codewalker created |
en:u3_x2_android_release_note_4.4.4_v5.3 [2016/01/04 14:10] (current) codewalker |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== New updates ===== | ===== New updates ===== | ||
- | * | + | * Adjust icon placement on the navigation bar for the portrait mode. |
+ | * GPS accuracy fix for the navigation software. [[http://forum.odroid.com/viewtopic.php?f=113&t=11887 |Many thanks joerg!]] | ||
+ | * Add Multitouch V/PID requested. [[http://forum.odroid.com/viewtopic.php?f=51&t=15495]] | ||
+ | <code> | ||
+ | #define USB_VENDOR_ID_IRTOUCHSYSTEMS 0x6615 | ||
+ | #define USB_DEVICE_ID_IRTOUCH_INFRARED_USB 0x0070 | ||
+ | #define USB_DEVICE_ID_IRTOUCH_TOUCH 0x0001 | ||
+ | |||
+ | /* Dell P2314T USB capacitive Screen */ | ||
+ | #define USB_VENDOR_ID_DELL 0x2149 | ||
+ | #define USB_DEVICE_ID_P2314T_TOUCH 0x2316 | ||
+ | </code> | ||
=== u-boot === | === u-boot === |