Skip to content

Commit

Permalink
Huh. Apparently the Tolino Shine B&W actually has an even dumber name.
Browse files Browse the repository at this point in the history
Joy.

I'm going to keep being a rebel and keep using this slightly less
stupid one.

To be revisited when the next one comes along, I imagine ;p.
  • Loading branch information
NiLuJe committed Sep 19, 2024
1 parent e360106 commit 493de1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fbink_device_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,8 @@ static void
deviceQuirks.rotationMap[FB_ROTATE_UD] = FB_ROTATE_CW;
deviceQuirks.rotationMap[FB_ROTATE_CCW] = FB_ROTATE_UR;
deviceQuirks.screenDPI = 300U;
// NOTE: Marketed as Tolino Shine, sometimes with a (5. Gen) appended,
// which approaches Kindle levels of impractical device names...
strtcpy(deviceQuirks.deviceName, "Shine B&W", sizeof(deviceQuirks.deviceName));
strtcpy(deviceQuirks.deviceCodename, "Spa Tolino BW", sizeof(deviceQuirks.deviceCodename));
strtcpy(deviceQuirks.devicePlatform, "Mark 12", sizeof(deviceQuirks.devicePlatform));
Expand Down

0 comments on commit 493de1c

Please sign in to comment.