diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2017-01-06 14:05:31 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2017-01-06 14:05:31 +0000 |
| commit | 094fba962f20075e405a1fd78b9c2aaacfd07beb (patch) | |
| tree | 5d06622428a45f9b6758493f54bc4fbb094615d7 /sys/dev/rtwn | |
| parent | 1cfaa2aa41b10f79326e884c2e2068a0bef83cc2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/rtwn')
| -rw-r--r-- | sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.h b/sys/dev/rtwn/usb/rtwn_usb_attach.h index 6bfed2e43a07..48a4d6e555fb 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_attach.h +++ b/sys/dev/rtwn/usb/rtwn_usb_attach.h @@ -92,6 +92,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = { RTWN_RTL8192CU_DEV(REALTEK, RTL8191CU), RTWN_RTL8192CU_DEV(REALTEK, RTL8192CE), RTWN_RTL8192CU_DEV(REALTEK, RTL8192CU), + RTWN_RTL8192CU_DEV(REALTEK, RTL8192CU_1), RTWN_RTL8192CU_DEV(SITECOMEU, RTL8188CU_1), RTWN_RTL8192CU_DEV(SITECOMEU, RTL8188CU_2), RTWN_RTL8192CU_DEV(SITECOMEU, RTL8192CU), |
