chiark / gitweb /
udev: ata_id - fixup all 8 not only 6 bytes of the fw_rev string
authorKay Sievers <kay@vrfy.org>
Thu, 5 Jul 2012 14:53:08 +0000 (16:53 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 5 Jul 2012 14:56:58 +0000 (16:56 +0200)
commitdaa9cf546ce7265645ced9592dd54c6b2fc04302
tree9e052a52045efe675f040784990e6ca27483493d
parent627e4bb29fa7223ae8ea97a46a9581627eb24ee6
udev: ata_id - fixup all 8 not only 6 bytes of the fw_rev string

The last two digits are in the wrong order:
  $ hdparm -I /dev/sda | grep Revision
  4PC10362

  $ /lib/udev/ata_id -x /dev/sda | grep REVISION
  4PC10326
src/udev/ata_id/ata_id.c