[linux-usb-devel] [PATCH][RFC] make config vars uniformly SAFE_SERIAL

2007-08-01 Thread Robert P. J. Day
[EMAIL PROTECTED], [EMAIL PROTECTED] -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page

Re: [linux-usb-devel] [PATCH][RFC] make config vars uniformly SAFE_SERIAL

2007-08-01 Thread Robert P. J. Day
On Wed, 1 Aug 2007, Greg KH wrote: On Wed, Aug 01, 2007 at 05:13:51AM -0400, Robert P. J. Day wrote: just a preliminary strike, trying to make some of these names uniform. that includes having to change some of the settings in various defconfig files. not compile tested, i'm just

[linux-usb-devel] [PATCH] Remove dead references to SAFE_SERIAL CONFIG variables.

2007-08-01 Thread Robert P. J. Day
Remove the references to CONFIG_USBD_SAFE_SERIAL_{VENDOR,PRODUCT}, which aren't defined in any Kconfig file. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- this simple deletion takes care of most of what we've been discussing until now. not compile tested, but it's pretty

[linux-usb-devel] [PATCH] USB: Typo: USB_SAFE_PADDED - USB_SERIAL_SAFE_PADDED.

2007-07-30 Thread Robert P. J. Day
Fix typo in safe_serial.c to match the actual CONFIG variable. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- diff --git a/drivers/usb/serial/safe_serial.c b/drivers/usb/serial/safe_serial.c index 86899d5..51669b7 100644 --- a/drivers/usb/serial/safe_serial.c +++ b/drivers/usb/serial

[linux-usb-devel] undefined USB-related CONFIG variables

2007-07-29 Thread Robert P. J. Day
/usb/serial/safe_serial.c:150:(CONFIG_USB_SAFE_SERIAL_VENDOR, CONFIG_USB_SAFE_SERIAL_PRODUCT, CDC_DEVICE_CLASS, rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA

Re: [linux-usb-devel] undefined USB-related CONFIG variables

2007-07-29 Thread Robert P. J. Day
On Sun, 29 Jul 2007, Greg KH wrote: On Sun, Jul 29, 2007 at 04:17:57PM -0400, Robert P. J. Day wrote: the latest output of the dead CONFIG variable script run against the directory drivers/usb (obviously some false positives, but some definitely dead variables): Care to make up some

[linux-usb-devel] SERIAL_SAFE versus SAFE_SERIAL

2007-07-29 Thread Robert P. J. Day
/serial/Kconfig: depends on USB_SERIAL_SAFE i mean, is it *deliberate* to mix both USB_SAFE_SERIAL and USB_SERIAL_SAFE as above? yeesh. rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry

Re: [linux-usb-devel] undefined USB-related CONFIG variables

2007-07-29 Thread Robert P. J. Day
On Sun, 29 Jul 2007, Greg KH wrote: On Sun, Jul 29, 2007 at 05:15:41PM -0400, Robert P. J. Day wrote: On Sun, 29 Jul 2007, Greg KH wrote: On Sun, Jul 29, 2007 at 04:17:57PM -0400, Robert P. J. Day wrote: the latest output of the dead CONFIG variable script run against

Re: [linux-usb-devel] blank filenames in /sys/modules, kernel 2.6.21

2007-06-08 Thread Robert P. J. Day
that is invoked only once throughout the entire tree. rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page

Re: [linux-usb-devel] blank filenames in /sys/modules, kernel 2.6.21

2007-06-08 Thread Robert P. J. Day
-- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page

Re: [linux-usb-devel] blank filenames in /sys/modules, kernel 2.6.21

2007-06-08 Thread Robert P. J. Day
On Fri, 8 Jun 2007, Greg KH wrote: On Fri, Jun 08, 2007 at 02:05:22PM -0400, Robert P. J. Day wrote: On Fri, 8 Jun 2007, Chuck Ebbert wrote: We just found a file with this name in 2.6.21: Directory name: /sys/module/nousb/parameters File name: IOW the file has

[linux-usb-devel] dead CONFIG_ variables: drivers/usb/

2007-05-03 Thread Robert P. J. Day
-- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page