Hi, I own 2 USB LaCie HD that use JMicron ship, these work fine with smartmontools but not with libatasmart. Please add support for: Bus 002 Device 006: ID 059f:1019 LaCie, Ltd Desktop Hard Drive Bus 001 Device 006: ID 059f:1021 LaCie, Ltd Little Disk I've added the vid and pid to this: else if ((vid == 0x152d && pid == 0x2336) || (vid == 0x059f && pid == 0x1019) || (vid == 0x059f && pid == 0x1021)) /* This JMicron bridge seems to always work * with SMART commands send with the jmicron * access mode. */ d->type = SK_DISK_TYPE_JMICRON; but unfortunately it doesn't work. smartmontools works with "-d usbjmicron" tough.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.