Re: [linux-usb-devel] usbmon status?!?

2006-12-17 Thread Pete Zaitcev
On Sat, 16 Dec 2006 12:07:16 -0500 (EST), Alan Stern [EMAIL PROTECTED] wrote: +struct usbmon_packet { + u64 id; /* 0: URB ID - from submission to callback */ + unsigned char type; /* 8: Same as text; extensible. */ + unsigned char xfer_type; /*ISO, Intr,

[linux-usb-devel] [PATCH 0/2] USB serial: add dynamic id support to usb-serial core

2006-12-17 Thread Johannes Hölzl
Hi, the following patches are modifications of the patch gregkh-usb-usb-serial-dynamic-id. The first patch adds /sys/bus/usb-serial/drivers/driver/new_id. This is mainly gregs patch. New is that the new ids are added to the usb driver too. The second patch adds support for this to the

[linux-usb-devel] [PATCH 1/2] USB serial: add dynamic id support to usb-serial core

2006-12-17 Thread Johannes Hölzl
This adds support for dynamic usb ids to the usb serial core. The file new_id will show up under the usb serial driver, not the usb driver associated with the usb-serial driver (yeah, it can be a bit confusing at first glance...) This patch also modifies the USB core to allow the usb-serial core

[linux-usb-devel] [PATCH 2/2] USB serial: add dynamic id support to usb-serial core

2006-12-17 Thread Johannes Hölzl
Every usb serial driver should have a pointer to the corresponding usb driver. So the usb serial core can add a new id not only to the usb serial driver, but also to the usb driver. Also the usb drivers of ark3116, mos7720 and mos7840 missed the flag no_dynamic_id=1. This is added now.

[linux-usb-devel] [PATCH] Bugfix for aircable: Add module and name to usb_serial_driver

2006-12-17 Thread Johannes Hölzl
Hi, While adding the dynamic-id support to usb serial I found a small bug in the air cable driver: Adds module and name information to the usb_serial_driver instance of aircable. So the aircable driver is correctly shown under /sys/bus/usb-serial/drivers/aircable and has the module link. This

[linux-usb-devel] drivers/media/video/usbvision/usbvision-video.c: negative array

2006-12-17 Thread Adrian Bunk
index Reply-To: Fcc: =sent-mail The Coverity checker spotted that in usbvision_v4l2_read(), the variable frmx is never assigned any value different from -1, but it's used an an array index in usbvision-frame[frmx]. cu Adrian -- Is there not promise of rain? Ling Tan asked suddenly

[linux-usb-devel] Keyboard on Macbook Pro regressed in 2.6.19

2006-12-17 Thread Pete Zaitcev
Hi, Dmitry: Do you know anything about this: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219968 Synposys: Fn key on Macbook Pro stopped working In kernel-2.6.18-1.2798.fc6 and earlier my Fn key worked. In kernel-2.6.19-1.2877.fc7 not so. This is on an Apple Macbook Pro. This makes

[linux-usb-devel] It's time to realize all dreams of your chick.

2006-12-17 Thread Nikolic Bruce
Yo Man, stop wasting your girl' time trying to string her with your sleepy schlong Time to full throttle if you know what i mean ;) Beleive me, all that they want is a strong one-eyed monster. And hours of pleasure! Make a perfect gift for yourself and for all your chicks - more genuine

[linux-usb-devel] [PATCH] Fix for typo in ohci-ep93xx.c

2006-12-17 Thread Petr Stetiar
I'm not subscribed to this list, so please CC me on reply. Attached patch fixes typo in USB driver reported by Chase Douglas on linux-cirrus mailing list. http://www.freelists.org/archives/linux-cirrus/12-2006/msg3.html -- ynezz Signed-off-by: Petr Stetiar [EMAIL PROTECTED] diff --git