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

Julian Elischer julian at FreeBSD.org
Thu Nov 11 22:59:26 GMT 2004


julian      2004-11-11 22:59:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/usb          uhid.c 
  Log:
  Add a bandaid to help use devices that use the tty system with usb.
  This makes teh two systems disable each other's interrupts
  while they are operating together.
  It's not perfect as it doesn't fully cover dynamic devices
  and teh effect is not reversible, but it is similar to the hack we have
  been doing for ywars with slip and ppp.
  
  Submitted by: lost the email.
  
  Revision   Changes    Path
  1.27.2.14  +13 -0     src/sys/dev/usb/uhid.c


More information about the cvs-src mailing list