diff --git a/contrib/plato.sh b/contrib/plato.sh index 19dbc8e..7158d25 100755 --- a/contrib/plato.sh +++ b/contrib/plato.sh @@ -79,7 +79,7 @@ if [ -e "$KOBO_TAG" ] ; then 389) PRODUCT_ID=0x4236 ;; # Elipsa 2E 390) PRODUCT_ID=0x4237 ;; # Libra Colour 393) PRODUCT_ID=0x4238 ;; # Clara Colour - 391) PRODUCT_ID=0x4239 ;; # Clara BW + 391|395) PRODUCT_ID=0x4239 ;; # Clara BW *) PRODUCT_ID=0x6666 ;; esac diff --git a/crates/core/src/device.rs b/crates/core/src/device.rs index 1bc4db1..43cf197 100644 --- a/crates/core/src/device.rs +++ b/crates/core/src/device.rs @@ -208,7 +208,7 @@ impl Device { dims: (1404, 1872), dpi: 227, }, - "spaBW" => Device { + "spaBW" | "spaBWTPV" => Device { model: Model::ClaraBW, proto: TouchProto::MultiB, dims: (1072, 1448),