[linux-usb-devel] ftdi_sio - MachX product ID added

2006-11-28 Thread Jan Capek
Hi, below is a patch for the ftdi_sio driver to include a new device ID for CCS MachX PIC programmer. Thanks for applying, Jan --- linux-2.6.18.3/drivers/usb/serial/ftdi_sio.h.orig 2006-11-19 04:28:22.0 +0100 +++ linux-2.6.18.3/drivers/usb/serial/ftdi_sio.h2006-11-28 22:32:

[linux-usb-devel] [PATCH 2.6.17-rc5] USB OHCI DRIVER: ohci-hcd.c doesn't compile as module when USB_OHCI_HCD_PPC_SOC and PCI are set - typo fixed

2006-05-31 Thread Jan Capek
platform. The initialization/cleanup of PCI and/or platform driver is now the responsibility of ohci-hcd. -Jan Jan Capek SYSGO | Real-Time Solutions | ELinOS Embedded Linux | http://www.sysgo.com Signed-off-by: Jan Capek <[EMAIL PROTECTED]> diff -urpN -X /home/jca/doc/misc/dontdiff

[linux-usb-devel] [PATCH 2.6.17-rc5] USB OHCI DRIVER: ohci-hcd.c doesn't compile as module when USB_OHCI_HCD_PPC_SOC and PCI are set

2006-05-30 Thread Jan Capek
ohci-hcd. -Jan Jan Capek SYSGO | Real-Time Solutions | ELinOS Embedded Linux | http://www.sysgo.com Signed-off-by: Jan Capek <[EMAIL PROTECTED]> diff -urpN -X /home/jca/doc/misc/dontdiff linux-2.6.17-rc5/drivers/usb/host/ohci-at91.c linux-2.6.17-rc5-ohci-hcd-patch/drivers/usb/hos

Re: [linux-usb-devel] [PATCH 2.6.16.18] USB OHCI DRIVER: ohci-hcd.c doesn't compile as module when USB_OHCI_HCD_PPC_SOC and PCI are set

2006-05-26 Thread Jan Capek
That looks good to me, I will come up with a similar patch. Jan David Brownell wrote: >On Thursday 25 May 2006 8:15 am, Jan Capek wrote: > > >>Hi, >> >>I have come across an issue when compiling the ohci-hcd driver as module >>when PCI and USB_OHCI_

[linux-usb-devel] [PATCH 2.6.16.18] USB OHCI DRIVER: ohci-hcd.c doesn't compile as module when USB_OHCI_HCD_PPC_SOC and PCI are set

2006-05-25 Thread Jan Capek
onent won't result into a symbol conflict. Please, apply. Thanks. Jan Capek SYSGO | Real-Time Solutions | ELinOS Embedded Linux | http://www.sysgo.com Signed-off-by: Jan Capek <[EMAIL PROTECTED]> --- a/drivers/usb/host/ohci-hcd.c 2006-01-03 04:21:10.0 +0100 +++ b/drive

[linux-usb-devel] [PATCH] - ftdi_sio.c - usb_kill_urb() patch

2004-09-13 Thread Jan Capek
Hi, sending a separate patch for ftdi_sio.c. Description: corrected handling when unlinking read URB's, that were synchronous - usb_kill_urb() is used from now on. Thanks for applying, Jan Jan Capek - CCS Inc. Firmware developer Signed-off-by: Jan Capek <[EMAIL P

Re: [linux-usb-devel] [PATCH] - ftdi_sio.c, usb-serial.c usb_kill_urb()

2004-09-13 Thread Jan Capek
Jan Capek - CCS Inc. Firmware developer Signed-off-by: Jan Capek <[EMAIL PROTECTED]> --- --- linux-2.6.9-rc1-mm1/drivers/usb/serial/usb-serial.c 2004-09-08 04:51:23.0 +0200 +++ linux-2.6.9-rc1-mm1-ccs/drivers/usb/serial/u

Re: [linux-usb-devel] [PATCH] - ftdi_sio.c, usb-serial.c usb_kill_urb()

2004-09-13 Thread Jan Capek
-rc1-mm1/drivers/usb/serial/usb-serial.c 2004-09-08 04:51:23.0 +0200 +++ linux-2.6.9-rc1-mm1-ccs/drivers/usb/serial/usb-serial.c 2004-09-08 15:31:11.0 +0200 @@ -14,6 +14,14 @@ * * See Documentation/usb/usb-serial.txt for more information on using this driver * + * (0

Re: [linux-usb-devel] [PATCH] - usb-serial.c usb_kill_urb()

2004-09-08 Thread Jan Capek
s/drivers/usb/serial/usb-serial.c 2004-09-08 15:31:11.0 +0200 @@ -14,6 +14,14 @@ * * See Documentation/usb/usb-serial.txt for more information on using this driver * + * (09/08/2004) Jan Capek + * destroy_serial(), port_release() - removed test on URB's being NULL as +

Re: [linux-usb-devel] [PATCH] - ftdi_sio usb_kill_urb(), DTR handling

2004-09-08 Thread Jan Capek
t;transfer_buffer_length, ftdi_read_bulk_callback, port); result = usb_submit_urb(port->read_urb, GFP_ATOMIC); if (result) err("%s - failed resubmitting read urb, error %d", __FUNCTION__, res

[linux-usb-devel] [PATCH] - ftdi_sio usb_kill_urb(), DTR handling

2004-09-08 Thread Jan Capek
* * See http://ftdi-usb-sio.sourceforge.net for upto date testing info * and extra documentation + * + * (07/Mar/2004) Jan Capek + * Added PID's for ICD-U20/ICD-U40 - incircuit PIC debuggers from CCS Inc. + * Extended ftdi_set_termios(), so that it handles changes of the + *

[linux-usb-devel] ftdi_sio: write(2) doesn't block, ignores XON/XOFF (fwd)

2004-05-17 Thread Jan Capek
e URB -> a communication quantum in the USB framwork and once the URB gets submitted to the kernel, the data gets on wire. Could you test with bigger data chunk as you proposed? Jan Jan Capek - CCS Inc. Firmware developer On Fri, 14 May 2004, Marko [iso-8859-1] Mäkelä wrote: > Hi, > > I'

Re: [linux-usb-devel] drivers/usb/serial/ftdi_sio.c: Error unlinking read urb

2004-04-25 Thread Jan Capek
Speaking of 2.4 or 2.6 kernel? I saw this issue in my 2.6 kernel using this driver. It doesn't seem to have any impact. Any input from anyone who is working on the relevant part of the USB layer? --Jan --- This SF.net email is sponsored by: Th

Re: [linux-usb-devel] Re: ftdi driver(usb-serial framework) + minicom issue

2004-04-25 Thread Jan Capek
Pete, yeah, I didn't like this statement either, the termios settings are being tested similarly in 2.4 in serial.c though. The only difference is that they don't check old_termios on being NULL. I don't know how this transition stuff is handled in 2.6.x kernel though as the whole tty layer archi

Re: [linux-usb-devel] ftdi driver(usb-serial framework) + minicom issue

2004-04-23 Thread Jan Capek
2004-04-22 23:16:51.0 +0200 +++ linux-2.4.27-pre1-jc/drivers/usb/serial/ftdi_sio.c 2004-04-22 23:36:46.0 +0200 @@ -16,6 +16,15 @@ * * See http://ftdi-usb-sio.sourceforge.net for upto date testing info * and extra documentation + * + * (07/Mar/2004) Jan Capek + *

[linux-usb-devel] ftdi driver(usb-serial framework) + minicom issue

2004-04-20 Thread Jan Capek
st is still alive. Thanks, Jan ------ Jan Capek - CCS Inc. Firmware developer --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Dan