Re: [linux-usb-devel] New driver proposal: iuu_phoenix patch formatted and indepedent file for external compilation

2007-07-18 Thread Alain Degreffe
 : Alain Degreffe Cc : linux-usb-devel@lists.sourceforge.net Objet : Re: [linux-usb-devel] New driver proposal: iuu_phoenix patch formatted and indepedent file for external compilation On Sat, Jul 14, 2007 at 11:54:09PM +0200, Alain Degreffe wrote: > Submitted for review and comment. > + * Thi

Re: [linux-usb-devel] New driver proposal: iuu_phoenix patch formatted and indepedent file for external compilation

2007-07-18 Thread Greg KH
On Sat, Jul 14, 2007 at 11:54:09PM +0200, Alain Degreffe wrote: > Submitted for review and comment. > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either

Re: [linux-usb-devel] New driver proposal: iuu_phoenix patch formatted and indepedent file for external compilation

2007-07-17 Thread David Brownell
On Saturday 14 July 2007, Alain Degreffe wrote: > By the way, I don't well understand if I must try to port the driver in the > gadget part. I don't quite understand the question. Are you saying that this peripheral runs Linux inside, and you want to make its firmware use standard interfaces? Si

Re: [linux-usb-devel] New driver proposal: iuu_phoenix

2007-07-11 Thread Alain Degreffe
: mercredi 11 juillet 2007 13:25 À : linux-usb-devel@lists.sourceforge.net Cc : Alain Degreffe Objet : Re: [linux-usb-devel] New driver proposal: iuu_phoenix Am Mittwoch, 11. Juli 2007 schrieb Alain Degreffe: > Mmmh, I don't think so because ,because in the debug, after the insmod, if I

Re: [linux-usb-devel] New driver proposal: iuu_phoenix

2007-07-11 Thread Oliver Neukum
Am Mittwoch, 11. Juli 2007 schrieb Alain Degreffe: > Mmmh, I don't think so because ,because in the debug, after the insmod, if I > open the device, the debug is normal. The problem seems to be the flip buffer > that don't work well.The flush function don't give any char to the userland... Do yo

Re: [linux-usb-devel] New driver proposal: iuu_phoenix

2007-07-11 Thread Oliver Neukum
Am Mittwoch, 11. Juli 2007 schrieb Alain Degreffe: > sequence, all is running well. I join the (hugly ?) code for a review. I'm a 1. you violate the kernel coding style (look into the Documentation directory) 2. you should use a .h file for your defines 3.: static int iuu_startup (struct usb_ser

Re: [linux-usb-devel] New driver proposal: iuu_phoenix

2007-07-11 Thread Alain Degreffe
- De : Oliver Neukum [mailto:[EMAIL PROTECTED] Envoyé : mercredi 11 juillet 2007 12:54 À : linux-usb-devel@lists.sourceforge.net Cc : Alain Degreffe Objet : Re: [linux-usb-devel] New driver proposal: iuu_phoenix Am Mittwoch, 11. Juli 2007 schrieb Alain Degreffe: > Hi, I try to make a new driver for

Re: [linux-usb-devel] New driver proposal: iuu_phoenix

2007-07-11 Thread Oliver Neukum
Am Mittwoch, 11. Juli 2007 schrieb Alain Degreffe: > Hi, I try to make a new driver for infinity unlimited usb. I use the > usbserial layer to manage the lowlevel functions like probing or ttyUSBx > creation/selection. > The driver works but only after a first sequence "open and close" of the > dev

[linux-usb-devel] New driver proposal: iuu_phoenix

2007-07-10 Thread Alain Degreffe
Hi, I try to make a new driver for infinity unlimited usb. I use the usbserial layer to manage the lowlevel functions like probing or ttyUSBx creation/selection. The driver works but only after a first sequence "open and close" of the device by a program in the user space. After this first "open/cl