This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 89f0807ff95cd2561d568347260d35d1cedc5f0b (commit) from 7490b22e9d46045d779bfc2e6d186e81ae15b5d1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 89f0807ff95cd2561d568347260d35d1cedc5f0b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Apr 25 10:34:07 2014 +0200
kernel: rt2800usb: add dlink dwa-137 usbid.
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 1 + .../linux-3.10.37-rt2800usb_add_dlink_dwa137_usbid.patch | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/patches/linux-3.10.37-rt2800usb_add_dlink_dwa137_usbid.patch
Difference in files: diff --git a/lfs/linux b/lfs/linux index 948d056..bf04240 100644 --- a/lfs/linux +++ b/lfs/linux @@ -137,6 +137,7 @@ endif # Wlan Patches cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/compat-drivers-3.8.3-ath_ignore_eeprom_regdomain.patch cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.34-iwlwifi-noibss_only_on_radar_chan.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.10.37-rt2800usb_add_dlink_dwa137_usbid.patch
# mISDN Patches cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mISDN_hfc-s_add_id.patch diff --git a/src/patches/linux-3.10.37-rt2800usb_add_dlink_dwa137_usbid.patch b/src/patches/linux-3.10.37-rt2800usb_add_dlink_dwa137_usbid.patch new file mode 100644 index 0000000..83142c8 --- /dev/null +++ b/src/patches/linux-3.10.37-rt2800usb_add_dlink_dwa137_usbid.patch @@ -0,0 +1,11 @@ +diff -Naur linux-3.10.37.org/drivers/net/wireless/rt2x00/rt2800usb.c linux-3.10.37/drivers/net/wireless/rt2x00/rt2800usb.c +--- linux-3.10.37.org/drivers/net/wireless/rt2x00/rt2800usb.c 2014-04-14 15:42:31.000000000 +0200 ++++ linux-3.10.37/drivers/net/wireless/rt2x00/rt2800usb.c 2014-04-25 10:25:12.796630526 +0200 +@@ -1175,6 +1175,7 @@ + /* Belkin */ + { USB_DEVICE(0x050d, 0x945b) }, + /* D-Link */ ++ { USB_DEVICE(0x2001, 0x3317) }, + { USB_DEVICE(0x2001, 0x3c17) }, + /* Panasonic */ + { USB_DEVICE(0x083a, 0xb511) },
hooks/post-receive -- IPFire 2.x development tree