Re: [linux-usb-devel] [PATCH]aircable cleanup

2007-03-26 Thread Manuel Naranjo
Just tried, it works all right, thanks. Signed-off-by: Naranjo Manuel Francisco <[EMAIL PROTECTED]> > Hi, > > - proper endianness macros > - scheduling in interrupt in error case > > Regards > Oliver > > Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> > ---

Re: [linux-usb-devel] [PATCH 01/20] aircable: Use usb_endpoint_* functions

2006-10-27 Thread Manuel Naranjo
Luiz Fernando N.Capitulino wrote: > Signed-off-by: Luiz Fernando N. Capitulino <[EMAIL PROTECTED]> > It works all right. Acked-by: Naranjo Manuel Francisco <[EMAIL PROTECTED]> - Using Tomcat but need to do more? Need to sup

Re: [linux-usb-devel] [RFC] Aircable USB Driver Revision 4

2006-07-19 Thread Manuel Naranjo
Sergei: > Naranjo Manuel Francisco <[EMAIL PROTECTED]> writes: >> My problems start when I recieve more than 300 bytes. The system crashes. I >> have >> tried to delay the output of data in order to give the hardware time to push >> the recived data out, but could get to anything. >> I'm not

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-11 Thread Manuel Naranjo
Luiz Fernando N. Capitulino wrote: > On Tue, 11 Jul 2006 14:36:31 -0300 > "Naranjo Manuel Francisco" <[EMAIL PROTECTED]> wrote: > > | > | +static int aircable_write(struct usb_serial_port *port, > | > | + const unsigned char *source, int > count) > | > | +{ > |

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-10 Thread Manuel Naranjo
Randy, It seems that Thunderbird has make disasters with my code, and replaced all my tab with spaces :(, I will correct everything and send again, I will use Sylpheed instead of Thunderbird, as I have seen is a bit better. Regards, Manuel > On Sun, 09 Jul 2006 17:26:43 -0300 Manuel Nara

[linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-09 Thread Manuel Naranjo
Hi, Here is the patch again :) , I have made the corrections suggested by Olivier and Luiz. I have corrected what my email client was removing. Please take a look at it. Naranjo, Manuel Francisco [EMAIL PROTECTED] Signed-off-by: Naranjo, Manuel Francisco <[EMAIL PROTECTED]> diff -uprN -X linux-va

Re: [linux-usb-devel] How can I implement this?

2006-07-07 Thread Manuel Naranjo
Sergei Organov wrote: > Greg KH <[EMAIL PROTECTED]> writes: >> On Tue, Jul 04, 2006 at 09:46:09AM -0300, Manuel Naranjo wrote: > [...] >>> +#include <../drivers/usb/serial/usb-serial.h> >> Huh? It should just be "usb-serial.h" > > I&#x

Re: [linux-usb-devel] How can I implement this?

2006-07-06 Thread Manuel Naranjo
Greg: > On Tue, Jul 04, 2006 at 09:46:09AM -0300, Manuel Naranjo wrote: >> Here is the patch I generetaded using a kernel 2.6.16.18 (The one >> included on the CD of drivers development). This is a working version, >> that can handle transfers at to 180 bytes, the

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver

2006-07-06 Thread Manuel Naranjo
Oliver: I need some little more information. > Hi, > >> Here is the patch: > > your mailer mangled the patch. Sorry I did that. > >> +if (num_bulk_out == 0) { >> +dbg("Invalid interface, discarding.\n"); >> +return -5; > > symbolic values are mandatory Where are they

[linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver

2006-07-06 Thread Manuel Naranjo
de open to correction, this is my first try with drivers, I have done my best to avoid flaws, I have based my driver on the code inside usbserial.c and generic.c. Regards, Manuel Naranjo Here is the patch: diff -uprN -X Documentation/dontdiff a/drivers/usb/serial/AIRcable-USB-serial.c b/drivers/

Re: [linux-usb-devel] How can I implement this?

2006-07-04 Thread Manuel Naranjo
Greg KH wrote: > On Mon, Jul 03, 2006 at 10:24:26PM -0300, Manuel Naranjo wrote: >> Greg KH wrote: >>> On Mon, Jul 03, 2006 at 07:32:55PM -0300, Manuel Naranjo wrote: >>>> Hi: >>>> I'm working on AIRcable USB driver, I was about to send a patch di

Re: [linux-usb-devel] How can I implement this?

2006-07-04 Thread Manuel Naranjo
Greg KH wrote: > On Mon, Jul 03, 2006 at 07:32:55PM -0300, Manuel Naranjo wrote: >> Hi: >> I'm working on AIRcable USB driver, I was about to send a patch diff >> file as Greg KH recommended me, when I found a bug, which will not make >> the system crash, but i

[linux-usb-devel] How can I implement this?

2006-07-03 Thread Manuel Naranjo
Hi: I'm working on AIRcable USB driver, I was about to send a patch diff file as Greg KH recommended me, when I found a bug, which will not make the system crash, but is a bug at least. The problem that I'm having is the amount of data this devices can receive is limited to 180 bytes, any amount

[linux-usb-devel] Driver for AIRcable USB Devices

2006-06-30 Thread Manuel Naranjo
Hi: I have made a driver that uses usb-serial to make AIRcable USB Devices work. The device is released under the GPL license. What I would like to know if there is any way to report this hardware as compatible, with Linux Kernel v2.6. If anyone is interesated i can send the source code to the

[linux-usb-devel] Implementing a driver over usbserial generic

2006-06-24 Thread Manuel Naranjo
own, i want to learn :=). Thanks a lot, Manuel Naranjo Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falka

Re: [linux-usb-devel] USB Serial Module

2006-06-22 Thread Manuel Naranjo
> There is no general USB to serial spec, sorry. You will have to contact > the vendor of your device to get the protocol used to talk to the device > in order to create a Linux driver. > > Or perhaps it already works with Linux as it uses one of the common > chipsets that are availble for this (

Re: [linux-usb-devel] USB Serial Module

2006-06-22 Thread Manuel Naranjo
> > Well, the only 'generic' one I know is the usb-serial.txt file under > Documentation/usb/. Also available here: > > http://www.mjmwired.net/kernel/Documentation/usb/usb-serial.txt I have just found that thanks anyway > But would be better if you say what wha you adapter is and what >

[linux-usb-devel] USB Serial Module

2006-06-22 Thread Manuel Naranjo
Hi: I'm new to linux usb, i'm trying to make a usb serial adapter work, but i can not, is there any official documentation about the Serial USB module, because i can not find nothing on internet. Thaks, Manuel Naranjo Using Tomcat but need to do more? Need to support web services, sec