[Linux-usb-users] U have to see H_Y_W_I Water doesn't run uphill.

2006-06-12 Thread uldrchj cdyrfv
H Y W I . P K- H o l l y w o o d I n t e r m e d i a t e, Inc. Watch this one Go crazy on Monday, see, we told you so as we mentioned yesterday , its still early S Y M B O L : H Y W I Current Price: $ 0.95 7 Day Projected : $ 4.50 This is a real company with real potential This will feel good

Re: [Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-12 Thread C. Castberg
On Sun, 2006-06-11 at 22:11 -0400, Alan Stern wrote: The best thing for you to do at this point is to turn on the usb-storage verbose debugging option in the kernel configuration (CONFIG_USB_STORAGE_DEBUG) and post the resulting kernel log. That should show where the remaining problems are.

[Linux-usb-users] FC5 and BravoII management

2006-06-12 Thread Marcello Botrugno
Hi all, I have an application that uses libusb for controlling a BravoII device. BravoII consists of a robot for moving CD/DVD from magazines to a printer. The device contains a CD/DVD writer too. CD/DVD writer and the robot are usb devices and both are connected to an internal hub. My

[Linux-usb-users] usbserial driver buffer size and multiple devices

2006-06-12 Thread Simon Wu
Hello, We have an high speed UMTS 3G mobile that uses usbserial driver. It works fine but we noticed the speed is much lower than expected. Then we changed the buffer size to a static 2048 bytes in usb-serial.c and the mobile transfer speed is very good. Is this the proper way to do it?

Re: [Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-12 Thread Alan Stern
On Mon, 12 Jun 2006, René C. Castberg wrote: Well, activated the usb verbose debuging, Posted the logs on the web as i didn't want to overload the mailing list. http://castberg.org/log.txt.gz I wasn't sure how long to keep monitoring as it kept mentioning that the thread was sleeping.

[Linux-usb-users] Flash Usb memory problem

2006-06-12 Thread mt
I am running fedora core 5 x86_64 on my system motherboard ASUS A8N-VM I have a LEXAR flash memory stick and I can't use it. I don't now how to start to find out what is the reason of my problem and how to fix it. I will appreciate any help. Mircea dmesg usb 2-8: new high speed USB device

Re: [Linux-usb-users] usbserial driver buffer size and multiple devices

2006-06-12 Thread Greg KH
On Mon, Jun 12, 2006 at 10:15:39AM -0400, Simon Wu wrote: Hello, We have an high speed UMTS 3G mobile that uses usbserial driver. Who is we? It works fine but we noticed the speed is much lower than expected. Which usb-serial driver, the generic one? If so, yes, that's expected :) Then

Re: [Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-12 Thread C. Castberg
On Mon, 2006-06-12 at 10:40 -0400, Alan Stern wrote: This is okay. The error occurs when the computer tries to read the last few sectors, which suggests that the device claims to have more sectors than it really does. Try using this patch instead of the other one. Alan Stern

Re: [Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-12 Thread C. Castberg
On Mon, 2006-06-12 at 10:40 -0400, Alan Stern wrote: This is okay. The error occurs when the computer tries to read the last few sectors, which suggests that the device claims to have more sectors than it really does. Try using this patch instead of the other one. Alan Stern

Re: [Linux-usb-users] usbserial driver buffer size and multipledevices

2006-06-12 Thread Rao, Shalini Gangadhara
Hi Simon, In case of mobile devices with different vendorID/productID, you try to use USB_DEVICE_INFO macro to identify your mobile devices. Since the devices are with differences vendor ID and product ID. With these changes your driver recognizes all of your mobile devices. I hope you