From: Tijl C. <ti...@ul...> - 2004-05-01 13:34:23
|
On Tue, 27 Apr 2004 23:00:08 +0200 (CEST), Romain Li=E9vin wrote: > BTW, could you tell me whether SilverLink support is working fine > for you ? Works fine after a small hack. I had to remove this from libticables/src/bsd/bsd_mapping.c/bsd_register_cable, because it always returns with an invalid port message: if ((port !=3D USB_PORT_1) && (port !=3D USB_PORT_2) && (port !=3D USB_PORT_3) && (port !=3D USB_PORT_4) && (port !=3D USER_PORT)) return ERR_INVALID_PORT; I haven't taken a closer look at this yet, but somehow somewhere 'port' doesn't get the right value when you select the SilverLink in TiLP. |