Simon Block wrote:
Hi All,
I am attempting to get setup for the kernel development of a USB serial
driver. I am currently running on RH-9. Please bear with me as I have tried
posting to the kernel-newbies.com list but the list appears to be read-only
and no HOWTO's I have looked at are relevant.
Greetings;
This is regardless of the kernel booted to. I've now tried
2.4.22-rc2, 2.4.21, and 2.4.20. And we all know that 2.6.0-test3-mm2
is still broken.
Summary:
Cups from mozilla's accessing its web page (localhost:631) can print a
test page just fine to either printer. I've got 2 Epso
These are the modifications to Kconfig and associated files to support
the ax8817x driver support in usbnet.
Kconfig | 25 -
Makefile.mii |1 +
2 files changed, 25 insertions(+), 1 deletion(-)
--- linux-2.6.0-test3.orig/drivers/usb/net/Kconfig 2003-08-09 15:
David:
This probably resembles a question I asked before, but I'll ask it again
just for kicks.
The USB Mass Storage Class CBI Transport Specification includes this
paragraph:
--
2.4.2.5 Data In: Host Requests Too Many Bytes
If the host sends more IN PID than the device can
This patch adds ASIX AX88172 support to the usbnet driver. This rev
should work much better, and removes more unnecessary tx/rx framing.
usbnet.c | 322
+--
1 files changed, 316 insertions(+), 6 deletions(-)
--- /home/dhollis/kernel/s
On Fri, 15 Aug 2003 13:39:05 -0700 "Simon Block" <[EMAIL PROTECTED]> wrote:
| Hi All,
|
| I am attempting to get setup for the kernel development of a USB serial
| driver. I am currently running on RH-9. Please bear with me as I have tried
| posting to the kernel-newbies.com list but the list app
On Wednesday 06 August 2003 16:30, Alan Stern wrote:
>On Wed, 6 Aug 2003, Peter Denison wrote:
>> Having just upgraded to 2.4.21, the first time I tried to print,
>> the following happened. The printer started to print, but gave up
>> after a while and spat out just about 1" of image. Needless to
>
howdy all,
wondering if any has successfully made the cyberdata usb-rs232 module
work? it is based on the kawasaki KL5KUSB116 chipset. the KL5KUSB105
module appears to be generic enough to work with this unit, however,
i've been unable to get it working. when the device is connect i get an
err
On Fri, Aug 15, 2003 at 11:14:16AM -0700, Greg KH wrote:
> ChangeSet 1.1119.1.14, 2003/08/08 16:35:07-07:00, [EMAIL PROTECTED]
Oops, changesets 1.1119.* were from a previous set of patches sent off,
and were not in this batch.
Sorry if anyone got confused.
/me kicks his mail posting script
greg
Hi All,
I am attempting to get setup for the kernel development of a USB serial
driver. I am currently running on RH-9. Please bear with me as I have tried
posting to the kernel-newbies.com list but the list appears to be read-only
and no HOWTO's I have looked at are relevant.
I have downloaded a
On Friday 15 August 2003 12:25, Alan Stern wrote:
>On Fri, 15 Aug 2003, Gene Heskett wrote:
>> I can confirm that this does not appear to be printer related,
>> this nearly exact scenario just happened to me while running
>> test3-mm2. So I powered down the printer, in this case an Epson
>> C82 be
hope this helps...
Bus 004 Device 001: ID : Virtual Hub
Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass9 Hub
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor
On Thu, Aug 14, Alan Stern wrote:
> You should use US_SC_DEVICE and US_PR_DEVICE rather than US_SC_UFI and
> US_PR_CBI, because the entries in the file don't override the values
> reported by the device (as indicated by the contents of
> /proc/bus/usb/devices in your previous posting).
Thanks
ChangeSet 1.1123.18.20, 2003/08/14 16:22:22-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbvideo cleanup on error
drivers/usb/media/usbvideo.c | 19 +++
1 files changed, 15 insertions(+), 4 deletions(-)
diff -Nru a/drivers/usb/media/usbvideo.c b/drivers/usb/media/usbvideo.c
--- a/
ChangeSet 1.1123.18.5, 2003/08/11 15:12:27-07:00, [EMAIL PROTECTED]
[PATCH] USB: error check for claiming second interface in usbnet
- fail if second interface is already claimed
drivers/usb/net/usbnet.c |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
diff -Nru a/drivers/usb/n
ChangeSet 1.1123.18.1, 2003/08/11 15:11:02-07:00, [EMAIL PROTECTED]
[PATCH] USB: ttusb_dec.c: another case of GFP_KERNEL in interrupt
- in interrupt usb_submit_urb must use GFP_ATOMIC
drivers/media/dvb/ttusb-dec/ttusb_dec.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nr
ChangeSet 1.1123.18.13, 2003/08/13 14:26:55-07:00, [EMAIL PROTECTED]
[PATCH] USB: ov511 sysfs conversion (2/3)
This patch converts ov511 to dynamically allocate struct video_device,
using the new interfaces in videodev.[ch]. This is required to safely
support sysfs without races.
drivers/usb/m
ChangeSet 1.1123.18.16, 2003/08/13 14:39:23-07:00, [EMAIL PROTECTED]
[PATCH] usb hc cleanup-after-death, oops fix
Recently we've seen some oopses reported in code that cleaned
up HCs after they died ... like pci-pm not letting ohci-hcd
suspend until after the hardware was partly disabled, or user
ChangeSet 1.1123.18.17, 2003/08/13 15:15:35-07:00, [EMAIL PROTECTED]
[PATCH] USB: Add Minolta Dimage F300 to unusual_devs
drivers/usb/storage/unusual_devs.h |6 ++
1 files changed, 6 insertions(+)
diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
---
ChangeSet 1.1119.1.8, 2003/08/06 15:51:41-07:00, [EMAIL PROTECTED]
[PATCH] USB: disable both sides of usb device ep0 at once
This eliminates an error case (current cost, memleak) when
disabling endpoints that have control requests queued.
drivers/usb/core/hcd.c |3 ++-
1 files changed, 2 i
ChangeSet 1.1123.18.22, 2003/08/15 10:05:45-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbnet.c - trailing 'else' that probably breaks net1080
A trailing else in the #ifdef CONFIG_USB_NET1080 block that would
prevent it from properly filling the bulk URB.
drivers/usb/net/usbnet.c |2 +-
1 files
ChangeSet 1.1119.1.9, 2003/08/06 15:51:53-07:00, [EMAIL PROTECTED]
[PATCH] USB: use of __devinit in st5481
> But you CAN NOT mark the usb_device_id table as __devinitdata or
> __initdata as that will be touched later on if a new USB device is
> added, or if a new usb module is loaded.
So these n
ChangeSet 1.1123.18.2, 2003/08/11 15:11:46-07:00, [EMAIL PROTECTED]
[PATCH] USB: return to old timeout handling
it seems that I've broken usblp. This reverts to the old
behaviour. Please apply.
- revert to old timeout handling
drivers/usb/class/usblp.c |6 --
1 files changed, 6 dele
ChangeSet 1.1123.18.14, 2003/08/13 14:27:46-07:00, [EMAIL PROTECTED]
[PATCH] USB: ov511 sysfs conversion (3/3)
This patch adds some read-only files to ov511's sysfs directory. The
read/write attributes will be added in a future patch. For now, the
read/write-related code is #if'd out to prevent w
ChangeSet 1.1119.1.11, 2003/08/06 16:02:01-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbnet, prevent exotic rtnl deadlock
Turns out that when PM is in use, some D3cold resume paths
could have one thread, holding the network lock, deadlock
in flush_scheduled_work() since an event task is waiting
for t
ChangeSet 1.1119.1.10, 2003/08/06 15:52:06-07:00, [EMAIL PROTECTED]
[PATCH] USB: dvb usb driver sleeping in interrupt
submitting an URB in a completion handler requires GFP_ATOMIC to be
used.
- usb_submit_urb must use GFP_ATOMIC in interrupt
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
ChangeSet 1.1119.1.7, 2003/08/06 15:51:29-07:00, [EMAIL PROTECTED]
[PATCH] USB: usb_new_device() updates
Changes a handful of things in enumeration error paths.
Bugfixes:
- consistent cleanup, and consistent return of -Ewhatever/0;
- a usb_put_dev() gets rid of the extra refcount; this
o
ChangeSet 1.1123.18.8, 2003/08/11 16:20:45-07:00, [EMAIL PROTECTED]
[PATCH] add usb_reset_configuration()
Unfortunately, usb_set_configuration() is widely mis-used as a
lightweight device reset. That's trouble because setting a
configuration must sometimes involve things that don't relate
at all
Hi,
Here are some USB fixes for 2.6.0-test3. Included are a number of
bugfixes for things people have been complaining about lately (usblp not
working, warning messages from the driver model implementation, etc.),
and a fix for the ov511 driver due to the v4l core changes.
Please pull from: bk:
ChangeSet 1.1123.18.6, 2003/08/11 15:12:40-07:00, [EMAIL PROTECTED]
[PATCH] USB: genelink_tx_fixup fails to check for memory allocation failure
this can oops.
- check for mem alloc failure
drivers/usb/net/usbnet.c |2 ++
1 files changed, 2 insertions(+)
diff -Nru a/drivers/usb/net/usb
ChangeSet 1.1123.18.21, 2003/08/15 10:01:55-07:00, [EMAIL PROTECTED]
[PATCH] USB: usb_start_wait_urb() rewrite
The code that manges the synchronous control/bulk calls has
been a mess for ages. This patch rewrites it using:
- "struct completion" instead of a usb-internal clone therof,
- prepar
ChangeSet 1.1123.18.15, 2003/08/13 14:39:09-07:00, [EMAIL PROTECTED]
[PATCH] USB: usb hcd-pci suspend/resume updates
This patch has some updates to the hcd pci power management glue:
- removes now-obsolete comments (driver model now exists)
- better state transitions:
* suspending "de
ChangeSet 1.1119.1.12, 2003/08/06 16:02:14-07:00, [EMAIL PROTECTED]
[PATCH] USB: fixes for usb-skeleton.c
I've found minor errors in usb-skeleton.c. First, there is no valid
value of interface->minor in assignment to dev->minor. Second, when
calling usb_deregister_dev the interface->minor must be
ChangeSet 1.1123.18.3, 2003/08/11 15:12:01-07:00, [EMAIL PROTECTED]
[PATCH] USB: correct error handling in usb_driver_claim_interface()
this function races with itself, doesn't return errors and races with
releasing interfaces. This patch fixes it by changing the function
prototype, introducing l
ChangeSet 1.1123.18.7, 2003/08/11 16:20:15-07:00, [EMAIL PROTECTED]
[PATCH] USB: dabusb doesn't claim every ez-usb an21xx device
This resolves the annoyance that dabusb claims devices
it shouldn't (and hotplugs for them), because of wrongly
including the device IDs used by an21xx devices that don
ChangeSet 1.1123.18.12, 2003/08/13 14:24:25-07:00, [EMAIL PROTECTED]
[PATCH] USB: ov511 sysfs conversion (1/3)
This is the first in a series of three patches to convert the ov511
driver's /proc/video interface to sysfs. All V4L drivers must undergo
this conversion now that /proc/video has been re
ChangeSet 1.1123.18.9, 2003/08/13 10:08:22-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix usb serial port release problem by untieing it from the usb_serial
structure.
This fixes the kobject messages when disconnecting a usb serial device that
people have been complaining about.
drivers/usb/serial
ChangeSet 1.1123.18.4, 2003/08/11 15:12:13-07:00, [EMAIL PROTECTED]
[PATCH] USB: correct error handling in usb_driver_claim_interface() - comment
- update commentary
drivers/usb/core/usb.c |1 +
1 files changed, 1 insertion(+)
diff -Nru a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c
ChangeSet 1.1119.1.13, 2003/08/07 11:00:56-07:00, [EMAIL PROTECTED]
[PATCH] USB: remove dev.name usage from gadget code.
drivers/usb/gadget/net2280.c |1 -
1 files changed, 1 deletion(-)
diff -Nru a/drivers/usb/gadget/net2280.c b/drivers/usb/gadget/net2280.c
--- a/drivers/usb/gadget/net22
ChangeSet 1.1119.1.6, 2003/08/06 15:51:17-07:00, [EMAIL PROTECTED]
[PATCH] USB: DMA coherency issue with rtl8150
DMA to a part of a structure is forbidden on the noncoherent architectures.
drivers/usb/net/rtl8150.c | 14 --
1 files changed, 12 insertions(+), 2 deletions(-)
diff
ChangeSet 1.1119.1.14, 2003/08/08 16:35:07-07:00, [EMAIL PROTECTED]
[PATCH] USB: ftdi_sio - VID/PID for ID TECH IDT1221U USB to RS-232 adapter
This patch adds support for ID TECH's IDT1221U USB to RS-232 adapter
(intended for use and/or supplied with some of their magnetic/smart
card readers). T
ChangeSet 1.1123.18.19, 2003/08/14 15:51:32-07:00, [EMAIL PROTECTED]
USB: handle overloading of usb-serial functions in a much cleaner manner.
drivers/usb/serial/usb-serial.c | 66
1 files changed, 33 insertions(+), 33 deletions(-)
diff -Nru a/driver
ChangeSet 1.1123.18.11, 2003/08/13 13:36:06-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix usb class device sysfs representation.
Again, I messed up the usage, now we are safe from devices being removed.
This fixes a number of error reports from users.
drivers/usb/core/file.c | 49 +++
ChangeSet 1.1123.18.10, 2003/08/13 10:09:36-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix up usb-serial drivers now that port[] is an array of pointers.
drivers/usb/serial/belkin_sa.c |6 +++---
drivers/usb/serial/cyberjack.c |8
drivers/usb/serial/digi_acceleport.c |
ChangeSet 1.1123.18.18, 2003/08/13 15:15:48-07:00, [EMAIL PROTECTED]
[PATCH] USB: bug in EHCI device reset through transaction
This supports another special case: devices can revert to the "default"
(address zero) state temporarily in usb_reset_device().
This is the quick fix; 2.6 could get rid
I have the USB devices listed below. The hub is built into the keyboard.
I have the USB mouse and a storage device both connected into the
keyboard.
I can access the hard drive for a few short bursts, like ls, and the mouse
continues to work. But when I copy files to/from the device, or do a du
On Wed, Aug 13, 2003 at 08:24:55PM -0400, David T Hollis wrote:
> A trailing else in the #ifdef CONFIG_USB_NET1080 block that would
> prevent it from properly filling the bulk URB.
Applied, thanks.
greg k-h
---
This SF.Net email sponsored by:
On Fri, 15 Aug 2003, Gene Heskett wrote:
> I can confirm that this does not appear to be printer related, this
> nearly exact scenario just happened to me while running test3-mm2. So
> I powered down the printer, in this case an Epson C82 being driven by
> cups, and then rebooted to 2.4.22-rc2
On Thu, 14 Aug 2003, Olaf Hering wrote:
> I'm not sure if this patch fixes it. Have to wait for the person who
> reported it.
>
>
> --- usb-2.4-2.4.22-rc2/drivers/usb/storage/unusual_devs.h~2003-07-29
> 12:17:12.0 +0200
> +++ usb-2.4-2.4.22-rc2/drivers/usb/storage/unusual_devs.h
尊敬的朋友,您好!
也许您对这信息感到意外,对可能给您带来的打拢表示深深的歉意!我是一刚毕业的学生...半年前的一次偶然机会我发现了亿联这个网络(以前我也试过其他赚钱网络了的,但都让我很失望)一个可以赚钱而且基本没什么投入就能月赚3千多元的网络。它让我有了一份稳定的收入.
.
here is the output from lsusb...
Bus 004 Device 001: ID : Virtual Hub
Bus 003 Device 001: ID : Virtual Hub
Bus 002 Device 002: ID 0bb2:6098
Bus 002 Device 001: ID : Virtual Hub
Bus 001 Device 001: ID : Virtual Hub
and from /proc/bus/usb/devices...
T: Bus=04 Lev=00
51 matches
Mail list logo