[kernel] r19958 - in dists/trunk/linux/debian: . patches patches/features/all/rt

Ben Hutchings benh at alioth.debian.org
Sun Mar 31 06:35:09 UTC 2013


Author: benh
Date: Sun Mar 31 06:35:08 2013
New Revision: 19958

Log:
[rt] wireless: orinoco_usb is BROKEN

Added:
   dists/trunk/linux/debian/patches/features/all/rt/orinoco_usb-is-broken.patch
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/patches/series-rt

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun Mar 31 05:16:07 2013	(r19957)
+++ dists/trunk/linux/debian/changelog	Sun Mar 31 06:35:08 2013	(r19958)
@@ -11,6 +11,7 @@
     hid-roccat-isku, hid-roccat-lua, hid-roccat-savu to input-modules
   * cdc_ncm,cdc_mbim: Use NCM by default
   * [rt] Update to 3.8.4-rt2 and reenable
+  * [rt] wireless: orinoco_usb is BROKEN
 
  -- Ben Hutchings <ben at decadent.org.uk>  Wed, 20 Mar 2013 23:32:20 +0000
 

Added: dists/trunk/linux/debian/patches/features/all/rt/orinoco_usb-is-broken.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux/debian/patches/features/all/rt/orinoco_usb-is-broken.patch	Sun Mar 31 06:35:08 2013	(r19958)
@@ -0,0 +1,20 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Subject: wireless: orinoco_usb is BROKEN
+Date: Sun, 31 Mar 2013 07:31:24 +0100
+
+orinoco_usb plays some funny games with completions, which might just
+about work in mainline but don't work with the type changes in RT.
+I'm not going to fix this crap.
+
+---
+--- a/drivers/net/wireless/orinoco/Kconfig
++++ b/drivers/net/wireless/orinoco/Kconfig
+@@ -135,7 +135,7 @@ config PCMCIA_SPECTRUM
+ 
+ config ORINOCO_USB
+ 	tristate "Agere Orinoco USB support"
+-	depends on USB && HERMES
++	depends on USB && HERMES && BROKEN
+ 	select FW_LOADER
+ 	---help---
+ 	  This driver is for USB versions of the Agere Orinoco card.

Modified: dists/trunk/linux/debian/patches/series-rt
==============================================================================
--- dists/trunk/linux/debian/patches/series-rt	Sun Mar 31 05:16:07 2013	(r19957)
+++ dists/trunk/linux/debian/patches/series-rt	Sun Mar 31 06:35:08 2013	(r19958)
@@ -605,3 +605,4 @@
 
 features/all/rt/kconfig-disable-a-few-options-rt.patch
 features/all/rt/kconfig-preempt-rt-full.patch
+features/all/rt/orinoco_usb-is-broken.patch



More information about the Kernel-svn-changes mailing list