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

2005-04-14 Thread JustMan
sty solution, 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

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

2005-03-10 Thread JustMan
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 > 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.

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

2005-03-10 Thread JustMan
SDEVPATH=%s", path); + kfree(path); + } /* add bus name of physical device */ 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 [EMAI

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 major

[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