linux/drivers/ieee1394
Stefan Richter 1a74bc68e4 ieee1394: sbp2: fix probing of some DVD-ROM/RWs
Since commit 98e238cd42 in Linux 2.6.19,
"ieee1394: sbp2: don't prefer MODE SENSE 10", some FireWire DVD-ROMs and
DVD-RWs were mistaken as CD-ROM because sr_mod now sent MODE SENSE 6.
The MMC command set includes only MODE SENSE 10.
http://bugzilla.kernel.org/show_bug.cgi?id=7800

This fix lets sbp2 switch scsi_device.use_10_for_rw on for MMC LUs.
This should rather be done in the command set driver sr_mod, not in the
sbp2 transport driver, and an according patch will follow for a next
Linux release.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2007-01-10 20:24:42 +01:00
..
.gitignore
Kconfig ieee1394: sbp2: convert from PCI DMA to generic DMA 2006-12-07 23:11:43 +01:00
Makefile ieee1394: only build OUI database files if config enabled 2006-12-07 21:32:29 +01:00
config_roms.c
config_roms.h
csr.c ieee1394: usecs_to_jiffies takes unsigned int argument 2006-12-07 21:29:08 +01:00
csr.h
csr1212.c
csr1212.h
dma.c
dma.h
dv1394-private.h
dv1394.c ieee1394: Consolidate driver registering 2006-12-07 23:11:55 +01:00
dv1394.h
eth1394.c ieee1394: Consolidate driver registering 2006-12-07 23:11:55 +01:00
eth1394.h
highlevel.c
highlevel.h ieee1394: remove unused struct member from highlevel API 2006-12-07 21:20:30 +01:00
hosts.c ieee1394: handle sysfs errors 2006-12-07 21:29:57 +01:00
hosts.h WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
ieee1394-ioctl.h
ieee1394.h
ieee1394_core.c ieee1394: conditionally export ieee1394_bus_type 2006-12-07 23:12:02 +01:00
ieee1394_core.h [PATCH] struct path: convert ieee1394 2006-12-08 08:28:46 -08:00
ieee1394_hotplug.h
ieee1394_transactions.c
ieee1394_transactions.h
ieee1394_types.h
iso.c
iso.h
nodemgr.c ieee1394: nodemgr: remove a kcalloc 2006-12-07 23:12:16 +01:00
nodemgr.h ieee1394: Consolidate driver registering 2006-12-07 23:11:55 +01:00
ohci1394.c ieee1394: ohci1394: call PMac code in shutdown only for proper machines 2006-12-07 23:04:35 +01:00
ohci1394.h
oui.db
oui2c.sh
pcilynx.c i2c: Discard the i2c algo del_bus wrappers 2006-12-10 21:21:33 +01:00
pcilynx.h
raw1394-private.h ieee1394: raw1394: add comments on lock usage 2006-12-07 21:28:06 +01:00
raw1394.c ieee1394: Consolidate driver registering 2006-12-07 23:11:55 +01:00
raw1394.h
sbp2.c ieee1394: sbp2: fix probing of some DVD-ROM/RWs 2007-01-10 20:24:42 +01:00
sbp2.h ieee1394: sbp2: convert from PCI DMA to generic DMA 2006-12-07 23:11:43 +01:00
video1394.c ieee1394: Consolidate driver registering 2006-12-07 23:11:55 +01:00
video1394.h