Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from lissyx/bug1134572
Browse files Browse the repository at this point in the history
Bug 1134572 - Copy clearpad touchscreen firmware blobs r=mwu
  • Loading branch information
lissyx committed Feb 19, 2015
2 parents db0fb9b + 0cebecd commit 12174d6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions extract-files.sh
Expand Up @@ -24,3 +24,22 @@ SHINANO_ETC="
"

copy_files "$SHINANO_ETC" "system/etc" "etc"

SHINANO_FIRMWARE_CLEARPAD="
touch_module_id_0x74.img
touch_module_id_0x75.img
touch_module_id_0x76.img
touch_module_id_0x78.img
touch_module_id_0x7a.img
touch_module_id_0x7b.img
touch_module_id_0x7c.img
touch_module_id_0x7d.img
touch_module_id_0x7e.img
touch_module_id_0x7f.img
touch_module_id_0x80.img
touch_module_id_0x81.img
touch_module_id_0x95.img
touch_module_id_0x96.img
"

copy_files "$SHINANO_FIRMWARE_CLEARPAD" "system/etc/firmware" "etc/firmware"

0 comments on commit 12174d6

Please sign in to comment.