• Home
  • Raw
  • Download

Lines Matching refs:of

1 This is the contents of some of the drivers/usb/serial/ files that had  old
2 changelog comments. They were quite old, and out of date, and we don't keep
32 Added usb_serial_debug_data function to help get rid of #DEBUG in the
59 moved the console code to console.c and out of this file.
62 moved location of startup() call in serial_probe() until after all
63 of the port information and endpoints are initialized. This makes
72 version of the tree. Thanks to Randy Dunlap for the initial version
73 of this code, and for pushing me to finish it up.
77 Moved all manipulation of port->open_count into the core. Now the
84 Moved all locking into the main serial_* functions, instead of having
111 switched from using spinlock to a semaphore, which fixes lots of problems.
131 Small NULL pointer initialization cleanup which saves a bit of disk image
134 instead of using idVendor/idProduct pairs, usb serial drivers
202 usb_serial_port structure instead of the larger usb_serial structure.
212 Moved a bunch of the port specific stuff into its own structure. This
213 is in anticipation of the true multiport devices (there's a bug if you
214 try to access more than one port of any multiport device right now)
221 advantage of this yet.
229 the lack of support from the vendor, and me not wanting people to
232 for the needs of the FTDI and WhiteHEAT driver.
233 Changed all reverences to FTDI to FTDI_SIO at the request of Bill
250 Split out a whole bunch of structure and other stuff to a separate
263 Fixed problem of crash when trying to open a port that didn't have a
271 of ports is determined by the number of bulk out endpoints for the
275 Removed lots of cruft that was around from the old (pre urb) driver
277 Made the serial_table dynamic. This should save lots of memory when
278 the number of minor nodes goes up to 256.
296 support to not pay the memory size price of the WhiteHEAT.
310 Added initial support for multiple sets of endpoints. This enables
321 Incremented the number of ports in expectation of getting the
323 Added notification on insertion and removal of what port the
324 device is/was connected to (and what kind of device it was).
334 Split up internals to make it easier to add different types of serial
403 for Clié devices that lie about the number of ports they have.
413 switched from using spinlock to a semaphore, which fixes lots of problems.
429 Moved MOD_DEC to end of visor_close to be nicer, as the final write
444 Got rid of always calling kmalloc for every urb we wrote out to the
446 Added visor_read_callback so we can keep track of bytes in and out for
447 those people who like to know the speed of their device.
463 Added pool of write urbs to speed up transfers to the visor.
471 of anything, but are good for debugging.)
494 Added RTS and DTR line control. Thanks to joe@bndlg.de for parts of it.
524 - fixed potential double free of memory when command urb submitting
548 - Fixed problem with dev field of urb for kernels >= 2.4.0-test9
554 Fix redefinition of SERIAL_MAGIC
558 ( Greg take a look at the #if 0 at end of WriteCmdUsb() we must
642 (keep value of rxBytesAvail consistent with the edgeport)
644 of urbs at once down the pipe
682 Changed most of the functions to use port instead of serial.
721 and received at the default settings of the UART. Loopback connector