Codebase list libatasmart / b297c4a
atasmart.c: Blacklist JMicron drives 152d:233[89] as well, since they were also confirmed to cause USB resets on SMART probing. (LP: #387161, https://bugzilla.redhat.com/show_bug.cgi?id=515881) Martin Pitt 14 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
24732473 goto finish;
24742474 }
24752475
2476 if ((vid == 0x152d && pid == 0x2329)) {
2476 if ((vid == 0x152d && (pid == 0x2329 || pid == 0x2338 || pid == 0x2339))) {
24772477 /* Some JMicron bridges seem to choke on SMART
24782478 * commands, so let's explicitly black list
24792479 * them here.
0 libatasmart (0.15-3) UNRELEASED; urgency=low
1
2 * atasmart.c: Blacklist JMicron drives 152d:233[89] as well, since they were
3 also confirmed to cause USB resets on SMART probing. (LP: #387161,
4 https://bugzilla.redhat.com/show_bug.cgi?id=515881)
5
6 -- Martin Pitt <mpitt@debian.org> Thu, 24 Sep 2009 11:19:26 +0200
7
08 libatasmart (0.15-2) unstable; urgency=low
19
210 * Move libatasmart4 to /lib so DeviceKit-disks and its udev helper will