<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Edge exclusion zone too wide for large touchpad"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103330#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Edge exclusion zone too wide for large touchpad"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103330">bug 103330</a>
              from <span class="vcard"><a class="email" href="mailto:peteryuchuang@gmail.com" title="Peter Y. Chuang <peteryuchuang@gmail.com>"> <span class="fn">Peter Y. Chuang</span></a>
</span></b>
        <pre>Also:

        /* palm edges are 8% of the width on each side up to a max of 8mm */
        mm.x = min(8, width * 0.08);
        edges = evdev_device_mm_to_units(device, &mm);
        tp->palm.left_edge = edges.x;

        mm.x = width * 0.92;
        edges = evdev_device_mm_to_units(device, &mm);
        tp->palm.right_edge = edges.x;

        if (!tp->buttons.has_topbuttons) {
                /* top edge is 5% of the height */
                mm.y = height * 0.05;
                edges = evdev_device_mm_to_units(device, &mm);
                tp->palm.upper_edge = edges.y;

It appears that only the left edge has been changed, if I'm not mistaken.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>