linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* can we move USB_DEVICEFS to non-embedded?
@ 2009-06-23  5:11 Jeff Chua
  2009-06-23  8:17 ` Scott James Remnant
  2009-06-23 14:42 ` Greg KH
  0 siblings, 2 replies; 26+ messages in thread
From: Jeff Chua @ 2009-06-23  5:11 UTC (permalink / raw)
  To: Linux Kernel, Linus Torvalds, Scott James Remnant, Kay Sievers,
	Greg Kroah-Hartman

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

commit cc71329b3b89b4a5be849b617f2c4f151f0b9213 moved USB_DEVICEFS to
be embedded and marked it as depreciated. Can this be reverted? This
breaks vmware and those systems not using udev.

Here's a small patch to move it as non-embedded.

Thanks,
Jeff.

[-- Attachment #2: patch-usbfs --]
[-- Type: application/octet-stream, Size: 377 bytes --]

--- a/drivers/usb/core/Kconfig.org	2009-06-23 12:22:51 +0800
+++ a/drivers/usb/core/Kconfig	2009-06-23 12:23:00 +0800
@@ -28,7 +28,7 @@
 	depends on USB
 
 config USB_DEVICEFS
-	bool "USB device filesystem (DEPRECATED)" if EMBEDDED
+	bool "USB device filesystem (DEPRECATED)"
 	depends on USB
 	---help---
 	  If you say Y here (and to "/proc file system support" in the "File

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2009-07-09 12:12 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23  5:11 can we move USB_DEVICEFS to non-embedded? Jeff Chua
2009-06-23  8:17 ` Scott James Remnant
2009-06-23 14:42 ` Greg KH
2009-06-23 15:29   ` Jeff Chua
2009-06-23 15:39     ` Greg KH
2009-07-08 10:54       ` Dave Airlie
2009-07-08 11:03         ` Kay Sievers
2009-07-08 11:20           ` Dave Airlie
2009-07-08 11:42             ` Scott James Remnant
2009-07-08 13:00             ` Greg KH
2009-07-08 13:52         ` Peter Jones
2009-07-08 13:55           ` Peter Jones
2009-07-08 14:04             ` Greg KH
2009-07-08 14:12               ` Peter Jones
2009-07-08 14:56                 ` Greg KH
2009-07-08 15:05                   ` Peter Jones
2009-07-08 15:47                     ` Greg KH
2009-07-08 21:23                       ` Dave Airlie
2009-07-09  0:43                         ` Jeff Chua
2009-07-09  1:59                           ` Randy Dunlap
2009-07-09  2:31                             ` Jeff Chua
2009-07-09  3:01                               ` Randy Dunlap
2009-07-09 12:12                                 ` Jeff Chua
2009-07-09  1:33                         ` Greg KH
2009-07-08 15:12               ` Bill Nottingham
2009-07-08 15:44                 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).