Re: [linux-usb-devel] force USB_SPEED_FULL for device

2007-07-27 Thread Till Harbaum / Lists
Hi, from the device side a low speed and a full speed device differ fundamentally. They even differ in the way a resistor is connected to the USB data lines. You can't just overwrite this by software. It's a hardware thing. Till Am Freitag 27 Juli 2007 schrieb Gabriel Maganis: Hello, How

Re: [linux-usb-devel] force USB_SPEED_FULL for device

2007-07-27 Thread Till Harbaum / Lists
Hi, Am Freitag 27 Juli 2007 schrieb Gabriel Maganis: I have one of those protocol analyzers in between and it doesn't see anything. I tried to look for where the EPROTO is being returned from Where is this in between? Is it directly in front of the keyboard? I am quite sure that full speed

Re: [linux-usb-devel] FX2: Device not accepting address (dmesg/usbmon output incl.)

2007-06-16 Thread Till Harbaum / Lists
Hi, you get that message if nothing but the speed-resistor is connected to the host. The host detects the presence of the resistor and thus expects a device to be present. It then tries to enumerate it and that fails. You'd even get this message if you completely remove the FX2 from your PCB

Re: [linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Till Harbaum / Lists
Hi, which leads to the question: Why is the Enable Tablets entry not inside the tablets menu. This way it's more obvious that it's disabled if it's the only entry in the menu. Plus the parent menu gets cleaned up as well. Till Am Dienstag 15 Mai 2007 schrieb Jeremy Roberson: LOL. Thanks, I

Re: [linux-usb-devel] Question about usb-serial port registration

2007-03-23 Thread Till Harbaum / Lists
Hi, Am Freitag, 23. März 2007 20:36 schrieb John: It seems to me that if we cannot guarantee that the devices are identical, we must make sure they have different numbers. What about devices that have serial numbers? Wouldn't it at least be a good idea to make their file usage persistant?

Re: [linux-usb-devel] Question about usb-serial port registration

2007-03-23 Thread Till Harbaum / Lists
Hi, Am Freitag, 23. März 2007 20:58 schrieb John: I am not sure what you mean as devices that have serial numbers? USB devices can include a unique serial number allowing even devices of the same kind to be distinguished. Thus you would know that exactly the same device has been plugged in.

Re: [linux-usb-devel] Disabling certain error logging?

2007-03-15 Thread Till Harbaum / Lists
Am Donnerstag, 15. März 2007 15:35 schrieb Alan Stern: To get rid of those messages, all you need to do is turn off CONFIG_USB_DEBUG. Oops ... i just didn't expect debugging to be enabled in stock ubuntu kernels ... Sorry, i should have looked for that before asking. Till

Re: [linux-usb-devel] Fw: 2 GB SD card problem vs. 2.6.20-rc7 (FAT: Filesystem panic (dev sdc1))

2007-02-02 Thread Till Harbaum / Lists
Hi, i have a similar card. I somehow figured out that this card in fact has 1k sectors, not 512 bytes (i don't remember how, perhaps with a windows tool or my palm ...). This happens with at least three different card readers which is interesting, because my digital camera when being used as a

[linux-usb-devel] Howto prevent libusb access?

2006-11-03 Thread Till Harbaum (Lists)
Hi, i am writing a driver for a usb to i2c bridge. The driver is working nicely but i can still use my libusb based demo app to access the hardware directly while at the same time the kernel driver is active resulting in some confusion in both drivers. Since libusb accesses go unnoticed by my