[linux-usb-devel] Undelivered Message

2006-01-31 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 16:50:05 +0900 Subject: Fwd: Photo --- Scan information follows --- Virus Name: [EMAIL PROTECTED] F

[linux-usb-devel] Please confirm your request to join kizer212

2006-01-31 Thread Yahoo!Groups
Hello linux-usb-devel@lists.sourceforge.net, We have received your request to join the kizer212 group hosted by Yahoo! Groups, a free, easy-to-use community service. This request will expire in 7 days. TO BECOME A MEMBER OF THE GROUP: 1) Go to the Yahoo! Groups site by clicking on this link:

[linux-usb-devel] Undelivered Message

2006-01-31 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 12:04:24 +0900 Subject: Re: --- Scan information follows --- Virus Name: [EMAIL PROTECTED] File At

[linux-usb-devel] Undelivered Message

2006-01-31 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 11:30:14 +0900 Subject: Fw: SeX.mpg --- Scan information follows --- Virus Name: [EMAIL PROTECTED]

[linux-usb-devel] [PATCH] USB: drivers/usb/media/w9968cf.c: remove hooks for the vpp module

2006-01-31 Thread Greg KH
[PATCH] USB: drivers/usb/media/w9968cf.c: remove hooks for the vpp module - the w9968cf-vpp module is not intended for inclusion into the kernel - the upstream w9968cf package shipping the w9968cf-vpp module suggests to simply replace the w9968cf module shipped with the kernel Therefore, there

[linux-usb-devel] [PATCH] USB: add new auerswald device ids

2006-01-31 Thread Greg KH
[PATCH] USB: add new auerswald device ids Add device support for a couple more Auerswald TK-devices. Via Thomas Jackle <[EMAIL PROTECTED]>, typed in from http://bugzilla.kernel.org/show_bug.cgi?id=5908. Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PR

[linux-usb-devel] [PATCH] USB: arm26: fix compilation of drivers/usb/core/message.c

2006-01-31 Thread Greg KH
[PATCH] USB: arm26: fix compilation of drivers/usb/core/message.c drivers/usb/core/message.c:395: error: invalid use of undefined type `struct scatterlist' Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 5d68dfcf3a1c2c4a74e6f08

[linux-usb-devel] [PATCH] USB: gadgetfs: set "zero" flag for short control-IN response

2006-01-31 Thread Greg KH
[PATCH] USB: gadgetfs: set "zero" flag for short control-IN response This patch (as622) makes gadgetfs set the "zero" flag for control-IN responses, when the length of the response is shorter than the length of the request. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Acked-by: David Brownell <[

[linux-usb-devel] [PATCH] USB: ub 03 Oops with CFQ

2006-01-31 Thread Greg KH
[PATCH] USB: ub 03 Oops with CFQ The blk_cleanup_queue does not necesserily destroy the queue. When we destroy the corresponding ub_dev, it may leave the queue spinlock pointer dangling. This patch moves spinlocks from ub_dev to static memory. The locking scheme is not changed. These spinlocks ar

[linux-usb-devel] [PATCH] USB: UHCI: No FSBR until device is configured

2006-01-31 Thread Greg KH
[PATCH] USB: UHCI: No FSBR until device is configured Some USB devices don't enumerate well with FSBR turned on. This patch keeps devices on the low-speed part of the schedule (which doesn't use FSBR) until they have been fully configured. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Signed-off

[linux-usb-devel] [PATCH] USB: ftdi: Two new ATIK based USB astronomical CCD cameras

2006-01-31 Thread Greg KH
[PATCH] USB: ftdi: Two new ATIK based USB astronomical CCD cameras Documentation: Specify grayscale specification on ATIK-ATK16 and ATIK-ATK16HR comments. New: Add ProductID and VendorID for devices ATIK-ATK16C and ATIK-ATK16HRC. These devices are also USB Astronomical CCD cameras that wo

[linux-usb-devel] [PATCH] USB HID: add blacklist entry for HP keyboard

2006-01-31 Thread Greg KH
[PATCH] USB HID: add blacklist entry for HP keyboard My earlier experiment (adding a clear-halt for the interrupt-in endpoint) failed. It turns out that it does cause problems for other devices. And it wasn't needed anyway; a simple blacklist entry was enough to get my HP keyboard working. Thi

[linux-usb-devel] [PATCH] USB: usb-storage support for SONY DSC-T5 still camera

2006-01-31 Thread Greg KH
[PATCH] USB: usb-storage support for SONY DSC-T5 still camera I've been offered a nice Sony DSC-T5 digital camera, with a USB connection. Unfortunately it is not recognized by Linux 2.6.14.4's usb-storage. With the following change I'm able to mount and read my pictures: Signed-off-by: Phil Dibo

[linux-usb-devel] [PATCH] drivers/usb/input/yealink.c: Cleanup device matching code

2006-01-31 Thread Greg KH
[PATCH] drivers/usb/input/yealink.c: Cleanup device matching code This should fix things mentioned below: "I was curious why my firewall was loading a 'phone driver'. It turns out that the probing in the yealink driver is a little too assuming.. static struct usb_

[linux-usb-devel] [PATCH] USB: libusual: fix warning on 64bit boxes

2006-01-31 Thread Greg KH
[PATCH] USB: libusual: fix warning on 64bit boxes We cast an int to a void * which not unreasonably makes gcc suspicious. We don't actually care what type "type" is so use unsigned long so it matches pointer length on all platforms. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> Acked-by: Pete Zaitc

[linux-usb-devel] [PATCH] USBATM: -EILSEQ workaround

2006-01-31 Thread Greg KH
[PATCH] USBATM: -EILSEQ workaround Don't throttle on -EILSEQ urb status if requested by a minidriver. It seems the ueagle modems are buggy, giving -EILSEQ when they have no data to send. The ueagle change will be sent separately by the ueagle guys. Patch by Matthieu Castet. Signed-off-by: Dunca

[linux-usb-devel] [PATCH] USBATM: add flags field

2006-01-31 Thread Greg KH
[PATCH] USBATM: add flags field Have minidrivers and the core signal special requirements using a flags field in struct usbatm_data. For the moment this is only used to replace the need_heavy_init bind parameter, but there'll be new flags in later patches. Signed-off-by: Duncan Sands <[EMAIL PRO

[linux-usb-devel] [PATCH] UEAGLE : add iso support

2006-01-31 Thread Greg KH
[PATCH] UEAGLE : add iso support This patch adds the support for isochronous pipe. A new module parameter is added to select iso mode. It is set to iso by default because bulk mode doesn't work well at high speed rate (>3 Mbps for upload). We use UDSL_IGNORE_EILSEQ flags because ADI firmware do

[linux-usb-devel] [PATCH] USBATM: remove .owner

2006-01-31 Thread Greg KH
[PATCH] USBATM: remove .owner Remove the unused .owner field in struct usbatm_driver. Signed-off-by: Duncan Sands <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 0dfcd3ee88285ee7c199d0cbda21551d8c5d tree 9f2022f47e3711479f672ee7a7ea6224ebac0545 parent 356

[linux-usb-devel] [PATCH] USB: ub 04 Loss of timer and a hang

2006-01-31 Thread Greg KH
[PATCH] USB: ub 04 Loss of timer and a hang If SCSI commands are submitted while other commands are still processed, the dispatch loop turns, and we stop the work_timer. Then, if URB fails to complete, ub hangs until the device is unplugged. This does not happen often, becase we only allow one SC

[linux-usb-devel] [PATCH] USBATM: allow isochronous transfer

2006-01-31 Thread Greg KH
[PATCH] USBATM: allow isochronous transfer While the usbatm core has had some support for using isoc urbs for some time, there was no way for users to turn it on. While use of isoc transfer should still be considered experimental, it now works well enough to let users turn it on. Minidrivers sig

[linux-usb-devel] [PATCH] USB: fix oops in acm disconnect

2006-01-31 Thread Greg KH
[PATCH] USB: fix oops in acm disconnect this fixes an oops with disconnection in acm. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 86067eead5a6c6fa413ef5cb59f7129f5ed80292 tree 4861c4ce892c0485beb1810aa346f18833dd9b85 parent 8e

[linux-usb-devel] [PATCH] USB: net2280 warning fix

2006-01-31 Thread Greg KH
[PATCH] USB: net2280 warning fix For some reason alpha doesn't include where other architectures do; this makes net2280 include it explicitly. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

[linux-usb-devel] [PATCH] USB: EHCI, another full speed iso fix

2006-01-31 Thread Greg KH
[PATCH] USB: EHCI, another full speed iso fix This patch adds a reinitializion for the uf variable that got modified by the preceding start-split bandwidth check. Signed-off-by: Clemens Ladisch <[EMAIL PROTECTED]> Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman

[linux-usb-devel] [PATCH] USBATM: shutdown open connections when disconnected

2006-01-31 Thread Greg KH
[PATCH] USBATM: shutdown open connections when disconnected This patch causes vcc_release_async to be applied to any open vcc's when the modem is disconnected. This signals a socket shutdown, letting the socket user know that the game is up. I wrote this patch because of reports that pppd would k

[linux-usb-devel] [PATCH] USB: ub 05 Bulk reset

2006-01-31 Thread Greg KH
[PATCH] USB: ub 05 Bulk reset For crying out loud, they have devices which do not like port resets. So, do what usb-storage does and try both bulk and port resets. We start with a port reset (which usb-storage does at the end of transport), then do a Bulk reset, then a port reset again. This seems

[linux-usb-devel] [PATCH] USBATM: return correct error code when out of memory

2006-01-31 Thread Greg KH
[PATCH] USBATM: return correct error code when out of memory We weren't always returning -ENOMEM. Signed-off-by: Duncan Sands <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 72ef8ab43f5a82e9e2dea247702bf433d6509f87 tree 3bd0837a41fa63747fcda1d7f678abe47398f93

[linux-usb-devel] [PATCH] USB: Remove LINUX_VERSION_CODE check in pwc/pwc-ctrl.c

2006-01-31 Thread Greg KH
[PATCH] USB: Remove LINUX_VERSION_CODE check in pwc/pwc-ctrl.c this patch removes compatibility with 2.4 kernel, which makes the code much easier to read. Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 52ea1619d5103f80ec0472a3e

[linux-usb-devel] [PATCH] USB: ftdi_sio: new PID for PCDJ DAC2

2006-01-31 Thread Greg KH
[PATCH] USB: ftdi_sio: new PID for PCDJ DAC2 The attached patch adds a new PID for the ftdi_sio driver. It will enable support for PC-DJ's DAC-2 controller module (more information on http://www.pcdjhardware.com/DAC2.asp) Signed-off-by: Wouter Paesen <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah

[linux-usb-devel] [PATCH] UEAGLE : cmv name bug (was cosmetic)

2006-01-31 Thread Greg KH
[PATCH] UEAGLE : cmv name bug (was cosmetic) this patch correct a possible bug with cmv_name being static. If there is 2 modems and the driver is scheduled when filling cmv_name this could result with garbage in cmv_name. We allocate cmv_name on the stack but with a small size in order to avoid th

[linux-usb-devel] [PATCH] USB: remove extra newline in hid_init_reports

2006-01-31 Thread Greg KH
[PATCH] USB: remove extra newline in hid_init_reports The warn() macro in include/linux/usb.h adds a newline. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit de289fdf6f6c51b21c94283ffa219d31e583f327 tree 17f196584c3ffb1a970166d93e02

[linux-usb-devel] Undelivered Message

2006-01-31 Thread postmaster
The email was deleted by system policy. Attached file might be containing virus. Connection From: 127.0.0.1 From: linux-usb-devel@lists.sourceforge.net To: [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 10:59:35 +0900 Subject: Fw: Sexy --- Scan information follows --- Virus Name: [EMAIL PROTECTED] Fil

[linux-usb-devel] [PATCH] USB EHCI: fix gfp_t sparse warning

2006-01-31 Thread Greg KH
[PATCH] USB EHCI: fix gfp_t sparse warning Fix sparse warning: drivers/usb/host/ehci-hcd.c:719:35: warning: incorrect type in argument 3 (different base types) drivers/usb/host/ehci-hcd.c:719:35:expected unsigned int [unsigned] mem_flags drivers/usb/host/ehci-hcd.c:719:35:got restricted

[linux-usb-devel] [PATCH] USB: USB authentication states

2006-01-31 Thread Greg KH
[PATCH] USB: USB authentication states Another hook needed for wireless USB: there are states associated with the device authentication protocol. Wireless devices must authenticate using the host system's keystore. Note that wired connections could also use this authentication protocol, if for

[linux-usb-devel] [PATCH] USB: drivers/usb/media/ov511.c: remove hooks for the decomp module

2006-01-31 Thread Greg KH
[PATCH] USB: drivers/usb/media/ov511.c: remove hooks for the decomp module - the decomp module is not intended for inclusion into the kernel - people using the decomp module from upstream will usually simply use the complete upstream 2.xx driver Therefore, there seems to be no good reason spend

[linux-usb-devel] [PATCH] UEAGLE : cosmetic

2006-01-31 Thread Greg KH
[PATCH] UEAGLE : cosmetic this patch is purely cosmetic. There is : - indentation cleaning - unneeded cast removing - comments cleaning Signed-off-by: Matthieu CASTET <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit e40abaf6336ef3756277bab70db47a47da4aa325 tre

[linux-usb-devel] [PATCH] USB: remove some left over devfs droppings hanging around in the usb drivers

2006-01-31 Thread Greg KH
[PATCH] USB: remove some left over devfs droppings hanging around in the usb drivers As there is no more usb devfs support, these bits would just confuse people. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 595b14cbccb2f9122bccfa6b55f2d9a380e9adeb tree 88f6a554b47f4a5676a118

[linux-usb-devel] [PATCH] USB: ftdi_sio: new IDs for Westrex devices

2006-01-31 Thread Greg KH
[PATCH] USB: ftdi_sio: new IDs for Westrex devices This patch adds two new devices to the ftdi_sio driver's device ID table. The device IDs were supplied by Cory Lee to support two POS printers made by Westrex International (Model 777 and Model 8900F). Signed-off-by: Ian Abbott <[EMAIL PROTECTED

[linux-usb-devel] [PATCH] USB: isp116x-hcd: replace mdelay() by msleep()

2006-01-31 Thread Greg KH
[PATCH] USB: isp116x-hcd: replace mdelay() by msleep() Replace mdelay() by msleep() in bus_suspend(); the rest of the system will gain 7ms. The related code is reorganized to minimize the number of locking/unlocking calls. The last hunk of the patch is the formatting change by Lindent. Signed-of

[linux-usb-devel] [PATCH] USBATM: xusbatm rewrite

2006-01-31 Thread Greg KH
[PATCH] USBATM: xusbatm rewrite The xusbatm driver is for otherwise unsupported modems. All it does is grab hold of a user-specified set of interfaces - the generic usbatm core methods (hopefully) do the rest. As Aurelio Arroyo discovered when he tried to use xusbatm (big mistake!), the interface

[linux-usb-devel] [PATCH] USBATM: handle urbs containing partial cells

2006-01-31 Thread Greg KH
[PATCH] USBATM: handle urbs containing partial cells The receive logic has always assumed that urbs contain an integral number of ATM cells, which is a bit naughty, though it never caused any problems with bulk transfers. Isochronous urbs spank us soundly for this. Fixed thanks to this patch, mo

[linux-usb-devel] [PATCH] USB: add new pl2303 device ids

2006-01-31 Thread Greg KH
[PATCH] USB: add new pl2303 device ids Signed-off-by: FALIPOU F Developer <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 6cceb05f8df6e28ab90f44bdeba50d33928cdee5 tree 8516cd5bbecb10ff06c9d04bdf71b828b526f208 parent 838b42814c640ddcc378ba29cd31ffd64fb36bc5 aut

[linux-usb-devel] [PATCH] USBATM: kzalloc conversion

2006-01-31 Thread Greg KH
[PATCH] USBATM: kzalloc conversion Convert kmalloc + memset to kzalloc. Signed-off-by: Duncan Sands <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 9a734efec36c991a74610c6c81d28d4222e1c02b tree 22af3801a3dc494085cd9e3218876320121a9986 parent 0dfcd3ee88285

[linux-usb-devel] [PATCH] USBATM: trivial modifications

2006-01-31 Thread Greg KH
[PATCH] USBATM: trivial modifications Formatting, changes to variable names, comments, log level changes, printk rate limiting. Signed-off-by: Duncan Sands <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 0ec3c7e856319b600311750d784262caa8ed94b9 tree 86d0b3aa

[linux-usb-devel] [PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developers

2006-01-31 Thread Greg KH
[PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developers Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit e9aa795aaed0b861aaa5a8075748c9c34e2620ee tree a8e4ea428dec9436f33ace158ceb8c5a286d7b01 parent 682d4c803f646d2ce09fde9ed7e99015598c3298 author Greg Kroah-Hartman <

[linux-usb-devel] [PATCH] USB: new id for ftdi_sio.c and ftdi_sio.h

2006-01-31 Thread Greg KH
[PATCH] USB: new id for ftdi_sio.c and ftdi_sio.h this patch includes the Vendor Id for a optic fiber to USB device named TTUSB from thought Technology. It's just add the vendor Id to ftdi_sio.h and add the Vendor ID and model Id to table_combined. Signed-off-by: Louis Nyffenegger <[EMAIL PROTECT

[linux-usb-devel] [PATCH] USB: fix EHCI early handoff issues

2006-01-31 Thread Greg KH
[PATCH] USB: fix EHCI early handoff issues This moves the previously widely-used ehci-pci.c BIOS handoff code into the pci-quirks.c file, replacing the less widely used "early handoff" version that seems to cause problems lately. One notable change: the "early handoff" version always enabled an

[linux-usb-devel] [PATCH] USB: cleanup of usblp

2006-01-31 Thread Greg KH
[PATCH] USB: cleanup of usblp this fixes -potential hang by disconnecting through usbfs -kzalloc -general cleanup -micro optimisation in interrupt handlers It compiles and I am printing. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- c

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2006-01-31 Thread Greg KH
[PATCH] USB: SN9C10x driver updates SN9C10x driver updates: - Use kzalloc() instead of kmalloc() - Move some macro definitions from sn9c102.h to sn9c102_core.c - Use vfree() and vmalloc_32() instead of rvfree() and rvmalloc() - Fix mmap() sys call - Documentation updates Signed-off-by: Luca Riso

[linux-usb-devel] [PATCH] USB: pl2303: Added support for CA-42 clone cable

2006-01-31 Thread Greg KH
[PATCH] USB: pl2303: Added support for CA-42 clone cable Added support for CA-42 clone cable (www.ca-42.com) Signed-off-by: Martin Gingras <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 838b42814c640ddcc378ba29cd31ffd64fb36bc5 tree 927d8a8b13463c6d9a9d5573f8

[linux-usb-devel] [PATCH] USBATM: measure buffer size in bytes; force valid sizes

2006-01-31 Thread Greg KH
[PATCH] USBATM: measure buffer size in bytes; force valid sizes Change the module parameters rcv_buf_size and snd_buf_size to specify buffer sizes in bytes rather than ATM cells. Since there is some danger that users may not notice this change, the parameters are renamed to rcv_buf_bytes etc. Th

[linux-usb-devel] [PATCH] USB: touchkitusb.c (eGalax driver) fix

2006-01-31 Thread Greg KH
[PATCH] USB: touchkitusb.c (eGalax driver) fix This patch corrects the URB initialisation for transfers like this is done in other drivers too. Without this patch no data was transmitted on a PXA270 OHCI platform. May apply to others too. Signed-off-by: Juergen Schindele <[EMAIL PROTECTED]> Signe

[linux-usb-devel] [PATCH] USBATM: bump version numbers

2006-01-31 Thread Greg KH
[PATCH] USBATM: bump version numbers Signed-off-by: Duncan Sands <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 9b0e54addf3ea8488c7b57166fb38feeb8ea28fd tree 9cea6021b69b47c71f284dd8a58cdea2568c1149 parent e3fb2f641f421662ebda48763f2f03cb9bd29e82 author Dunca

[linux-usb-devel] [PATCH] USB: usb-storage: Add support for Rio Karma

2006-01-31 Thread Greg KH
[PATCH] USB: usb-storage: Add support for Rio Karma This patch from Bob Copeland adds support for the Rio Karma portable digital audio player to the usb-storage driver. The only thing needed to support this device is a one-time (per plugin) init command which is sent to the device. Signed-off-by

[linux-usb-devel] [PATCH] USB: cp2101 Add new device IDs

2006-01-31 Thread Greg KH
[PATCH] USB: cp2101 Add new device IDs The attached patch adds four new device IDs for the CP2101 driver. Also 3 tab characters have been removed from device ID table. Signed-off-by: Craig Shelley <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit e988fc8a56bb3f

[linux-usb-devel] [PATCH] USBATM: semaphore to mutex conversion

2006-01-31 Thread Greg KH
[PATCH] USBATM: semaphore to mutex conversion This is the usbatm part of the Arjan, Jes and Ingo mass semaphore to mutex conversion, reworked to apply on top of the patches I just sent to you. This time, with correct attribution and signed-off lines. Signed-off-by: Arjan van de Ven <[EMAIL PROTE

[linux-usb-devel] [PATCH] USB: asix - Add device IDs for 0G0 Cable Ethernet

2006-01-31 Thread Greg KH
[PATCH] USB: asix - Add device IDs for 0G0 Cable Ethernet Add device IDs for the 0G0 Cable Ethernet device as reported by Charles Lepple <[EMAIL PROTECTED]>. Signed-off-by: David Hollis <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 5732ce8424527ec271e8fa437

[linux-usb-devel] [PATCH] USBATM: use dev_kfree_skb_any rather than dev_kfree_skb

2006-01-31 Thread Greg KH
[PATCH] USBATM: use dev_kfree_skb_any rather than dev_kfree_skb In one spot (usbatm_cancel_send) we were calling dev_kfree_skb with irqs disabled. This mistake is just too easy to make, so systematically use dev_kfree_skb_any rather than dev_kfree_skb. Signed-off-by: Duncan Sands <[EMAIL PROTECT

[linux-usb-devel] [PATCH] USB: yealink printk warning fix

2006-01-31 Thread Greg KH
[PATCH] USB: yealink printk warning fix drivers/usb/input/yealink.c: In function `usb_probe': drivers/usb/input/yealink.c:910: warning: int format, different type arg (arg 4) Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 877260b

[linux-usb-devel] [PATCH] USB: fix ehci early handoff issues warning

2006-01-31 Thread Greg KH
[PATCH] USB: fix ehci early handoff issues warning Cc: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit b6daf7f50836c8ed12d8b0ec0113e415f04e8530 tree 27e473633e83087a994b44761b27847f1e8a8cfa parent

[linux-usb-devel] [PATCH] USB: gadget zero and dma-coherent buffers

2006-01-31 Thread Greg KH
[PATCH] USB: gadget zero and dma-coherent buffers This makes sure that the correct length is reported when freeing a dma-coherent buffer; some platforms complain if that's wrong. It also makes two parameters readonly in sysfs, as they're not safe to change while tests are running. Signed-off-by:

[linux-usb-devel] [PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the drivers

2006-01-31 Thread Greg KH
[PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the drivers au_readl() does needed byteswapping, etc. Cc: Takashi Iwai <[EMAIL PROTECTED]> Cc: Jaroslav Kysela <[EMAIL PROTECTED]> Acked-by: Jordan Crouse <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off

[linux-usb-devel] [GIT PATCH] USB patches for 2.6.16-rc1

2006-01-31 Thread Greg KH
Here are some USB patches for 2.6.16-rc1. They fix a bunch of different bugs (run-time, and build time), add a number of new device ids for various drivers, and add 2 new usb video drivers. There is also an update to the usb atm drivers in here, as they have not been updated in a long time and th

[linux-usb-devel] reading URBs in usbtest.c

2006-01-31 Thread ashili
hi all: I am trying to make/understand the misc/usbtest.c from kernel tree . simple_io method is used for sending urbs (by calling usb_submit_urb); however, I did not follow how it is reading URBs for other test cases in usbtest_ioctl method Also, LDD3 book speaks about blocking read from bulkendp

[linux-usb-devel] Linux Kernel Expert Needed in Dallas!

2006-01-31 Thread Sarah Ferguson
Hello: My name is Sarah Ferguson with Riccione Resources, Inc. a technical search firm with over 20 years experience in high-tech recruiting. I am contacting you in an effort to network with Linux users to find the best Linux professionals for a few opportunities in the Dallas, TX area. I am

[linux-usb-devel] ISP-1362

2006-01-31 Thread Paul Bilke
Is there a source for available for the Lothar Wassmann driver for the 1362 In the archive here: http://sourceforge.net/mailarchive/message.php?msg_id=11423169 the file is missing parts. My searching has not produced a complete source file. Paul Bilke --

[linux-usb-devel] [PATCH] usbhid: add error handling

2006-01-31 Thread Alan Stern
Greg: This patch (as628c) adds error handling to the USB HID core. When an error is reported for an interrupt URB, the driver will do delayed retries, at increasing intervals, for up to one second. If that doesn't work, it will try to reset the device. Testing by users has shown that both t

[linux-usb-devel] New unusual_devs.h entry

2006-01-31 Thread roman
Hello! I just got a new entry for drivers/usb/storage/unusual_devs.h: --- linux-2.6.14/drivers/usb/storage/unusual_devs.h~2006-01-31 18:32:56.0 +0100 +++ linux-2.6.14/drivers/usb/storage/unusual_devs.h 2006-01-31 18:33:19.0 +0100 @@ -702,6 +702,13 @@ US_

Re: [linux-usb-devel] Who deofnes Register interface of USB HOST

2006-01-31 Thread Alan Stern
On Tue, 31 Jan 2006, Mukund JB. wrote: > Dear all, > > I am confused. Who defines the register Interface of USB? USB doesn't have a register interface. The USB specification only describes the bus. > I am sure it is not defined in USB specifications. > I think they are defined by Intel (UHCI

[linux-usb-devel] [PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry

2006-01-31 Thread Alan Stern
A recent update to the uhci-hcd driver invoked the list_prepare_entry macro incorrectly. This patch (as646) corrects it. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- Please apply this to both the USB development and the -mm trees. Alan Stern Index: usb-2.6/drivers/usb/host/uhci-q.c ===

[linux-usb-devel] Re: Re: Error in document

2006-01-31 Thread regitour
This is an automatic reply. Dear Sir/ Mam, Greetings from Registhan Tours (P) Ltd. Below please find Our New Office Address:- FLAT NO: T-1 JAGAN SAPHAIRE TULSI MARG,BANI PARK JAIPUR -302016 TEL: 0141 2201688/2201796 Thank you with best regards --

[linux-usb-devel] Who deofnes Register interface of USB HOST

2006-01-31 Thread Mukund JB.
Dear all, I am confused. Who defines the register Interface of USB? I am sure it is not defined in USB specifications. I think they are defined by Intel (UHCI & EHCI) & Compaq (OHCI). But, then why does the USB Specifications mention the statement below in 3.1 Goals for the Universal Serial Bus.