Re: [OOPS] on usb removal, and minicom closing 2.6.11.7

2005-04-14 Thread JustMan
olution, but it work for my C350 motorola phone) > > -- Regards, JustMan. diff -uNrp linux/drivers/base/class.orig.c linux/drivers/base/class.c --- linux/drivers/base/class.orig.c 2005-03-10 12:19:00.0 +0300 +++ linux/drivers/base/class.c 2005-03-10 13:59:27.0 +0300

Re: [OOPS] on usb removal, and minicom closing 2.6.11.7

2005-04-14 Thread JustMan
motorola phone) -- Regards, JustMan. diff -uNrp linux/drivers/base/class.orig.c linux/drivers/base/class.c --- linux/drivers/base/class.orig.c 2005-03-10 12:19:00.0 +0300 +++ linux/drivers/base/class.c 2005-03-10 13:59:27.0 +0300 @@ -307,12 +307,14 @@ static int class_hotplug

Re: [PATCH 2.6.11] fix: drivers/base/class.c

2005-03-10 Thread JustMan
45 f0 8d 74 31 01 8b 40 24 89 45 f0 85 c0 75 > Fix the driver, the kobject should have a name. cdc_acm ? in additional I attach my ver_linux and .config > > thanks, > > greg k-h > > -- Regards, JustMan. diff -uNrp linux/drivers/base/class.orig.c linux/drivers/base/

[PATCH 2.6.11] fix: drivers/base/class.c

2005-03-10 Thread JustMan
bus name of physical device */ if (dev->bus) add_hotplug_env_var(envp, num_envp, , -- Regards, JustMan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordom

Re: [PATCH 2.6.11] fix call kobject_get_path() with zero kobject argument in drivers/base/class.c

2005-03-10 Thread JustMan
>The attached patch fix call kobject_get_path() with zero kobject argument. I'm sorry. My previous patch was incorrect. -- Regards, JustMan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH 2.6.11] fix call kobject_get_path() with zero kobject argument in drivers/base/class.c

2005-03-10 Thread JustMan
The attached patch fix call kobject_get_path() with zero kobject argument. I'm sorry. My previous patch was incorrect. -- Regards, JustMan. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[PATCH 2.6.11] fix: drivers/base/class.c

2005-03-10 Thread JustMan
*/ if (dev-bus) add_hotplug_env_var(envp, num_envp, i, -- Regards, JustMan. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH 2.6.11] fix: drivers/base/class.c

2005-03-10 Thread JustMan
the driver, the kobject should have a name. cdc_acm ? in additional I attach my ver_linux and .config thanks, greg k-h -- Regards, JustMan. diff -uNrp linux/drivers/base/class.orig.c linux/drivers/base/class.c --- linux/drivers/base/class.orig.c 2005-03-10 12:19:00.0 +0300

[PATCH 2.6.11] fix call kobject_get_path() with zero kobject argument in drivers/base/class.c

2005-03-09 Thread JustMan
00 55 ba ff ff ff ff 89 e5 57 56 be 01 00 00 00 53 83 ec 04 31 db 89 45 f0 90 8d b 4 26 00 00 00 00 8b 45 f0 89 d1 8b 38 89 d8 ae f7 d1 49 8b 45 f0 8d 74 31 01 8b 40 24 89 45 f0 85 c0 75 -- Regards, JustMan. Signed-Off-By: Serge A. Suchkov <[EMAIL PROTECTED]> diff -uNrp linux-2

[PATCH 2.6.11] fix call kobject_get_path() with zero kobject argument in drivers/base/class.c

2005-03-09 Thread JustMan
24 89 45 f0 85 c0 75 -- Regards, JustMan. Signed-Off-By: Serge A. Suchkov [EMAIL PROTECTED] diff -uNrp linux-2.6.11/drivers/base/class.orig.c linux-2.6.11/drivers/base/class.c --- linux-2.6.11/drivers/base/class.orig.c 2005-03-10 02:14:58.0 +0300 +++ linux-2.6.11/drivers/base