diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-14 01:41:11 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-14 01:41:11 +0000 |
commit | 6e1e877d6f62924be199fa22500c3638e84b5ada (patch) | |
tree | 0d9df6e3b0d0262b6aa4c98fd6943ca307194a62 | |
parent | 9c157455527764132c52613a53cd2d4d3a6af880 (diff) |
Remove the duplicate Billionton id.
-rw-r--r-- | sys/dev/usb/if_axe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 00fcf50d879..49960fba976 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axe.c,v 1.84 2008/05/11 09:20:31 brad Exp $ */ +/* $OpenBSD: if_axe.c,v 1.85 2008/05/14 01:41:10 brad Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org> @@ -152,7 +152,6 @@ const struct axe_type axe_devs[] = { { { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88178}, AX178 }, { { USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC210T}, 0 }, { { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D5055 }, AX178 }, - { { USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_SNAPPORT}, 0 }, { { USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB2AR}, 0}, { { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_USB200MV2}, AX772 }, { { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB2_TX }, 0}, |