[PATCHv4 02/13] USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()
Mass Storage Function had a bit unique name for function used to add it to USB configuration. Renamed as to match naming convention of other functions. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/usb/gadget/f_mass_storage.c |... 7 Jun 2010 09:38
[PATCHv4 11/13] USB: gadget: composite: addad disconnect callback
Added a disconnect() callback to compasite devices which is called by composite glue when its disconnect callback is called by gadget. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/usb/gadget/composite.c | 2 ++ include/linu... 7 Jun 2010 09:38
[PATCHv4 09/13] USB: gadget: g_multi: added documentation and INF files
A short documentation of the g_multi driver along with INF files for Windows XP SP3 are provided. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- Documentation/usb/gadget_multi.txt | 149 +++++++++++++++++++++++++++++++++++ Documentatio... 7 Jun 2010 09:38
[PATCH v2] perf probe: add kernel source path option
The probe plugin requires access to the source code for some operations. The source code must be in the exact same location as specified by the DWARF tags, but sometimes the location is an absolute path that cannot be replicated by a normal user. This change adds the -s|--source option to allow the user to specify ... 7 Jun 2010 09:38
[PATCHv4 03/13] USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()
FunctionFS had a bit unique name for function used to add it to USB configuration. Renamed as to match naming convention of other functions. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/usb/gadget/f_fs.c | 6 +++--- d... 7 Jun 2010 09:38
ACPI/dynamic-hybrid-graphics (?) on Vaio VPCZ11 - screen does not light up on resume [was: Re: Intel Arrandale IGP - screen does not light up on resume]
I find a way to light up the screen of my laptop after resume (but the solution is not really satisfactory) : When the resume step seems complete, I plug an auxiliary monitor through the VGA connector, and the laptop screen light up immediately. Any idea on the source of this problem ? and how to resolve it ? ... 9 Jun 2010 09:43
[PATCHv4 05/13] USB: gadget: f_fs: use usb_string_ids_n()
Use usb_string_ids_n() function to simplify string ids registeration. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/usb/gadget/f_fs.c | 30 ++++++++++++------------------ 1 files changed, 12 insertions(+), 18 deletions(-) d... 7 Jun 2010 09:38
Support kernel/hotplug sysctl variable when !CONFIG_NET
On 07/06/10 12:57, Ian Abbott wrote: The kernel/hotplug sysctl variable (/proc/sys/kernel/hotplug file) was ^^^^^^^^^^^^^^ That should read "kernel.hotplug" of course! -- -=( Ian Abbott @ MEV Ltd. E-mail: <abbotti(a)mev.co.uk> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 ... 7 Jun 2010 15:28
Dear Webmail/E-mail User
Dear Webmail/E-mail user, This message is from our Webmail Messaging Center to all our account owners.We are currently upgrading our database and e-mail center. We are deleting all unused webmail account to create more space for new accounts. To ensure that you do not experience service interruption during this ... 7 Jun 2010 08:32
[PATCH] Support kernel/hotplug sysctl variable when !CONFIG_NET
From: Ian Abbott <abbotti(a)mev.co.uk> The kernel/hotplug sysctl variable (/proc/sys/kernel/hotplug file) was made conditional on CONFIG_NET by commit f743ca5e10f4145e0b3e6d11b9b46171e16af7ce (applied in 2.6.18) to fix problems with undefined references in 2.6.16 when CONFIG_HOTPLUG=y && !CONFIG_NET, but this rest... 7 Jun 2010 08:32