[haiku-commits] Re: r37135 - in haiku/trunk/src/add-ons/kernel/drivers/network: usb_asix usb_davicom

  • From: Philippe Houdoin <philippe.houdoin@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 15 Jun 2010 16:20:09 +0200

> I still have a draft tty module and usb_serial integration pending, but
> haven't managed to get it fully working. I could of course commit it so it
> is at least there. Since usb_serial doesn't work yet anyway it wouldn't
> really harm.

Well, as soon as my USB Modem is correctly detected by USB stack (see
ticket #6173, I'll be happy to play with it without working TTY
support, as dialup networking won't need it.

So, no hurry but thanks to commit your WIP.

>> -       gUSBModule->register_driver(DRIVER_NAME, 0, 0, NULL);
>> +       gUSBModule->register_driver(DRIVER_NAME, gSupportedDevices,
>> +               sizeof(gSupportedDevices)/sizeof(usb_support_descriptor),
>> NULL);
>
> Please apply proper spacing (in both files).

Around the slash, right?
Sorry about that. Will be fixed no sooner than tonight.

Other related posts: