cvs commit: src/sys/dev/usb ulpt.c

Ian Dowse iedowse at FreeBSD.org
Sat Nov 12 17:39:32 GMT 2005


iedowse     2005-11-12 17:39:32 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ulpt.c 
  Log:
  Fix a > 1 year old typo that caused the ulpt driver to try reading
  from the printer and discarding the data even if the ulpt device
  was opened for reading. This resulted in crashes because two
  conconcurrent read transfers were using the same transfer structure.
  
  PR:             usb/88886
  Reported By:    Alex Pivovarov
  MFC after:      1 week
  
  Revision  Changes    Path
  1.68      +1 -1      src/sys/dev/usb/ulpt.c


More information about the cvs-src mailing list