You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
2 years ago
|
From e193ca5f8828301fe569e28938f10fce3af5fcd3 Mon Sep 17 00:00:00 2001
|
||
|
From: Davide Cavalca <davide@cavalca.name>
|
||
|
Date: Thu, 3 Feb 2022 08:35:35 -0800
|
||
|
Subject: [PATCH] hwdb: add HP calculators
|
||
|
|
||
|
(cherry picked from commit 2b560c6e545346e9791962e37361ca044fca036e)
|
||
|
|
||
|
Related: #2087778
|
||
|
---
|
||
|
hwdb.d/70-pda.hwdb | 13 ++++++++++++-
|
||
|
1 file changed, 12 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/hwdb.d/70-pda.hwdb b/hwdb.d/70-pda.hwdb
|
||
|
index e122acca6f..3fdb4efcdd 100644
|
||
|
--- a/hwdb.d/70-pda.hwdb
|
||
|
+++ b/hwdb.d/70-pda.hwdb
|
||
|
@@ -4,9 +4,20 @@
|
||
|
# the seat owner.
|
||
|
#
|
||
|
# Permitted keys:
|
||
|
-# Specify if a device is a signal analyzer
|
||
|
+# Specify if a device is a handheld
|
||
|
# ID_PDA=1|0
|
||
|
|
||
|
+###########################################################
|
||
|
+# HP Inc.
|
||
|
+###########################################################
|
||
|
+# HP x9G+ Calculator
|
||
|
+usb:v03F0p0121*
|
||
|
+ ID_PDA=1
|
||
|
+
|
||
|
+# HP Prime
|
||
|
+usb:v03F0p1541*
|
||
|
+ ID_PDA=1
|
||
|
+
|
||
|
###########################################################
|
||
|
# Texas Instruments
|
||
|
###########################################################
|