Alan Stern <[EMAIL PROTECTED]> wrote:
...
In your kernel source tree, find and edit the file
drivers/usb/storage/scsiglue.c.  Somewhere around line 315 you'll see:

        /* limit the total size of a transfer to 120 KB */
        .max_sectors =                  240,

Change that to read

        /* limit the total size of a transfer to 64 KB */
        .max_sectors =                  128,

and rebuild the usb-storage module.  Other people have found that once
this change has been made their Genesys devices work okay.

Thank you! I will try that patch when I have access to the machine next monday and report the result.

In the meantime I've got an interesting observation: The problem doesn't
occur on another machine. Differences are a SiS chipset with VIA USB
controller instead of the Intel chipset and slightly slower CPU
(2.4GHz instead of 2.8GHz).

Eric

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to