Re: Solaris USB driver for Linksys USB Ethernet controller (USB200M)

From: Philip Brown (phil+s3_at_bolthole.no-bots.com)
Date: 11/05/03


Date: Wed, 05 Nov 2003 02:54:22 GMT

On 04 Nov 2003 21:25:30 GMT, msadovskiy1@aol.com wrote:
>- in GLD you do not get a read request, you are supposed to furnish GLD with
>received packets asynchronously. So the driver places async bulk read request,
>waits for the interrupt and then pushes the data to GLD.

I've never written an ethernet driver... but I heard that nowadays, there
is hardware support for "This is my MAC address" type recognition.
So ideally, you would set up the hardware to send you an interrupt or
something when there is data ?

Odd, though... I think I've seen more then 64bytes for bulk read with my
epsonscan driver. but its been a while, so I could be mistaken.
and hooking up the old scanner is a pain to check :->

But it sounds like one heck of a bug, if a "bulk" transfer cant transfer
more than 64 bytes?!?!!

-- 
  http://www.blastwave.org/ for solaris pre-packaged binaries with pkg-get
    Organized by the author of pkg-get
[Trim the no-bots from my address to reply to me by email!]
         S.1618 http://thomas.loc.gov/cgi-bin/bdquery/z?d105:SN01618:@@@D
                            http://www.spamlaws.com/state/ca1.html


Relevant Pages

  • Re: HID Multitouch Digitiazer driver samples
    ... Set a breakpoint in your driver entry and AddDevice. ... I'm don't use bulk, because, somehow, the results are not so pleasing, maybe ... Suppose that I want to use USB isoc transfers, ... How is isoch traffic implemented on a serial communication? ...
    (microsoft.public.development.device.drivers)
  • Re: WinCe USB on Serial class problem
    ... i write a usb driver with serial class, ... there are too many bulk out nack between two bulk out ack ... used but i found is had limitation with wince usb host serial ... driver, only 64 byte in bulk out transfer,and how can i do to ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Problem with ISOUSB
    ... I modified BULKUSB and ISOUSB driver samples provided by windows ddk to ... develop a driverwhich handles both Bulk and Iso transfers, ... URB, each entry in the iso packet array corresponds to exactly one ...
    (microsoft.public.development.device.drivers)
  • Solaris USB driver for Linksys USB Ethernet controller (USB200M)
    ... I have been trying to write a Solaris USB driver for USB200M Linksys ... USB200M has for endpoints (control, interrupt, bulk out and bulk ... to receive 64 bytes from the bulk in pipe, ...
    (comp.unix.solaris)