Commit Graph

71 Commits (9d23382f005942f297a09ec4459db9ba61c9b7b7)

Author SHA1 Message Date
alium 88d0f5ca85
Update usb_intf.c for kernel 6.8 2024-03-12 07:14:38 +01:00
Ben Hutchings 8b485b79be Make use of MODULE_IMPORT_NS conditional
Commit 8954f2b8d8 added an unconditional:

    MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);

For compatibility with old kernel versions, guard this declaration
with #ifdef MODULE_IMPORT_NS.

This specific symbol namespace is also Android-specific, so the
declaration should also be conditional on building for Android, but
there doesn't seem to be a single preprocessor symbol that indicates
that.

Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
2023-11-07 20:52:16 +01:00
kimocoder 8954f2b8d8 Fix the VFS internal message 2023-10-29 15:15:50 +01:00
Asuki Kono 7d8f12970d
Add 056E:4010 for elecom device 2023-04-13 16:23:45 +09:00
Carlos Garcés 43eb4c1bb6 Remove rtl8822bu device 2021-04-03 14:16:30 +00:00
Carlos Garces 6fad44212d Remove duplicate USB IDs and sort the elements. 2021-03-06 18:21:10 +01:00
Stefan Hummert 7b6ba9b308 added device Edimax EW-7611UCB (Realtek RTL8821AU) 2020-07-26 22:25:37 +02:00
Jeff Collins 89722019ea
Add support for Hawking HW17ACU
Add support for Hawking HW17ACU (RTL8814AU)

Signed-off-by: Jeff Collins <jeffcollins9292@gmail.com>
2020-05-16 04:06:57 -04:00
kimocoder 7240269e29 Minor cleanup. Finish merging code, for now. 2020-02-01 10:15:59 +01:00
Emerson Pinter a7b3892eed Fix support for TP-Link Archer T2U v3 2019-12-02 13:16:15 -03:00
kimocoder ae31db1a4c Added 1 more VID/PID (Archer AC600 T2U Nano) 2019-11-11 19:45:02 +01:00
Christian Bremvåg a7279f8240
Add 8814AU VID/PID's 2019-11-09 19:37:56 +01:00
Christian Bremvåg 3a1f3cf3a3
Add a bunch of VID/PID's 2019-11-09 19:36:15 +01:00
root 65b4d276b1 Upload v5.6.4.2 2019-10-30 23:08:53 +00:00
kimocoder 5129cac125 Added support for Edimax EW-7611UCB 2019-09-08 22:10:44 +02:00
kimocoder abf81a658b Add support for TP-Link Archer T2U v3 2019-09-08 22:07:52 +02:00
kimocoder a00101e97a Cleaned up Makefile 2019-08-17 18:47:31 +02:00
kimocoder e1258a0dde Cleaned out unsupported chipsets from usb_intfs.c 2019-08-17 15:14:11 +02:00
kimocoder a0bb0e1d42 Added DEBUG to USB - CONFIG_USB_DEBUG in Makefile 2019-08-17 13:09:09 +02:00
kimocoder 4d95fe8727 Enable DFS for 5ghz support 2019-08-16 23:27:14 +02:00
kimocoder eaf96f0052 Pushing minor cleanups .. 2019-08-16 22:49:56 +02:00
kimocoder 1348762001 Remove signal handling from driver (software) 2019-08-16 22:11:06 +02:00
kimocoder 12d7cac87b Nuke good 'old debug also known as /proc 2019-08-16 19:15:24 +02:00
kimocoder 472b8b3176 Added HT Greenfield capab + various ported fixes 2019-06-22 17:07:31 +02:00
kimocoder decdb78ea0 Upload new v5.6.4.1 branch 2019-06-22 15:16:29 +02:00
Christian Bremvåg 68351a7a20
Added bunch of VID/PID's from other branches (and vice versa) 2019-06-17 00:28:49 +02:00
kimocoder 6c1b4a333b Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
shyan003 3de2dde344
Update usb_intf.c 2019-05-24 15:50:23 +08:00
kimocoder cccd2f324c Add support for TP-Link Archer T2U Nano AC600 2019-05-22 00:03:27 +02:00
kimocoder 5187e1b094 Fix CONFIG_RTW_DEBUG compilation and levels 2019-04-06 08:17:54 +02:00
kimocoder ed72c44df7 Add explicit memset call to avoid potentially corrupt data 2019-02-15 23:16:15 +01:00
Alexander Traud f150da568a
Add USB Device Obihai OBiWiFi with 3823:6249
USB driver gets attached and Wi-Fi adapter is usable, tested in Ubuntu 18.04 LTS with Secure Boot disabled.
2019-01-08 10:30:26 +01:00
kimocoder d3e6831396 More cleanup around Makefile++ 2018-10-20 22:53:01 +02:00
kimocoder ba4b2097b2 nuke rtw_proc aka debug via /proc 2018-10-20 19:02:03 +02:00
Christian B 77d964aad9
Added lots of VID/PID's
* Added lots of adapter support. Taken from the v5.1.5 and v5.2.20 branch
2018-08-30 19:06:54 +02:00
kimocoder 5f1fd4fa3c Remove redundant code already in SetHwReg881XAU in usb_halinit.c 2018-08-27 20:23:02 +02:00
kimocoder 5e345a86d5 Fix USB3 and USB modeswitch function 2018-08-25 20:37:42 +02:00
kimocoder 2d4a79c1b8 Uploading the v5.3.4 version 2018-08-24 22:52:34 +02:00
kimocoder 8d15903065 Remove redundant code already in SetHwReg881XAU in usb_halinit.c 2018-08-10 18:51:27 +02:00
kimocoder cfdf854042 Fix USB3 modeswitch 2018-07-24 21:00:22 +02:00
Christian B 8f61c1a18c
Added 1 more VID/PID 2018-07-13 08:07:39 +02:00
kimocoder ad7898898a Enabled more Makefile debug + Added lots VID/PIDs 2018-07-02 19:53:05 +02:00
kimocoder 29fab55737 Uploaded the 8812au v5.2.20.2 driver 2018-07-02 18:49:32 +02:00
kimocoder f58318e310 Added more VID/PID for future use 2018-06-26 11:02:46 +02:00
kimocoder 22ae5a102c Added more VID/PID + moved 1 to correct place 2018-06-23 14:49:27 +02:00
Christian B 0176d9ddae
Added more VID/PID 2018-06-22 22:50:47 +02:00
kimocoder 660a42849e Added more VID/PID 2018-06-22 22:39:02 +02:00
kimocoder f53c7ea20e Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
kimocoder 4cf72deb8e Preparing new upload 2018-06-22 18:45:20 +02:00
kimocoder a3805aa509 Removed non-supported device 2018-06-08 10:05:06 +02:00