20-mouse.conf add CPI for HyperX Pulsefire Haste 2

We need to hardcode the CPI value of the HyperX Pulsefire Haste 2 mouse as it is not possible to read its CPI from its descriptor.

BUG=b:242137075
TEST=Do not currently have the mouse, but was able to build &
flash to device without obvious errors.

Change-Id: I290056cb1a6bfe40138b712ad19b5acbc5a9418e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3899774
Reviewed-by: Sean O'Brien <seobrien@chromium.org>
Tested-by: William Mahon <wmahon@google.com>
Commit-Queue: William Mahon <wmahon@google.com>
diff --git a/20-mouse.conf b/20-mouse.conf
index 8cf509f..fa42152 100644
--- a/20-mouse.conf
+++ b/20-mouse.conf
@@ -106,6 +106,13 @@
 EndSection
 
 Section "InputClass"
+    Identifier      "HyperX Pulsefire Haste 2"
+    MatchUSBID      "03f0:0b97"
+    MatchDevicePath "/dev/input/event*"
+    Option          "Mouse CPI" "800"
+EndSection
+
+Section "InputClass"
     Identifier      "Microsoft Corp. Trackball Explorer*"
     MatchUSBID      "045e:0024"
     MatchDevicePath "/dev/input/event*"