Bug 42290

Summary: Please add support for LaCie USB harddrive
Product: libatasmart Reporter: Laurent Bigonville <bigon>
Component: libraryAssignee: Lennart Poettering <lennart>
Status: NEW --- QA Contact: Lennart Poettering <lennart>
Severity: enhancement    
Priority: medium CC: zeuthen
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Laurent Bigonville 2011-10-26 12:21:00 UTC
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.