Systemd/src/udev/ata_id
Kay Sievers daa9cf546c 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
2012-07-05 16:56:58 +02:00
..
ata_id.c udev: ata_id - fixup all 8 not only 6 bytes of the fw_rev string 2012-07-05 16:56:58 +02:00