Skip to content

Commit

Permalink
u8833: add touchscreen firmware
Browse files Browse the repository at this point in the history
There are devices with the same touchscreen as my device that report
their touchscreens as unknown. Looks like this garbage might be
necessary after all.
  • Loading branch information
Daz Jones committed Nov 23, 2013
1 parent b667a4d commit 513eb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added rootdir/1191601.img
Binary file not shown.
3 changes: 2 additions & 1 deletion u8833.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ DEVICE_PACKAGE_OVERLAYS += device/huawei/u8833/overlay
# Files
PRODUCT_COPY_FILES += \
device/huawei/u8833/rootdir/fstab.huawei:root/fstab.huawei \
device/huawei/u8833/rootdir/init.device.rc:root/init.device.rc
device/huawei/u8833/rootdir/init.device.rc:root/init.device.rc \
device/huawei/u8833/rootdir/1191601.img:root/tp/1191601.img

PRODUCT_COPY_FILES += \
device/huawei/u8833/configs/AudioFilter.csv:system/etc/AudioFilter.csv \
Expand Down

0 comments on commit 513eb00

Please sign in to comment.