1########################################################## 2## 3## USB Storage Module non-standard devices definitions 4## 5## This file is a part of BeOS USB SCSI interface module project. 6## Copyright (c) 2003-2005 by Siarzhuk Zharski <imker@gmx.li> 7## All rights reserved. 8## 9########################################################## 10## 11## To use the those devices definitions, listed below copy 12## it to your settings file. For more details look in ReadMe.html 13## 14 15########################################################## 16# 17# Sony DSC series of digital cameras. 18# 19# ( reported by CKJ ) 20# 21# Those devices report subclass (command set) as 0xff 22# but work with transparent SCSI command set 23# 24vendor 0x054c { 25 device 0x0010 { 26 commandset SCSI 27 protocol CB 28 } 29} 30########################################################## 31# 32# Sony cameras. 33# 34# (reported by RudolfC) 35# 36# Sony DV handycam DCR-TRV22E USB mass storage interface 37# Those devices report subclass (command set) as 0xff 38# but work with transparent SCSI command set 39# 40vendor 0x054c { 41 device 0x002e { 42 commandset SCSI 43 protocol CB 44 } 45} 46 47 48########################################################## 49# 50# Siemens mp3 Player. 51# 52# Supports standard protocol but doesn't like 6-byte mode_sense/mode_select 53# requests. Doesn't perform standard reset procedures - if device hang - switch 54# it off and plug it again. 55# 56vendor 0x0483 { 57 device 0x1307 { 58 protocol BULK 59 commandset SCSI 60 use_mode_sense_10 61 } 62} 63 64########################################################## 65# 66# FREECOM USB-ATAPI bridge. 67# 68# Supports FREECOM USB Cable connected CD/DVD drives/burners 69# 70# 71vendor 0x07ab { 72 device 0xfc01 { 73 protocol freecom 74 commandset ATAPI 75 } 76} 77