diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 01:12:55 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-10-11 01:12:55 +0000 |
| commit | 0a13e042b190b6890ac821e7f27af22fa5802b02 (patch) | |
| tree | e98767cc070d15b7a2309e738e307c809c8c3558 /sys/dev/usb | |
| parent | 9e7c75277180d23821e6e1f6bac17285bc8550d9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/if_aue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 4f78cc54b559..fc3241a1f918 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -116,7 +116,7 @@ Static struct aue_type aue_devs[] = { { USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB100TX }, { USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TA }, { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX }, - { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, } + { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, }, { 0, 0 } }; |
