Drivers Datafab



  1. Driver Data Fails Integrity Check Winisd
  2. Drivers Database 51st Turn Three
  3. Drivers Datafab Test
  4. Drivers Database
From: Jimmie Mayfield ('>mayfield@sackheads.orgDrivers
  1. Oct 21, 2019 Recommended if Datafab Mdcfsm-b-usb is the only driver on your PC you wish to update. Please help us maintain a helpfull driver collection. Just put your data card in this contraption and transfer all of your information to your computer and save all your pictures lickety-split!
  2. . based on Datafab USB-to-ATA chips. It was specifically developed for the: 27. Datafab MDCFE-B USB CompactFlash reader but has since been found to work: 28. with a variety of Datafab-based devices from a number of manufacturers. 29. I've received a report of this driver working with a Datafab-based: 30.

The developers were going to make a miniature storage device suitable for any multimedia device. There is also a CD of the business card form- factor with the drivers for Windows 98, driver update for Win though the devices perfectly operates without it, and drivers are datafab card reader required for ME and XP at all and a user manual, a leatherette cover and a datafab card reader printed guide.

)
Date: Fri Dec 28 2001 - 12:49:42 EST
  • Next message:Michal Jaegermann: '2.4.17 oops on Alpha - vm or fs?'
  • Previous message:rwhron@earthlink.net: 'Re: 2.5.2-pre1 dbench 32 hangs in vmstat 'b' state'
  • Next in thread:Greg KH: 'Re: [PATCH] Datafab and Lexar Jumpshot USB driver updates'
  • Reply:Greg KH: 'Re: [PATCH] Datafab and Lexar Jumpshot USB driver updates'
  • Messages sorted by:[ date ][ thread ][ subject ][ author ]

Changes against 2.4.17:
- Updates to Configure.help for these 2 drivers
- I re-added the 'EXPERIMENTAL' tag for these 2 drivers due to their nature
- Added an entry for a109-based readers
- Now handles media change events (thanks Joerg Schneider)

diff -Naur linux-orig/Documentation/Configure.help linux-2.4.17/Documentation/Configure.help
--- linux-orig/Documentation/Configure.help Fri Dec 28 11:57:47 2001
+++ linux-2.4.17/Documentation/Configure.help Fri Dec 28 11:51:54 2001
@@ -22628,12 +22628,21 @@
Please note that the driver is still experimental. And of course,
you will need both USB and IrDA support in your kernel...
-Datafab MDCFE-B Compact Flash Reader support
+Datafab/OnSpec Compact Flash Reader support
CONFIG_USB_STORAGE_DATAFAB
- This option enables a sub-driver of the USB Mass Storage driver. These
- sub-drivers are considered experimental, and should only be used by very
- brave people. System crashes and other bad things are likely to occur if
- you use this driver. If in doubt, select N.
+ Say Y here to include additional code to support various CompactFlash
+ readers based on Datafab/OnSpec chipsets. SmartMedia readers based
+ on these chipsets are generally unsupported -- the exception being
+ those based on the 07c4:a006 chipset which do appear to work.
+
+ Please note that this sub-driver doesn't work for ALL Datafab/OnSpec
+ based CompactFlash readers. Notably, it will not work with readers
+ using the newer b000 chipset and some a109-based readers also appear
+ to be non-functional.
+
+ Please be aware that this sub-driver is considered EXPERIMENTAL and can
+ result in a kernel crash (or worse!) if things go awry. Don't use it for
+ mission-critical work. If in doubt, select N.
HP CD-Writer 82xx support
CONFIG_USB_STORAGE_HP8200e
@@ -22644,10 +22653,10 @@
Lexar Jumpshot Compact Flash Reader
CONFIG_USB_STORAGE_JUMPSHOT
- This option enables a sub-driver of the USB Mass Storage driver. These
- sub-drivers are considered experimental, and should only be used by very
- brave people. System crashes and other bad things are likely to occur if
- you use this driver. If in doubt, select N.
+ Say Y here to include support for the Lexar Jumpshot CompactFlash
+ reader. Please be aware that this is considered EXPERIMENTAL and can
+ result in a kernel crash (or worse!) if things go awry. Don't use it
+ for mission-critical work. If in doubt, select N.
Winbond W83977AF IrDA Device Driver
CONFIG_WINBOND_FIR
diff -Naur linux-orig/drivers/usb/Config.in linux-2.4.17/drivers/usb/Config.in
--- linux-orig/drivers/usb/Config.in Fri Nov 2 20:18:58 2001
+++ linux-2.4.17/drivers/usb/Config.in Fri Dec 28 10:57:16 2001
@@ -34,13 +34,13 @@
dep_tristate ' USB Bluetooth support (EXPERIMENTAL)' CONFIG_USB_BLUETOOTH $CONFIG_USB $CONFIG_EXPERIMENTAL
dep_tristate ' USB Mass Storage support' CONFIG_USB_STORAGE $CONFIG_USB $CONFIG_SCSI
dep_mbool ' USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG $CONFIG_USB_STORAGE
- dep_mbool ' Datafab MDCFE-B Compact Flash Reader support' CONFIG_USB_STORAGE_DATAFAB $CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL
+ dep_mbool ' Datafab CompactFlash Reader support (EXPERIMENTAL)' CONFIG_USB_STORAGE_DATAFAB $CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL
dep_mbool ' Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM $CONFIG_USB_STORAGE
dep_mbool ' ISD-200 USB/ATA Bridge support' CONFIG_USB_STORAGE_ISD200 $CONFIG_USB_STORAGE
dep_mbool ' Microtech CompactFlash/SmartMedia support' CONFIG_USB_STORAGE_DPCM $CONFIG_USB_STORAGE
dep_mbool ' HP CD-Writer 82xx support' CONFIG_USB_STORAGE_HP8200e $CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL
dep_mbool ' SanDisk SDDR-09 (and other SmartMedia) support' CONFIG_USB_STORAGE_SDDR09 $CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL
- dep_mbool ' Lexar Jumpshot Compact Flash Reader' CONFIG_USB_STORAGE_JUMPSHOT $CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL
+ dep_mbool ' Lexar Jumpshot CompactFlash Reader (EXPERIMENTAL)' CONFIG_USB_STORAGE_JUMPSHOT $CONFIG_USB_STORAGE $CONFIG_EXPERIMENTAL
dep_tristate ' USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
dep_tristate ' USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
diff -Naur linux-orig/drivers/usb/storage/datafab.c linux-2.4.17/drivers/usb/storage/datafab.c
--- linux-orig/drivers/usb/storage/datafab.c Tue Oct 9 18:15:02 2001
+++ linux-2.4.17/drivers/usb/storage/datafab.c Fri Dec 28 10:20:01 2001
@@ -10,6 +10,7 @@
* which I used as a template for this driver.
* Some bugfixes and scatter-gather code by Gregory P. Smith
* ('>greg-usb@electricrain.com)
+ * Fix for media change by Joerg Schneider ('>js@joergschneider.com)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -801,6 +802,23 @@
return USB_STOR_TRANSPORT_GOOD;
}
+ if (srb->cmnd[0] START_STOP) {
+ /* this is used by sd.c'check_scsidisk_media_change to detect
+ media change */
+ US_DEBUGP('datafab_transport: START_STOP.n');
+ /* the first datafab_id_device after a media change returns
+ an error (determined experimentally) */
+ rc = datafab_id_device(us, info);
+ if (rc USB_STOR_TRANSPORT_GOOD) {
+ info->sense_key = NO_SENSE;
+ srb->result = SUCCESS;
+ } else {
+ info->sense_key = UNIT_ATTENTION;
+ srb->result = CHECK_CONDITION;
+ }
+ return rc;
+ }
+
US_DEBUGP('datafab_transport: Gah! Unknown command: %d (0x%x)n', srb->cmnd[0], srb->cmnd[0]);
return USB_STOR_TRANSPORT_ERROR;
}
diff -Naur linux-orig/drivers/usb/storage/jumpshot.c linux-2.4.17/drivers/usb/storage/jumpshot.c
--- linux-orig/drivers/usb/storage/jumpshot.c Fri Sep 14 17:04:07 2001
+++ linux-2.4.17/drivers/usb/storage/jumpshot.c Fri Dec 28 10:21:37 2001
@@ -10,6 +10,7 @@
* which I used as a template for this driver.
* Some bugfixes and scatter-gather code by Gregory P. Smith
* ('>greg-usb@electricrain.com)
+ * Fix for media change by Joerg Schneider ('>js@joergschneider.com)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -799,6 +800,23 @@
return USB_STOR_TRANSPORT_GOOD;
}
+ if (srb->cmnd[0] START_STOP) {
+ // this is used by sd.c'check_scsidisk_media_change to detect
+ // media change
+ US_DEBUGP('jumpshot_transport: START_STOP.n');
+ rc = jumpshot_id_device(us, info);
+ if (rc USB_STOR_TRANSPORT_GOOD) {
+ info->sense_key = NO_SENSE;
+ srb->result = SUCCESS;
+ } else {
+ info->sense_key = UNIT_ATTENTION;
+ srb->result = CHECK_CONDITION;
+ }
+ return rc;
+ }
+
+
+
US_DEBUGP('jumpshot_transport: Gah! Unknown command: %d (0x%x)n', srb->cmnd[0], srb->cmnd[0]);
return USB_STOR_TRANSPORT_ERROR;
}
diff -Naur linux-orig/drivers/usb/storage/unusual_devs.h linux-2.4.17/drivers/usb/storage/unusual_devs.h
--- linux-orig/drivers/usb/storage/unusual_devs.h Thu Nov 22 14:49:34 2001
+++ linux-2.4.17/drivers/usb/storage/unusual_devs.h Fri Dec 28 12:05:50 2001
@@ -248,7 +248,7 @@
'Lexar',
'Jumpshot USB CF Reader',
US_SC_SCSI, US_PR_JUMPSHOT, NULL,
- US_FL_MODE_XLATE | US_FL_START_STOP ),
+ US_FL_MODE_XLATE ),
#endif
UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
@@ -332,7 +332,7 @@
'Datafab',
'MDCFE-B USB CF Reader',
US_SC_SCSI, US_PR_DATAFAB, NULL,
- US_FL_MODE_XLATE | US_FL_START_STOP ),
+ US_FL_MODE_XLATE ),
/*
* The following Datafab-based devices may or may not work
@@ -349,31 +349,38 @@
'SIIG/Datafab',
'SIIG/Datafab Memory Stick+CF Reader/Writer',
US_SC_SCSI, US_PR_DATAFAB, NULL,
- US_FL_MODE_XLATE | US_FL_START_STOP ),
+ US_FL_MODE_XLATE ),
UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
'Datafab/Unknown',
'Datafab-based Reader',
US_SC_SCSI, US_PR_DATAFAB, NULL,
- US_FL_MODE_XLATE | US_FL_START_STOP ),
+ US_FL_MODE_XLATE ),
UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
'Datafab/Unknown',
'Datafab-based Reader',
US_SC_SCSI, US_PR_DATAFAB, NULL,
- US_FL_MODE_XLATE | US_FL_START_STOP ),
+ US_FL_MODE_XLATE ),
UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
'PNY/Datafab',
'PNY/Datafab CF+SM Reader',
US_SC_SCSI, US_PR_DATAFAB, NULL,
- US_FL_MODE_XLATE | US_FL_START_STOP ),
+ US_FL_MODE_XLATE ),
UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
'Simple Tech/Datafab',
'Simple Tech/Datafab CF+SM Reader',
US_SC_SCSI, US_PR_DATAFAB, NULL,
- US_FL_MODE_XLATE | US_FL_START_STOP ),
+ US_FL_MODE_XLATE ),
+
+UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
+ 'Datafab/OnSpec Chipset: 0xa109',
+ 'Datafab/OnSpec Chipset: 0xa109',
+ US_SC_SCSI, US_PR_DATAFAB, NULL,
+ US_FL_MODE_XLATE ),
+
#endif
/* Casio QV 2x00/3x00/8000 digital still cameras are not conformant

  • Next message:Michal Jaegermann: '2.4.17 oops on Alpha - vm or fs?'
  • Previous message:rwhron@earthlink.net: 'Re: 2.5.2-pre1 dbench 32 hangs in vmstat 'b' state'
  • Next in thread:Greg KH: 'Re: [PATCH] Datafab and Lexar Jumpshot USB driver updates'
  • Reply:Greg KH: 'Re: [PATCH] Datafab and Lexar Jumpshot USB driver updates'
  • Messages sorted by:[ date ][ thread ][ subject ][ author ]

This archive was generated by hypermail 2b29 : Mon Dec 31 2001 - 21:00:17 EST

Drivers datafab 64

Learn More – opens in a new window or tab Any international shipping and import charges are paid in part to Pitney Bowes Inc. Am I going to use this? Please enter a number less than or equal to 1. That’s a different story. Shipments delayed by your country’s customs agency are way beyond our control. We don’t know when or if this item will be back in stock.

Uploader:Gakora
Date Added:9 October 2018
File Size:35.8 Mb
Operating Systems:Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X
Downloads:87892
Price:Free* [*Free Regsitration Required]

New other see details: Item is in your Cart. Email to friends Share on Facebook – opens in a new window or tab Share on Twitter – opens in a new window or tab Share on Pinterest – opens in a new window or tab. Please enter a valid ZIP Code. Return to PCjr General Discussion. A new, unused item with absolutely no signs of wear. Shipping cost cannot be calculated. See other items More Sign in to check out Check out as satafab. Special financing available Select PayPal Credit at checkout to have the option to pay over time.

Datafab

Amazon Second Datafwb Pass it on, trade it in, give it a second life. Write a customer review. This item will ship to United Statesbut the seller has not specified shipping options. That might give faster transfer rates.

We are eager to assist you in making the correct choice. The item may be missing the original packaging, or in the original packaging but not sealed. The item may have some signs of cosmetic wear, but is fully operational and functions as intended. This amount is subject to change until you make payment.

This is not unexpected. Shopbop Designer Fashion Brands.

Driver Data Fails Integrity Check Winisd

Mike’s PCjr Page

At least until Alan figures out his Rev. The bottleneck is the parallel port obviously. Alexa Actionable Analytics for the Web. Get fast, free shipping with Amazon Prime.

Drivers Datafab

Drivers Database 51st Turn Three

DataFab MDCFE-SR | Cybarcode, Inc.

Drivers Datafab Test

For additional information, see the Global Shipping Program terms and conditions – opens in a new window or tab. Amazon Restaurants Food delivery from local restaurants.

These charges vary by country and we can not determine what yours will be. Back to home page. Other offers may also be available. Please try your search again later. View Cart Proceed to checkout. Easy to install and use, simply plug and play. Select a valid country. Withoutabox Daatfab to Film Festivals. Loading recommendations for this item

Drivers Database

New Drivers





Comments are closed.