[haiku-bugs] Re: [Haiku] #6056: Camera (DSC-P71) in USB mode not mounted as a disk
- From: "siarzhuk" <trac@xxxxxxxxxxxx>
- Date: Sun, 23 May 2010 22:12:40 -0000
#6056: Camera (DSC-P71) in USB mode not mounted as a disk
--------------------------+-------------------------------------------------
Reporter: alban | Owner: marcusoverhagen
Type: enhancement | Status: new
Priority: normal | Milestone: R1
Component: Drivers/Disk | Version: R1/alpha2
Keywords: | Platform: All
Blockedby: | Patch: 0
Blocking: |
--------------------------+-------------------------------------------------
Comment(by siarzhuk):
Replying to [comment:5 mmlr]:
> Looks like a vendor specific mass-storage sub-protocol. That kind of
sucks of course, as there's not much we can do about it. If it works with
a standard transparent SCSI protocol it could be added to a quirks list so
it is still detected using the normal mass storage driver.
You are right, old BeOS usb_scsi module has special quirks for this model:
http://dev.haiku-os.org/browser/haiku/trunk/src/add-
ons/kernel/busses/scsi/usb/usb_scsi.devices
{{{
17 # Sony DSC series of digital cameras.
21 # Those devices report subclass (command set) as 0xff
22 # but work with transparent SCSI command set
24 vendor 0x054c {
25 device 0x0010 {
26 commandset SCSI
27 protocol CB
28 }
29 }
}}}
But anyway it is using CBI protocol, that AFAIK is still not supported.
:-(
--
Ticket URL: <http://dev.haiku-os.org/ticket/6056#comment:6>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.
Other related posts: