Skip to content

Commit

Permalink
Add new devices into ioblame
Browse files Browse the repository at this point in the history
Bug: 120776455
Test: run script
Change-Id: I5376003159376ab9ad5910d3bcbd95fa16254c34
  • Loading branch information
weivincewang committed Dec 17, 2018
1 parent 377b443 commit 7a6ae4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ioblame/ioblame.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ getmodel() {
aosp_gobo | gobo | gobo_512)
get_go_devnames
;;
marlin | sailfish)
marlin | sailfish | walleye | taimen | blueline | crosshatch)
get_marlin_sailfish_devnames
;;
angler)
Expand All @@ -57,8 +57,8 @@ getmodel() {
get_volantis_devnames
;;
*)
echo Unknown Device $model
exit 1
echo Unknown Device $model -- trying Pixel config
get_marlin_sailfish_devnames
;;
esac
}
Expand Down

0 comments on commit 7a6ae4f

Please sign in to comment.