[linux-usb-devel] USB protocol questions

2005-04-04 Thread James Lamanna
, the device should only respond with the first 8 bytes of the device descriptor (just to get maxPacketLength)? This hardware is giving me fits trying to get past the initial stages, either my linux box says reading the device descriptor timed out, or it read 0 bytes (in hub.c). Thanks. -- James Lamanna

[linux-usb-devel] More FTDI 232BM chip issues...

2005-03-28 Thread James Lamanna
program has the port still open), which causes it to die at that point. Is there any particular reason the hub would disable that port? Or am I in flakey hardware land here? Thanks. -- James Lamanna --- SF email is sponsored

[linux-usb-devel] Long delay on serial-usb echo readback

2005-03-24 Thread James Lamanna
data_count 0 drivers/usb/serial/ftdi_sio.c: ftdi_read_bulk_callback - port 0 Thanks in advance, -- James Lamanna --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from real users. Discover which

[linux-usb-devel] 2.6.9 broke Cirque HID Touchpad support

2004-11-09 Thread James Lamanna
# CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set # # USB Host Controller Drivers # CONFIG_USB_EHCI_HCD=y CONFIG_USB_UHCI_HCD=y CONFIG_USB_HID=y CONFIG_USB_HIDINPUT=y # CONFIG_HID_FF is not set CONFIG_USB_HIDDEV=y -- James Lamanna -- James Lamanna Applied Minds

Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.26-pre4

2004-04-06 Thread James Lamanna
by me. Is limiting the number of values you can write at one time to a saner value the right solution? If so, I will gladly submit a patch. -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214

Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.26-pre4

2004-04-02 Thread James Lamanna
for __s32 and the like. As for the types, it was suggested that the explicit size types be used as opposed to unsigned to guarantee structure size. Maybe this needs to be rethought since you claim it breaks userspace. -- James Lamanna

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-03-11 Thread James Lamanna
Noticed my patches still weren't in 2.6.4 Did Linus reject them? -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-03-11 Thread James Lamanna
Greg KH wrote: I don't think we have sent them to him yet :) They are probably in the latest -mm tree, right? I believe so. I just know Marcel was begging for them. -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-22 Thread James Lamanna
If someone sends me the patch again, against the latest 2.4 kernel I will :) Here's the complete patch (both patches included) against 2.4.24. -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 hid-complete-2.4.diff Description: Binary data

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-22 Thread James Lamanna
Greg- Use this 2.4.24 patch instead. Contains a small fix pointed out by Vojtech. -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 hid-complete-2.4.diff Description: Binary data

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-20 Thread James Lamanna
Here's version 2 of my patch to support writing multiple bytes to a usage. I've also made the type changes that Greg pointed out (though that may want to be broken out separately)... -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 hid-multi2.diff

RE: [linux-usb-devel] Fixing HID support for non-explicitlyspecified usages

2004-01-17 Thread James Lamanna
what command should I use to provide you with the descriptor? try lsusb -vv It will dump everything about every usb device so look for where your Logitech device gets mentioned in the device name. --- The SF.Net email is sponsored by

RE: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-17 Thread James Lamanna
oops..missed reply all And regarding the first patch - I'm still not convinced it's the right way to do it - James, can you send me a descriptor dump for that device? Maybe we're just misparsing the descriptor ... I can't get a lsusb -vv output at the moment (device is in use), but here's

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-16 Thread James Lamanna
for my mailer tends to destroy tab spacings. -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 hiddev-multiwrite.diff Description: Binary data

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-16 Thread James Lamanna
be changed to __u32? -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-15 Thread James Lamanna
the functionality of any other devices considering that any HID devices that did work properly under Linux had a 1-1 correspondence between usages and controls. In those cases the patch wouldn't change anything. -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-15 Thread James Lamanna
the individual byte usages gets rather annoying at times. -- James Lamanna Applied Minds, Inc. 1209 Grand Central Ave. Glendale, CA 91201 (818) 332-5214 --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development

[linux-usb-devel] Fixing HID support for non-explicitly specified usages

2003-12-18 Thread James Lamanna
line patch to make them work (though I'm sure it breaks other devices) It is against 2.4.22 directly, but applies to 2.6.0-test10 (haven't tried against 2.6.0) Please CC me for I am not subscribed. -- James Lamanna diff -dur linux-2.4.22/drivers/usb/hid-core.c linux-2.4.22-phid/drivers/usb/hid

[linux-usb-devel] Patch for HIDDEV compliance?

2003-11-20 Thread James Lamanna
me for I am not subscribed. Thanks. -- James Lamanna --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU