Skip to content
Snippets Groups Projects
Commit 1ccb38e5 authored by chrfranke's avatar chrfranke
Browse files

Add USB ID of AcomData 504 (OnSpec USB bridge).

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2923 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent b6b7fcd7
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Add USB ID of AcomData 504 (OnSpec USB bridge).
[AS] Correcting manual pages (FreeBSD related) [AS] Correcting manual pages (FreeBSD related)
[AS] FreeBSD: fix FTBFS on GNU/kFreeBSD (reported by derevko). [AS] FreeBSD: fix FTBFS on GNU/kFreeBSD (reported by derevko).
......
...@@ -1415,7 +1415,9 @@ const usb_id_entry usb_ids[] = { ...@@ -1415,7 +1415,9 @@ const usb_id_entry usb_ids[] = {
// Verbatim // Verbatim
{ 0x18a5, 0x0215, 0x0001, d_sat }, // Verbatim FW/USB160 - Oxford OXUF934SSA-LQAG (USB+IEE1394->SATA) { 0x18a5, 0x0215, 0x0001, d_sat }, // Verbatim FW/USB160 - Oxford OXUF934SSA-LQAG (USB+IEE1394->SATA)
// SunplusIT // SunplusIT
{ 0x1bcf, 0x0c31, -1, d_sunplus } // SunplusIT { 0x1bcf, 0x0c31, -1, d_sunplus }, // SunplusIT
// OnSpec
{ 0x55aa, 0x2b00, 0x0100, d_unsup } // OnSpec ? (USB->PATA)
}; };
const unsigned num_usb_ids = sizeof(usb_ids)/sizeof(usb_ids[0]); const unsigned num_usb_ids = sizeof(usb_ids)/sizeof(usb_ids[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment