• Greg Kroah-Hartman's avatar
    USB serial driver core · 9fb1cce0
    Greg Kroah-Hartman authored
    - Moved all manipulation of port->open_count into the core.  Now the
      individual driver's open and close functions are called only when the
      first open() and last close() is called.  Making the drivers a bit
      smaller and simpler.
    - Fixed a bug if a driver didn't have the owner field set.
    9fb1cce0
usbserial.c 46 KB