Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/plato.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/core/src/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down