Re: PATCH: scsi-sd-last-sector-bug-flag.patch

2008-01-20 Thread Hans de Goede
Greg KH wrote: On Sun, Jan 20, 2008 at 11:12:26AM +0100, Hans de Goede wrote: Hi all, This patch adds a new scsi_device flag for devices which contain a bug where the device crashes when the last sector is read in a larger then 1 sector read. This is for example the case with sdcards in the

Re: PATCH: scsi-sd-last-sector-bug-flag.patch

2008-01-20 Thread Greg KH
On Sun, Jan 20, 2008 at 11:12:26AM +0100, Hans de Goede wrote: > Hi all, > > This patch adds a new scsi_device flag for devices which contain a bug > where > the device crashes when the last sector is read in a larger then 1 sector > read. > > This is for example the case with sdcards in the HP P

Re: PATCH: scsi-sd-last-sector-bug-flag.patch

2008-01-20 Thread James Bottomley
On Sun, 2008-01-20 at 11:12 +0100, Hans de Goede wrote: > Hi all, > > This patch adds a new scsi_device flag for devices which contain a bug where > the device crashes when the last sector is read in a larger then 1 sector > read. > > This is for example the case with sdcards in the HP PSC1350

PATCH: scsi-sd-last-sector-bug-flag.patch

2008-01-20 Thread Hans de Goede
Hi all, This patch adds a new scsi_device flag for devices which contain a bug where the device crashes when the last sector is read in a larger then 1 sector read. This is for example the case with sdcards in the HP PSC1350 printer cardreader and in the HP PSC1610 printer cardreader. Signed-of