[kernel] r20179 - in dists/trunk/linux/debian: . config installer/modules

Ben Hutchings benh at alioth.debian.org
Sun Jun 2 20:39:18 UTC 2013


Author: benh
Date: Sun Jun  2 20:39:18 2013
New Revision: 20179

Log:
Enable various new drivers and driver features; add to appropriate udebs

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config
   dists/trunk/linux/debian/installer/modules/nic-usb-modules
   dists/trunk/linux/debian/installer/modules/nic-wireless-modules

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun Jun  2 20:23:07 2013	(r20178)
+++ dists/trunk/linux/debian/changelog	Sun Jun  2 20:39:18 2013	(r20179)
@@ -4,6 +4,12 @@
 
   [ Ben Hutchings ]
   * aufs: Update to aufs3.x-rcN-20130520
+  * md: Enable BCACHE as module
+  * net/usb: Enable USB_RTL8152 as module
+    - udeb: Add r8152 to nic-usb-modules
+  * rt2800usb: Enable RT2800USB_RT55XX
+  * net/wireless: Enable RTL8188EE
+    - udeb: Add rtl8188ee to nic-wireless-modules
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 02 Jun 2013 17:46:32 +0100
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Sun Jun  2 20:23:07 2013	(r20178)
+++ dists/trunk/linux/debian/config/config	Sun Jun  2 20:39:18 2013	(r20179)
@@ -990,6 +990,14 @@
 CONFIG_DM_VERITY=m
 
 ##
+## file: drivers/md/bcache/Kconfig
+##
+CONFIG_BCACHE=m
+# CONFIG_BCACHE_DEBUG is not set
+# CONFIG_BCACHE_EDEBUG is not set
+# CONFIG_BCACHE_CLOSURES_DEBUG is not set
+
+##
 ## file: drivers/media/Kconfig
 ##
 CONFIG_MEDIA_SUPPORT=m
@@ -2297,6 +2305,7 @@
 CONFIG_USB_KAWETH=m
 CONFIG_USB_PEGASUS=m
 CONFIG_USB_RTL8150=m
+CONFIG_USB_RTL8152=m
 CONFIG_USB_USBNET=m
 CONFIG_USB_NET_AX8817X=m
 CONFIG_USB_NET_AX88179_178A=m
@@ -2530,6 +2539,7 @@
 CONFIG_RT2800USB_RT33XX=y
 CONFIG_RT2800USB_RT35XX=y
 CONFIG_RT2800USB_RT53XX=y
+CONFIG_RT2800USB_RT55XX=y
 # CONFIG_RT2800USB_UNKNOWN is not set
 # CONFIG_RT2X00_DEBUG is not set
 
@@ -2547,6 +2557,7 @@
 CONFIG_RTL8192SE=m
 CONFIG_RTL8192DE=m
 CONFIG_RTL8723AE=m
+CONFIG_RTL8188EE=m
 CONFIG_RTL8192CU=m
 # CONFIG_RTLWIFI_DEBUG is not set
 

Modified: dists/trunk/linux/debian/installer/modules/nic-usb-modules
==============================================================================
--- dists/trunk/linux/debian/installer/modules/nic-usb-modules	Sun Jun  2 20:23:07 2013	(r20178)
+++ dists/trunk/linux/debian/installer/modules/nic-usb-modules	Sun Jun  2 20:39:18 2013	(r20179)
@@ -9,6 +9,7 @@
 kaweth
 mcs7830 ?
 pegasus
+r8152 ?
 rndis_wlan ?
 rtl8150
 rtl8187 ?

Modified: dists/trunk/linux/debian/installer/modules/nic-wireless-modules
==============================================================================
--- dists/trunk/linux/debian/installer/modules/nic-wireless-modules	Sun Jun  2 20:23:07 2013	(r20178)
+++ dists/trunk/linux/debian/installer/modules/nic-wireless-modules	Sun Jun  2 20:39:18 2013	(r20179)
@@ -41,6 +41,7 @@
 rt61pci ?
 rt73usb ?
 rtl8180 ?
+rtl8188ee ?
 rtl8192ce ?
 rtl8192cu ?
 rtl8192de ?



More information about the Kernel-svn-changes mailing list