We defined bus_to_hdc for that, use it.
Signed-off-by: Yuanhan Liu
---
drivers/usb/core/usb.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c
index cd8fb44..7d3de09 100644
--- a/drivers/usb/core/usb.c
+++ b/drivers/usb/c
On 10/6/2012 7:58 AM, Paul Zimmerman wrote:
From: Pratyush Anand [mailto:pratyush.an...@st.com]
Sent: Friday, October 05, 2012 7:08 PM
Hi Paul,
Thanks for the help.
On 10/6/2012 12:23 AM, Paul Zimmerman wrote:
If the host controller in your PC is not connected thru a PCIe bridge
with multiple
Signed-off-by: Yann Cantin
---
drivers/hid/hid-core.c |3 +++
drivers/hid/hid-ids.h |3 +++
2 files changed, 6 insertions(+)
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index bd3971b..59ffaa2 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1937,6 +
Hi,
New USB input driver for eBeam devices.
Currently supported (tested) :
- Luidia eBeam classic projection and edge projection models
- Nec "interactive solution" NP01Wi1 & NP01Wi2 accessories.
Patch 1 to blacklist the devices for hid generic-usb.
Patch 2 is the actual driver.
Change from v1
Signed-off-by: Yann Cantin
---
Documentation/ABI/testing/sysfs-driver-ebeam | 53 ++
drivers/input/misc/Kconfig | 22 +
drivers/input/misc/Makefile |1 +
drivers/input/misc/ebeam.c | 763 ++
4 files changed, 83
Device-tree probed devices don't get a dev.dma_mask set. This patch
sets a default 32bit mask on arch-vt8500 when using devicetree.
Without this patch, arch-vt8500 cannot detect ehci attached devices.
Signed-off-by: Tony Prisk
---
drivers/usb/host/ehci-vt8500.c | 10 ++
1 file changed
When probed from devicetree, dma_mask is not set but is required by
the usb subsystem. These patches add a default dma_mask when not
specified.
Tony Prisk (2):
usb: Missing dma_mask in uhci-platform.c when probed from device-tree
usb: Missing dma_mask in ehci-vt8500.c when probed from device-t
Device-tree probed devices don't get a dev.dma_mask set. This patch
sets a default 32bit mask on platforms using devicetree.
Without this patch, arch-vt8500 cannot detect uhci attached devices.
Signed-off-by: Tony Prisk
---
drivers/usb/host/uhci-platform.c | 11 ++-
1 file changed, 10