File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1421,6 +1421,19 @@ static const struct driver_info hg20f9_info = {
1421
1421
.data = FLAG_EEPROM_MAC ,
1422
1422
};
1423
1423
1424
+ static const struct driver_info lyconsys_fibergecko100_info = {
1425
+ .description = "LyconSys FiberGecko 100 USB 2.0 to SFP Adapter" ,
1426
+ .bind = ax88178_bind ,
1427
+ .status = asix_status ,
1428
+ .link_reset = ax88178_link_reset ,
1429
+ .reset = ax88178_link_reset ,
1430
+ .flags = FLAG_ETHER | FLAG_FRAMING_AX | FLAG_LINK_INTR |
1431
+ FLAG_MULTI_PACKET ,
1432
+ .rx_fixup = asix_rx_fixup_common ,
1433
+ .tx_fixup = asix_tx_fixup ,
1434
+ .data = 0x20061201 ,
1435
+ };
1436
+
1424
1437
static const struct usb_device_id products [] = {
1425
1438
{
1426
1439
// Linksys USB200M
@@ -1578,6 +1591,10 @@ static const struct usb_device_id products [] = {
1578
1591
// Linux Automation GmbH USB 10Base-T1L
1579
1592
USB_DEVICE (0x33f7 , 0x0004 ),
1580
1593
.driver_info = (unsigned long ) & lxausb_t1l_info ,
1594
+ }, {
1595
+ /* LyconSys FiberGecko 100 */
1596
+ USB_DEVICE (0x1d2a , 0x0801 ),
1597
+ .driver_info = (unsigned long ) & lyconsys_fibergecko100_info ,
1581
1598
},
1582
1599
{ }, // END
1583
1600
};
You can’t perform that action at this time.
0 commit comments