diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-20 02:23:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-20 02:23:28 +0000 |
commit | 2db8f9da625184f46fa73c7f2810ce5fb74879dd (patch) | |
tree | b31b36491aad1d23ac1d29eafc29b42d85891574 /sys/dev | |
parent | d48bd7e768281671471f09a6e57e131388c979e6 (diff) |
typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/if_axe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index fc258b05178..e5f34c781a2 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -159,7 +159,7 @@ Static const struct axe_type axe_devs[] = { {{ USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M }, 0 }, {{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120 }, 0 }, {{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX }, 0}, - {{ USB_VENDOR_SYSTEMTALKS, USB_PRODUCT_SYSTEMTALKS_SGX2UL}, 0}, + {{ USB_VENDOR_SYSTEMTALKS, USB_PRODUCT_SYSTEMTALKS_SGCX2UL}, 0}, {{ 0, 0 }, 0 } }; |