Colin Fletcher wrote:
> Clemens Ladisch wrote:
> > I'd like to know if playback and/or MIDI work.
>
> I don't have any MIDI hardware to hand at the moment: I can try to dig
> out my old Roland drum machine next week if that will help.
You could just use a MIDI cable for loopback.
> > It may be po
Olav:
Was that hardware problem related to pulling the WAKEUP pin? Or anything else?
It looked like it was a dead chip! Another prototype board seems to get
past that point. *shrug*
I'm still not getting the chip to recognize a device when I connect one,
even though I have corrected a
On Tue, Jun 28, 2005 at 10:32:57AM +0530, [EMAIL PROTECTED] wrote:
>
> Hi Greg,
>
> Patch for usb-serial serial_close method
> A simulataneous open on the port may be pending for close.
> So check for port open count before nullifying tty.
>
> Signed-off-by: Chinmay M. Kale <[EMAIL PROTECTED]>
>
Hi Greg,
Patch for usb-serial serial_close method
A simulataneous open on the port may be pending for close.
So check for port open count before nullifying tty.
Signed-off-by: Chinmay M. Kale <[EMAIL PROTECTED]>
--- linux-2.6.11.10/drivers/usb/serial/usb-serial.c.orig
2005-06-15 15:56:48.000
On Mon, 2005-06-27 at 20:31 -0700, [EMAIL PROTECTED] wrote:
> > From: Lee Revell <[EMAIL PROTECTED]>
> > Date: Mon, 27 Jun 2005 22:30:11 -0400
> >
> > On Mon, 2005-06-27 at 19:03 -0700, [EMAIL PROTECTED] wrote:
> > > > With kernel 2.6.12 + "[PATCH] ehci-hcd - fix page pointer allocation in
> > > >
Sorry but I did not understand you.
Once that I disconnect with this program:
nt main(){
struct usbdevfs_ioctl ctrl;
int fd;
fd = open("/proc/bus/usb/002/003", O_RDWR);
if(fd != -1) {
ctrl.ifno = 0;
ctrl.ioctl_code = USBDEVFS_DISCONNECT;
> From: Lee Revell <[EMAIL PROTECTED]>
> Date: Mon, 27 Jun 2005 22:30:11 -0400
>
> On Mon, 2005-06-27 at 19:03 -0700, [EMAIL PROTECTED] wrote:
> > > With kernel 2.6.12 + "[PATCH] ehci-hcd - fix page pointer allocation in
> > > itd_patch()"), using jackd in realtime mode at 44.1kHz with 64
> > > f
On Mon, 2005-06-27 at 19:03 -0700, [EMAIL PROTECTED] wrote:
> > With kernel 2.6.12 + "[PATCH] ehci-hcd - fix page pointer allocation in
> > itd_patch()"), using jackd in realtime mode at 44.1kHz with 64
> > frames/period and 4 periods/buffer, I get a stream of xruns of about
> > 0.020 ms, severa
On Mon, 27 Jun 2005, coin wrote:
> HI, did you remember me? I can't with this.
> Now I get the next result after disconnect usbdevice, then connect,
> and send data bulk.
>
> kernel: usb 2-1: usbfs: USBDEVFS_BULK failed ep 0x1 len 4 ret -22
>
>
> This is the code
>
> fd = open("/proc/
> With kernel 2.6.12 + "[PATCH] ehci-hcd - fix page pointer allocation in
> itd_patch()"), using jackd in realtime mode at 44.1kHz with 64
> frames/period and 4 periods/buffer, I get a stream of xruns of about
> 0.020 ms, several per second.
In USB, one frame == 1 msec. Most EHCI silicon using
HI, did you remember me? I can't with this.
Now I get the next result after disconnect usbdevice, then connect,
and send data bulk.
kernel: usb 2-1: usbfs: USBDEVFS_BULK failed ep 0x1 len 4 ret -22
This is the code
fd = open("/proc/bus/usb/002/002", O_RDWR);
if(fd != -1) {
On Mon, 27 Jun 2005 19:19:56 -0500 Gustavo Guillermo Pérez wrote:
| El Jueves, 23 de Junio de 2005 23:51, randy_dunlap escribió:
| > On Sat, 18 Jun 2005 11:52:53 -0500 Gustavo Guillermo Pérez wrote:
| > | El Viernes, 17 de Junio de 2005 21:10, randy_dunlap escribió:
| > | > On Fri, 17 Jun 2005 12:
El Jueves, 23 de Junio de 2005 23:51, randy_dunlap escribió:
> On Sat, 18 Jun 2005 11:52:53 -0500 Gustavo Guillermo Pérez wrote:
> | El Viernes, 17 de Junio de 2005 21:10, randy_dunlap escribió:
> | > On Fri, 17 Jun 2005 12:23:14 -0500 Gustavo Guillermo Pérez wrote:
> | > | Just by curiuos what it
(I've added apcupsd-users to the cc: list. Let's stop copying the kernel
guys after this message and move the discussion to apcupsd-users.)
Christian Pernegger wrote:
Still up with just the apcupsd patch - I'm getting optimistic :)
Excellent. To recap, for anyone who got lost in all the patch
[PATCH] USB Storage: retry hard errors
This patch started life as as527, and was rediffed by me.
Since the IDE interface doesn't convey much information about types of
errors, many USB-IDE adapters report all low-level errors with SK = 0x04,
which is supposed to be used only for non-recoverable e
[PATCH] USB: usbcore: inverted test for resuming interfaces
This one-liner fixes a test for interfaces that are already resumed.
It would be nice if this could get into 2.6.12, but it's not critical
since it only affects people doing selective (runtime) suspend/resume.
Signed-off-by: Alan Stern
[PATCH] USB: add support for Creative WebCam mini to stv680 driver
Added support for Creative WebCam Go Mini.
Camera has STV680 chip and just different Product ID(0x4007) and Vendor ID
(0x041e).
Signed-off-by: Kiril Jovchev <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]
[PATCH] USB ATM: port speedtch to new usbatm core
Port the speedtch driver to the new usbatm core. The code is much
the same as before, just reorganized, though I threw in some minor
improvements (a new module parameter for choosing the altsetting,
more robust urb failure handling, ...) while I w
[PATCH] USB Storage: endpoint toggles and reset delays
This patch does two things to help reset recovery. It started life as
as496 and was rediffed by me.
First, the patch checks the result of a CLEAR_HALT request and doesn't reset the
endpoint's data toggle unless the request succeeded.
Second
[PATCH] USB ATM: bits and bobs
Makefile and Kconfig entries for the new drivers.
Signed-off-by: Duncan Sands <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 86699e35923366ccb5c3451d24e94deb9dd0af29
tree 3cdbae2cd0054d422d87698db4ca21b44e90cbe7
parent 0bb3cf37
[PATCH] USB: wireless usb declarations
This provides declarations for new requests, descriptors, and bitfields as
defined in the Wireless USB 1.0 spec. Device support will involve a new
"Wire Adapter" device class, connecting a USB Host to a cluster of wireless
USB devices. There will be two ad
[PATCH] USB: fix acm trouble with terminals
This patch fixes lost LF when ACM device is used with getty/login/bash,
in case of a modem which takes calls.
Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]>
Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROT
[PATCH] USB: fix usbatm gcc-2.95.x bug
Work around the gcc-2.95.x macro expansion bug.
Cc: Duncan Sands <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 843c944fb86e5e31ee7b319172e657ea22301322
tree 86f8a33735e1
[PATCH] USB: pxa2xx_udc updates
This has several small updates to the px2xx UDC driver:
* small fixes from Eugeny S. Mints <[EMAIL PROTECTED]>
- local_irq_save() around potential endpoint disable race
- fix handling of enqueue to OUT endpoints (potential oops)
* add shutdown() metho
[PATCH] USB ATM: reduce log spamming
Reduce the number of "unknown vpi/vci" debug messages to (usually) at most
one per-urb, rather than one per-cell. This is only an issue when (a) many
packets come in but no connection is open; and (b) CONFIG_USB_DEBUG is set.
Signed-off-by: Duncan Sands <[EMA
[PATCH] USB UHCI: Add root-hub suspend/resume support
This patch implements (finally!) separate suspend and resume routines
for the root hub and the controller in the UHCI driver. It also
changes the sequence used to reset the controller during initial
probing, so as to preserve the existing stat
[PATCH] usbcore: register root hub in usb_add_hcd
This patch makes usbcore automatically allocate and register the root hub
device for a new host controller when the controller is registered. This
way the HCDs don't all have to include the same boilerplate code. As a
pleasant side benefit, the r
[PATCH] USB UHCI: Add root hub states
This patch starts making some serious changes to the UHCI driver.
There's a set of private states for the root hub, and the internal
routines for suspending and resuming work completely differently, with
transitions based on the new states. Now the driver dis
[PATCH] USB dummy_hcd: Use root-hub interrupts instead of polling
This patch makes the dummy_hcd driver use emulated root-hub interrupts
instead of polling. It's in the spirit of similar changes being made to
the other HCDs.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah
[PATCH] usbcore: Remove hub_set_power_budget
This patch removes the hub_set_power_budget routine, which was used by a
couple of HCDs to indicate that the root hub was running on battery power.
In its place is a new field added to struct usb_hcd, which HCDs can set
before the root hub is registered
[PATCH] USB: usbtest updates
Updates to "usbtest" driver:
* Improve some diagnostics. One path that never generated diagnostics
before should now generate two ... unless you hit a GCC bug that
all my compilers seem to have, go figure.
* Add suspend/resume support, so this behaves wh
[PATCH] USB: PM support for zd1201
This patch enables power management (suspend, resume) support for zd1201.
It fixes problems after wakeup for me, but these problems did not appear
everytime without this patch. it's a bit empirical, based on what the
usbnet does, so maybe not correct... Maybe s
[PATCH] USB UHCI: subroutine reordering
This patch moves a few subroutines around in the uhci-hcd source file.
Nothing else is changed.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 014e73c99aa408f3766afe8d11a1caa3a708b736
tree de7
[PATCH] USB: dummy_hcd: sparse cleanups
This patch fixes the byte-ordering issue for setup packets in the
dummy_hcd driver and cleans up a few things that sparse -Wbitwise
dislikes.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit cc0
[PATCH] usbcore support for root-hub IRQ instead of polling
This is a revised version of an earlier patch to add support to usbcore
for driving root hubs by interrupts rather than polling.
There's a temporary flag added to struct usb_hcd, marking devices whose
drivers are aware of the new mechani
[PATCH] USB UHCI: Add shutdown method
After all the discussion you might not be interested in this still, but
nevertheless here it is. This patch adds a shutdown method to the
uhci-hcd driver. Its prerequisite is the patch you wrote adding shutdown
support for PCI.
Signed-off-by: Alan Stern <[E
[PATCH] USB: turn a user mode driver error into a hard error
This patch turns a user mode driver error into a hard error, and updates
the relevant diagnostic slightly to help troubleshooting. gphoto was
known to have this problem, hopefully it is now fixed (they have had
plenty of warning...)
Th
[PATCH] USB UHCI: improved reset handling
This patch improves the strategy uhci-hcd uses for performing controller
resets and checking whether they are needed.
The HCRESET command doesn't affect the Suspend, Resume,
or Reset bits in the port status & control registers, so
[PATCH] USB UHCI: Fix up loose ends
This patch tidies up a few loose ends left by the preceding patches.
It indicates the controller supports remote wakeup whenever the PM
capability is present -- which shouldn't cause any harm if the
assumption turns out to be wrong. It refuses to suspend the
co
[PATCH] USB: omap_udc updates (mostly cleanups)
Various USB patches, mostly for portability:
- Fifo mode 1 didn't work previously (oopsed), so now it's fixed and
(why not) defines even more endpoints for composite devices.
- OMAP 1710 doesn't have an internal transceiver.
- Small PM u
[PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget
This patch changes the HCDs that used the old hub_set_power_budget call,
making them use the new hcd->power_budget field instead.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Acked-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by:
[PATCH] USB: add reboot notifier to ohci
Adds a reboot notifier to OHCI, mostly to benefit kexec; plus
minor #include tweaks.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit f4df0e334a9fc731689e8ba4f42a0d72a7491348
tree 7bce31f21
[PATCH] USB: ethernet gadget updates (mostly cleanup)
Some cleanup for the the Ethernet part of the Ethernet/RNDIS gadget driver:
- Remove remnants of ancient endpoint init logic; this is simpler, clearer
- Save a smidgeon of space in the object file
- Get rid of some #ifdeffery, mostly b
[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC
This patch makes the dummy_hcd driver create separate platform devices for
the emulated host controller and emulated device controller. This gives a
more accurate simulation and will permit testing of situations where only
one of the two de
[PATCH] USB dummy_hcd: Centralize link state computations
This patch adds to the dummy_hcd driver a new routine for keeping track of
all changes in the state of the emulated USB link. The logic is now kept
in one spot instead of spread around, and it's easier to verify and
update the code. The b
[PATCH] USB: check for device in zd1201_resume
My patch adding PM support for zd1201 didn't check for the device on
resume, which can oops if the device has been removed.
This patch fixes it.
Signed-off-by: Colin Leroy <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
--
[PATCH] USB: ehci-hcd - fix page pointer allocation in itd_patch()
The itd_patch() function is responsible for allocating entries in the
buffer page pointer list of the iTD. Particularly, a new page pointer
is needed every time when buffer data crosses a page boundary.
However, there is a bug in
[PATCH] USB: gadget driver updates (SETUP api change)
This updates most of the gadget framework to expect SETUP packets use
USB byteorder (matching the annotation in and usage
in the host side stack):
- definition in
- gadget drivers: Ethernet/RNDIS, serial/ACM, file_storage, gadgetfs.
-
[PATCH] USB ATM: avoid oops on bind failure; plug memory leak
Zero the entire instance, not just the struct usbatm_data head.
Make sure the just allocated urb is freed if we fail to allocate
a buffer. Based on a patch by Stanislaw W. Gruszka.
Signed-off-by: Duncan Sands <[EMAIL PROTECTED]>
Acked
[PATCH] USB: more omap_udc updates (dma and omap1710)
More omap_udc updates:
* OMAP 1710 updates
- new UDC bit for clearing endpoint toggle, affecting CLEAR_HALT
- new OTG bits affecting wakeup
* Fix the bug Vladimir noted, that IN-DMA transfer code path kicks in
for under 102
[PATCH] USB: upgrade of the idmouse driver
Signed-off-by: Florian Echtler <[EMAIL PROTECTED]>
Signed-off-by: Andreas Deresch <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 4244f72436ab77c3c29a6447af81734ab3925d85
tree 8dfa1e6e59feb7fd6aca099c3f6b4d8acc57c4c0
[PATCH] USB dummy_hcd: Partial OTG emulation
Partial OTG support for dummy_hcd, mostly as a framework for further work.
It emulates the new OTG flags in the host and peripheral frameworks, if
that option is configured. But it's incomplete:
- Resetting the peripheral needs to clear the OTG stat
[PATCH] USB: add ability for usb-serial drivers to determine if their write urb
is currently being used.
This removes a lot of racy and buggy code by trying to check the status of the
urb.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 507ca9bc0476662f3463888d583864834eab1e11
[PATCH] USB: fix drivers/usb/gadget/ether.c compile error
This fixes a compile glitch with CONFIG_USB_ETH_RNDIS disabled, and
replaces some inline #ifdeffery (and other code) with inline functions
which can evaluate to constants.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Gr
[PATCH] USB UHCI: Use root-hub IRQs while suspended
This patch, which has as478b as a prerequisite, enables the uhci-hcd
driver to take advantage of root-hub IRQs rather than polling during the
time it is suspended. (Unfortunately the hardware doesn't support
port-change interrupts while the cont
[PATCH] USB ATM: driver for the Conexant AccessRunner chipset cxacru
Driver for modems based on the Conexant AccessRunner chipset.
Original patch by Josep Comas, much reworked by Roman Kagan.
Signed-off-by: Duncan Sands <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
--
[PATCH] USB UHCI: Minor improvements
This patch makes a few small improvements in the UHCI driver. Some
code is moved between different source files and a more useful pointer
is passed to a callback routine.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL
[PATCH] USB: misc ehci updates
Various minor EHCI updates
* Dump some more info in the debug dumps, notably the product
description (e.g. chip vendor), BIOS handhake flags, and
debug port status (when it's not managed by the HCD).
* Minor updates to the BIOS handoff code: always
[PATCH] USB: goku_udc updates (sparse, SETUP api change)
Sparse updates; and the API change for SETUP packets being in USB byteorder.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 988199fe34411b413d5a388fc751c91eb4686f36
tree 4
[PATCH] USB: fix speedtch.c merge with next patch.
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 9574507c98087951866ef30c8bf876e23ca4b99e
tree cc7f4424eb34f303f39f1287d4e81f4c2948e383
parent c59bba75fa500f13ef14215d599ee0d7faa1b9
[PATCH] USB: Kconfig fixes for usb/gadget
This prevents gadget drivers from being selected when no controller has
been selected, by adding an additional boolean and depending on it.
It's mostly to help "allmodconfig".
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Har
[PATCH] USB UHCI: Detect invalid ports
This patch changes the way uhci-hcd detects valid ports. The
specification doesn't mention any way to find out how many ports a
controller has, so the driver has to use some heuristics, reading the port
status and control register and deciding whether the va
[PATCH] USB: net2280 updates (sparse, SETUP api change)
This is mostly "sparse" related updates, one of which was a missing
le32_to_cpu() should have affected big-endian hardware.
Notable is the API change: setup packets are now provided in USB
byte order. This affects only big-endian hardware,
[PATCH] USB HCDs: no longer need to register root hub
This patch changes the host controller drivers; they no longer need to
register their root hubs because usbcore will take care of it for them.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
[PATCH] USB: g_file_storage: Consolidate min()s
This patch simplifies the g_file_storage driver by consolidating a bunch
of min() calculations at a single spot.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 76f4af8efc72b6091d230cbe
[PATCH] USB ATM: generic DSL modem driver xusbatm
Doesn't do any firmware loading etc, just transmission and reception.
The user needs to take care of modem initialization, and load the
module with parameters giving the endpoints to use and so forth.
Signed-off-by: Duncan Sands <[EMAIL PROTECTED]
[PATCH] USB gadget: drain rndis response queue on disconnect
Drain the rndis response queue on disconnect. This fixes a problem
in which an rndis response left in the queue from a previous session
could cause a subsequent session to fail.
Signed-off-by: Andy Lowe <[EMAIL PROTECTED]>
Signed-off-b
[PATCH] USB: dummy_hcd: add suspend/resume support
This patch adds support to dummy_hcd for suspending and resuming the root
hub and the emulated platform devices.
Signed-off-by: Alan Stern <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 391eca9d8892a940ff8db
[PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcd
This patch fixes an oops triggered at rmmod of isp116x-hcd
after the probe() has failed.
Also, it extends the error message printed, if the driver
cannot detect "Chip's Clock Ready" after a software reset.
As Ian Campbell recently r
[PATCH] USB: usbatm kcalloc cleanup
you seem to have applied the original, not the new improved one with
whiter teeth that uses kcalloc instead of kmalloc + memset. Here's a
patch that goes on top of the one you applied.
Signed-off-by: Duncan Sands <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-H
[PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STAT
This patch makes some cosmetic changes to dummy_hcd:
Minor alterations of comments and whitespace.
Replace USB_PORT_FEAT_xxx with USB_PORT_STAT_xxx. This is
appropriate as the values are stored in a status va
[PATCH] UHCI: Don't store device pointer in QH or TD
This patch simplifies the uhci-hcd driver by removing the device pointer
currently stored in the QH and TD structures. Those pointers weren't
being used for anything other than to increment the device's reference
count, which is unnecessary sin
[PATCH] USB: Fix race condition in usblp_write
Initialize status fields in the read and write urbs to prevent a race
condition with open/read/close - open/write/close sequences.
Fixes bug #4432 at bugzilla.kernel.org
Signed-off-by: Adam Oldham <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartma
[PATCH] USB: rndis updates (mostly cleanup)
Some bugfixes and lots of cleanup (net code shrink):
- On reset, force the RNDIS state machine its initial state
- Hook up the RNDIS (outgoing) filters to the CDC mechanism
- Lots of cleanup:
* Eliminate duplicate copy of OID table;
*
[PATCH] USB: g_file_storage: export "stall" parameter
This patch changes the g_file_storage driver to make the "stall" module
parameter generally available; currently it is available only if the
testing version of the module has been configured. It also fixes a typo
in a comment -- thanks, Pat!
[PATCH] USB Storage: port reset on transport error
This patch causes a port reset whenever there's a transport error or abort.
If that fails it reverts back to doing a mass-storage device reset. It
started life as as497 and was rediffed by me.
This makes error recovery a lot quicker and more rel
[PATCH] USB: fix atiremote input doesn`t register `device` & `driver` section
in sysfs (/sys/class/input/event#)
> On Sun, Apr 10, 2005 at 07:21:28PM +0600, Viktor A. Danilov wrote:
> >
> > PROBLEM: aiptek input doesn`t register `device` & `driver` section in sysfs
> > (/sys/class/input/event#)
[PATCH] USB: resolve ethernet gadget build glitch on pxa
This fixes a build error on pxa25x processes with pxa2xx_udc and
CONFIG_USB_ETH=m
# CONFIG_USB_ETH_RNDIS is not set
The error is because on that CPU there's no status transfer support
except with RNDIS. Workaround, enable
[PATCH] USB: usbnet debug message fix
One debug message won't print the right value; OSDL bugid 4545.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit e3bc8b4e00d0ce219165d469409f2770698574f6
tree af3e7f072eef6e6f10f2037aa524fea78
[PATCH] USB: usblp: 2x up() in usblp_read
up(&usblp->sem) was called twice in a row in this code path.
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
commit 01205a0e60bb5a66d768b881fb8355981b912510
tree 09a80a72be85b8e16523c37076b55b5c6a
Here are a bunch of USB patches against your latest git tree. They include:
- new host controller driver
- rewrite of the usb atm driver
- lots of gadget fixes and changes
- USB OTG header definitions
- lots of usb host controller driver tweaks.
- lo
Clemens Ladisch wrote:
I'd like to know if playback and/or MIDI work. It may be possible
that the driver doesn't send playback PCM data at exactly the correct
rate because the playback stream should have been synchronized to the
capture stream.
I don't have any MIDI hardware to hand at the mo
Still up with just the apcupsd patch - I'm getting optimistic :)
C.
---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Ge
On Mon, 27 Jun 2005, Dag Nygren wrote:
> OK, here we go,
> I cut the part from insertion of the stick to where the errors stopped.
> I also noticed that there are no -71 errors here, only -110.
>
> Dag
> Jun 27 21:30:26 dag kernel: ohci_hcd :02:08.0: urb c198f760 path 2.4
> ep0in
> 5fc2000
It looks like I forgot to disable the debug messages in my last patch:
debug = 1 should be debug = 0. I will resend the driver after some
people get a chance to look at the rest of the code.
Sorry about that,
Michael Downey
Zymeta Corporation
---
> We should try to find out what those failed messages are. Turn on
> CONFIG_USB_STORAGE_DEBUG and CONFIG_USB_DEBUG (if you haven't already done
> so) for the 2.6.11.8 kernel and see what you get. Also, try running with
> hald turned off -- it generates a lot of messages on its own for USB ma
Here is the updated driver for the Keyspan Digital Remote. I've
incorporated the suggestions from both Greg and Johannes and built the
diff against vanilla 2.6.12.
This driver is a basic keypress input driver for the Keyspan Digital
Remote with part number UIA-11. Currently there is an older rem
On Mon, 27 Jun 2005, Dag Nygren wrote:
> > On Mon, 27 Jun 2005, Dag Nygren wrote:
> > > Now we really have to go hunting for a bug in the OHCI driver.
> >
> > Can you go back to 2.6.11.8 and verify that the stick does work? If you
> > can pinpoint a change in the software responsible for the br
---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?
贵司经理、财务:您好!
为节省贵司对税收的开支!
我司由于进项多,消项少。现有部分额余的(增值税发票、普通发票)等可对外优惠代开,点数从优!贵公司如有需要,欢迎来电商谈!
顺祝商祺!
深圳市丰利达实业发展有限公司
联 系 人:李生
联系电话:13928420331
---
SF.Net email is sponsored by: Discover Eas
> > On Mon, 27 Jun 2005, Dag Nygren wrote:
> I will now try 2.6.11.8 on the embedded board and see what happens.
OK, did that.
And this definitely fails on the embedded part.
Any ideas on what to try next?
Dag
---
SF.Net email is sponsored
> On Mon, 27 Jun 2005, Dag Nygren wrote:
> > Now we really have to go hunting for a bug in the OHCI driver.
>
> Can you go back to 2.6.11.8 and verify that the stick does work? If you
> can pinpoint a change in the software responsible for the breakage, that
> would help a lot.
OK, just did th
現在の当掲示板での謝礼額の相場は、1日15万円から30万円程度となっています。
もちろん、女性から男性へ支払われる謝礼の相場となります。
▼逆援掲示板
http://ez7.jp/?a001
1日平均、100人から300人の女性投稿があります。
これまで出会いがなかったという女性の方、男性の方からのクレームは一切ございません♪
性欲はあるけどお金に困っている男性の方は、当掲示板でお相手を捜してみてはいかがですか?
---
SF.Net email is sponsored by
On Mon, 27 Jun 2005, Dag Nygren wrote:
>
> Just an update,
>
> I just plugged in the failing stick in my desktop computer which earlier
> did work with that stick, then on kernel version 2.6.11.8.
> This has now been updated to 2.6.12.1 and an additional USB hub
> has been added.
> But the inter
On Mon, 27 Jun 2005, Dag Nygren wrote:
> > I would guess that it is initialized to 0 along with everything else in
> > the TD at the time the memory for the TD is allocated and cleared.
>
> Is it cleared then? (Haven't checked yet)
I don't know either. I said I was guessing...
> > You could t
On Mon, 27 Jun 2005, Helix wrote:
> I supposed that seeing Inerfeces and Endpoints enumerations I am able to
> make some call to these endpoints.
No. You can send messages to endpoints, and you can refer to interfaces
or endpoints in the control messages you send to endpoint 0.
> Are you sayin
Just an update,
I just plugged in the failing stick in my desktop computer which earlier
did work with that stick, then on kernel version 2.6.11.8.
This has now been updated to 2.6.12.1 and an additional USB hub
has been added.
But the interesting thing is that I got exectly the same error here n
> On Mon, 27 Jun 2005, Dag Nygren wrote:
>
> I would guess that it is initialized to 0 along with everything else in
> the TD at the time the memory for the TD is allocated and cleared.
Is it cleared then? (Haven't checked yet)
> > Just tell me if I can help.
>
> You could try out the patch in
Thank you for answering,
I don't undertstand what parameters I have to pass to this function
considering the lsusb -v output.
The parameters have nothing at all to do with the lsusb -v output. I
can't imagine why you think they are related.
I supposed that seeing Inerfeces and Endpoints en
Colin Fletcher wrote:
> Clemens Ladisch wrote:
> > There seems to be another bug in either the EHCI or the snd-usb-audio
> > driver; I'm still getting problems with high speed iso transfers.
That was a bug in snd-usb-audio; it didn't correctly handle high speed
endpoints with bInterval > 1. Now f
1 - 100 of 111 matches
Mail list logo