Author Topic: plop OHCI driver works very slow  (Read 7107 times)

roytam1

  • Newbie
  • *
  • Posts: 2
plop OHCI driver works very slow
« on: December 15, 2010, 04:54:50 AM »
when comparing with Iomega/Panasonic USB OHCI driver, plop's OHCI driver is very slow. I think plop's OHCI driver drives devices in Low Speed mode but not Full Speed mode.
« Last Edit: December 15, 2010, 09:09:50 AM by roytam1 »

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: plop OHCI driver works very slow
« Reply #1 on: December 16, 2010, 06:49:57 AM »
on some machines the driver is slower, on others faster. my driver is not perfect, but small and the size was more important than speed.

regards
elmar

roytam1

  • Newbie
  • *
  • Posts: 2
Re: plop OHCI driver works very slow
« Reply #2 on: December 16, 2010, 07:08:11 AM »
on some machines the driver is slower, on others faster. my driver is not perfect, but small and the size was more important than speed.

regards
elmar
for UHCI and EHCI, plop's USB driver works great. but for OHCI (for example SiS 7001 USB chipset), it is noticeably slower.

From my point of view, I think it is better if it can be fixed or a document/wiki page mentioning the issues.