hi, I have a patch for the latest model of the Freecom Classic external usb 
drive which was originally developed by Alan Stern in this thread: 
http://www.spinics.net/lists/usb/msg01731.html . This patch is identical to 
the current Freecom drive entry apart from a change in the device number from 
0x0406 to 0x0436. 

In theory, instead of creating an new entry the existing entry could be 
amended thus:

-UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0406, 0x0406,
+UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0406, 0x0436,

but I dont know whether this would be too much of an assumption to make about 
any other models.



patch:
---------------------------------

@@ -688,13 +688,6 @@ UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0406, 0x
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_CAPACITY),

+/* Freecom Classic (manuf. date Aug 2005) <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0436, 0x0436,
+               "Freecom Technologies",
+               "FHD-Classic",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_FIX_CAPACITY),
+
 UNUSUAL_DEV(  0x07af, 0x0004, 0x0100, 0x0133,
                "Microtech",
                "USB-SCSI-DB25",

----------------------------------

/proc/bus/usb/devices entry:

T:  Bus=04 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=07ab ProdID=fccd Rev= 4.36
S:  Manufacturer=Freecom Technologies
S:  Product=FHD-Classic
S:  SerialNumber=FW436_2861100342F956CF0
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 10mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms

                
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to