1*b3d94504SStephan Aßmus########################################################## 2*b3d94504SStephan Aßmus## 3*b3d94504SStephan Aßmus## USB Storage Module non-standard devices definitions 4*b3d94504SStephan Aßmus## 5*b3d94504SStephan Aßmus## This file is a part of BeOS USB SCSI interface module project. 6*b3d94504SStephan Aßmus## Copyright (c) 2003-2005 by Siarzhuk Zharski <imker@gmx.li> 7*b3d94504SStephan Aßmus## All rights reserved. 8*b3d94504SStephan Aßmus## 9*b3d94504SStephan Aßmus########################################################## 10*b3d94504SStephan Aßmus# 11*b3d94504SStephan Aßmus# FREECOM USB-ATAPI bridge. 12*b3d94504SStephan Aßmus# 13*b3d94504SStephan Aßmus# Supports FREECOM USB Cable connected CD/DVD drives/burners 14*b3d94504SStephan Aßmus# 15*b3d94504SStephan Aßmus# 16*b3d94504SStephan Aßmusvendor 0x07ab { 17*b3d94504SStephan Aßmus device 0xfc01 { 18*b3d94504SStephan Aßmus protocol freecom 19*b3d94504SStephan Aßmus commandset ATAPI 20*b3d94504SStephan Aßmus } 21*b3d94504SStephan Aßmus} 22