Opened 10 months ago
Closed 8 months ago
#1797 closed enhancement (fixed)
add to drivedb: Unknown USB bridge 0x152d:0xb567
Reported by: | Vadim Stotchii | Owned by: | Christian Franke |
---|---|---|---|
Priority: | minor | Milestone: | Release 7.5 |
Component: | drivedb | Version: | |
Keywords: | usb | Cc: |
Description
Hi,
An hard drive behind an SATA Adapter with USB-3.2 interface wasn't directly recognised by Debian testing's smartmontools. The device was sold as "Fantec AD-U3SA SATA Adapter".
I've checked trunk's drivedb.h, and I didn't see the USB id defined there. Also, its USB id wasn't yet in the online usb.ids database.
The device seems to work just fine with device type 'sat'.
I have created local databace /etc/smart_drivedb.h with tte text:
{ "USB: Fantec AD-U3S",
"0x152d:0xb567", USB2/3->SATA
" ",
" ",
"-d sat"
},
Enclosed is the output of one smartctl run. Thanks in advance.
Attachments (1)
Change History (4)
by , 10 months ago
Attachment: | smartctl-Fantec.txt added |
---|
comment:1 by , 10 months ago
Component: | all → drivedb |
---|---|
Keywords: | usb added |
Milestone: | → unscheduled |
Type: | defect → enhancement |
comment:2 by , 8 months ago
Milestone: | unscheduled → Release 7.5 |
---|---|
Owner: | set to |
Status: | new → accepted |
comment:3 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
r5600, r5602.