Found 7 matching messages (0.035 seconds). Page 1 of 1.
- [PATCH 034/149] USB: ftdi_sio.c: Allow setting latency timer on FT232RL
... timer, like on the FT232BM. However, the driver will not create the
sysfs entries for the RL without this one-line patch.
I have tested it on two systems with successful results.
From: Stepan Moskovchenko
Signed-off-by: Greg ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 034/142] usb: split usb_new_device for clarity and refactoring
From: Inaky Perez-Gonzalez
This patch takes hub.c:usb_new_device() and splits it in three parts:
- The actual actions of adding a new device (quirk detection,
announcement and autoresume tracking)
- Actual discovery and ...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [patch 034/101] Fix atmarp.h for userspace
From: David Miller
[ATM]: atmarp.h needs to always include linux/types.h
To provide the __be* types, even for userspace includes.
Reported by Andrew Walrond.
Signed-off-by: David S. Miller
Signed-
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 034 of 35] Simplify bio_add_page and raid1/raid10 resync which use it.
__bio_add_page no longer needs 'max_sectors' and can now
only fail when the bio is full.
So raid1/raid10 do not need to cope with unpredictable failure of
bio_add_page, and can be simplified. Infact they get simplified so
much that they don't use
linux-kernel - NeilBrown - Jul 30 2007 - 22:18
- [PATCH 034/104] KVM: SVM: internal function name cleanup
From: Rusty Russell
Changes some svm.c internal function names:
1) io_adress -> io_address (de-germanify the spelling)
2) kvm_reput_irq -> reput_irq (it's not a generic kvm function)
3) kvm_do_inject_irq -> (it's not a
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 034/196] kobject: convert hvc_console to use kref, not kobject
hvc_console is using a kobject only for reference counting, nothing
else. So switch it to use a kref instead, which is all that is needed,
and is much smaller.
Cc: Anton Blanchard
Cc: Paul Mackerras
Cc:
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 034/148] include/asm-x86/fixmap_32.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/fixmap_32.h | 21 ++++++++++-----------
1 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/include/asm-x86/fixmap_32.h b/include/asm-x86/fixmap_32.h
index a7404d5..
linux-kernel - Joe Perches - Mar 23 2008 - 04:02