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

2006-12-25 Thread Marcel Holtmann
Hi Adam, > >> I've developed an open-source python library for RFID, called RFIDIOt > >> (http://rfidiot.org), which works with ACG serial RFID readers. I've > >> just acquired the USB version of the reader and wanted to add support > >> for it, but it isn't immediately recognised by the usbser

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

2006-12-25 Thread Adam Laurie
Greg KH wrote: > On Mon, Dec 11, 2006 at 11:27:40AM +, Adam Laurie wrote: >> Folks, >> >> I've developed an open-source python library for RFID, called RFIDIOt >> (http://rfidiot.org), which works with ACG serial RFID readers. I've >> just acquired the USB version of the reader and wanted to

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

2006-12-20 Thread Greg KH
On Mon, Dec 11, 2006 at 11:27:40AM +, Adam Laurie wrote: > Folks, > > I've developed an open-source python library for RFID, called RFIDIOt > (http://rfidiot.org), which works with ACG serial RFID readers. I've > just acquired the USB version of the reader and wanted to add support > for it

[linux-usb-devel] USB Serial driver

2006-12-11 Thread Adam Laurie
Folks, I've developed an open-source python library for RFID, called RFIDIOt (http://rfidiot.org), which works with ACG serial RFID readers. I've just acquired the USB version of the reader and wanted to add support for it, but it isn't immediately recognised by the usbserial driver and I wond

Re: [linux-usb-devel] USB SERIAl DRIVER

2006-06-19 Thread Greg KH
On Mon, Jun 19, 2006 at 05:22:43PM -0300, Luiz Fernando N. Capitulino wrote: > > Hi Yuzhu, > > On Mon, 19 Jun 2006 13:12:52 -0400 > "Robert Liu" <[EMAIL PROTECTED]> wrote: > > | Hi, > | > | I am using USB SERIAL DRIVER with Linux 2.6.15. > | > | I noticed that the driver can only be loaded on

Re: [linux-usb-devel] USB SERIAl DRIVER

2006-06-19 Thread Luiz Fernando N. Capitulino
Hi Yuzhu, On Mon, 19 Jun 2006 13:12:52 -0400 "Robert Liu" <[EMAIL PROTECTED]> wrote: | Hi, | | I am using USB SERIAL DRIVER with Linux 2.6.15. | | I noticed that the driver can only be loaded once with one Vendor and Product ID. If I want to try another product id, I have to unload the drive

[linux-usb-devel] USB SERIAl DRIVER

2006-06-19 Thread Robert Liu
Hi, I am using USB SERIAL DRIVER with Linux 2.6.15. I noticed that the driver can only be loaded once with one Vendor and Product ID. If I want to try another product id, I have to unload the driver and then load it with this product id. Is there a way to allow the driver accept multiple produ

Re: [linux-usb-devel] usb serial driver transfer speed

2004-10-11 Thread Al Borchers
[EMAIL PROTECTED] wrote: After trying the usb serial driver on linux-2.4.20, I found the max speed is about 120kbytes/sec, My windows side driver is modified against bulkusb(one sample of Windows DDK), I transfer a 2.2M file from window to smartphone(pxa27x) with usb serial driver. It took about 18

[linux-usb-devel] usb serial driver transfer speed

2004-10-10 Thread tong . changda
Hello After trying the usb serial driver on linux-2.4.20, I found the max speed is about 120kbytes/sec, My windows side driver is modified against bulkusb(one sample of Windows DDK), I transfer a 2.2M file from window to smartphone(pxa27x) with usb serial driver. It took about 18seconds.why it is s

Re: whiteheat - Re: [linux-usb-devel] usb-serial driver audit

2003-03-25 Thread Greg KH
On Wed, Mar 26, 2003 at 12:30:29AM -0500, Stuart MacDonald wrote: > I'll have to have a look at this, but I don't know when. Is there a > deadline for this to be done by? Nope, it's your driver, it's up to you :) thanks, greg k-h --- This SF.

Re: whiteheat - Re: [linux-usb-devel] usb-serial driver audit

2003-03-25 Thread Stuart MacDonald
PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: March 20, 2003 7:43 p Subject: whiteheat - Re: [linux-usb-devel] usb-serial driver audit > > > whiteheat.c > > whiteheat_attach: > > usb_clea

whiteheat - Re: [linux-usb-devel] usb-serial driver audit

2003-03-20 Thread Oliver Neukum
> whiteheat.c whiteheat_attach: usb_clear_halt(serial->dev, pipe); ret = usb_bulk_msg (serial->dev, pipe, command, sizeof(command), &alen, COMMAND_TIMEOUT); DMA on stack whiteheat_write: result = usb_submit_urb(urb, GFP_ATOMIC); no need for ATOMIC here s

[linux-usb-devel] usb-serial driver audit

2003-03-20 Thread Greg KH
Hi all, Since the big usb-serial semaphore has been gone for the usb-serial drivers for a while now in 2.5, I've been trying to audit all of the drivers to make sure that they are still SMP safe. I think I've either fixed up, or validated that there are no problems in the following drivers:

[linux-usb-devel] usb serial driver core support

2002-12-10 Thread Greg KH
FYI, here's a patch I just added to my 2.5 bk trees that adds driver core bus support for the usb-serial drivers. Now all of the different ports show up in sysfs individually, which will make things easier in the future. It also shows what ports are attached to what drivers, as this snippet of /s