~ubuntu-core-dev/ubuntu/maverick/udev/ubuntu

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Martin Pitt
  • Date: 2010-10-08 20:25:02 UTC
  • Revision ID: martin.pitt@canonical.com-20101008202502-nf73klumhvakwd9m
* cdrom_id: Backport two fixes from upstream git head to fix media detection
  of drives:
  - Fall back to CDROM_DRIVE_STATUS if the drive neither support the SCSI
    "GET CONFIGURATION" nor the older (pre-MMC2) "READ DISC INFORMATION"
    command. This fixes media detection on the IronKey and similar encrypted
    USB sticks.
  - Don't read beyond "last track" in TOC. Read the first and last track
    from the TOC header, and do not go beyond that stated number of tracks
    when reading the TOC. Otherwise we interpret random data which leads to
    bogus tracks. (Reported on an IronKey, which reported 1 data track, and
    4 audio tracks which weren't actually present.)
  - LP: #653568

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
udev (162-3) UNRELEASED; urgency=low
 
2
 
 
3
  * cdrom_id: Backport two fixes from upstream git head to fix media detection
 
4
    of drives:
 
5
    - Fall back to CDROM_DRIVE_STATUS if the drive neither support the SCSI
 
6
      "GET CONFIGURATION" nor the older (pre-MMC2) "READ DISC INFORMATION"
 
7
      command. This fixes media detection on the IronKey and similar encrypted
 
8
      USB sticks.
 
9
    - Don't read beyond "last track" in TOC. Read the first and last track
 
10
      from the TOC header, and do not go beyond that stated number of tracks
 
11
      when reading the TOC. Otherwise we interpret random data which leads to
 
12
      bogus tracks. (Reported on an IronKey, which reported 1 data track, and
 
13
      4 audio tracks which weren't actually present.)
 
14
    - LP: #653568
 
15
 
 
16
 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 08 Oct 2010 22:21:49 +0200
 
17
 
1
18
udev (162-2) maverick; urgency=low
2
19
 
3
20
  * Merge bug fixes from trunk: