Opened 3 years ago
Closed 3 years ago
#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 , 3 years ago
| Milestone: | → unscheduled |
|---|
comment:2 by , 3 years ago
| Milestone: | unscheduled → Release 7.4 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:3 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

r5440, r5441.