#1680 closed patch (fixed)

Patch to add HP Personal Media Drive

Reported by: Cmdr_Zod Owned by: Christian Franke
Priority: minor Milestone: Release 7.4
Component: drivedb Version: 7.3
Keywords: usb Cc:

Description

I just realized that this device is not in the drivedb.h (it is listed in Supported_USB-Devices).
The following patch has been tested against an actual device:

--- drivedb.h.5417      2022-12-28 19:17:19.338336183 +0100
+++ drivedb.h   2022-12-28 19:21:07.052238042 +0100
@@ -5121,6 +5121,12 @@
     "-d sat,12" // ATA output registers missing
   },
   // Hewlett-Packard
+  { "USB: HP Personal Media Drive; ",
+    "0x03f0:0x070c",
+    "",
+    "",
+    "-d usbsunplus"
+  },
   { "USB: HP Desktop HD BD07; ", // 2TB
     "0x03f0:0xbd07",
     "",

Change History (3)

comment:1 by Christian Franke, 16 months ago

Milestone: unscheduled

comment:2 by Christian Franke, 15 months ago

Milestone: unscheduledRelease 7.4
Owner: set to Christian Franke
Status: newaccepted

comment:3 by Christian Franke, 15 months ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.