Re: usb/116699: [usbhid] USB HID devices do not initialize at system boot

2009-08-05 Thread Rashid N. Achilov
The following reply was made to PR usb/116699; it has been noted by GNATS. From: Rashid N. Achilov achilov...@askd.ru To: bug-follo...@freebsd.org, achilov...@askd.ru Cc: Subject: Re: usb/116699: [usbhid] USB HID devices do not initialize at system boot Date: Wed, 5 Aug 2009 13:59:32 +0700

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-05 Thread Hans Petter Selasky
On Monday 03 August 2009 22:43:55 Marc Fonvieille wrote: The upload speed is fast and perfect, the download is still slow but acceptable (in fact same as with my dirty buffer hacks) Good. Here is the final patch. Note sure if I can get it in before 8 is released:

Re: 28-in-1 Acorp card reader

2009-08-05 Thread Hans Petter Selasky
On Wednesday 05 August 2009 05:09:47 Rashid N. Achilov wrote: On Wednesday 05 August 2009, Richard Kolkovich wrote: I have a little script that I run to prod my card reader(s): #!/bin/sh sudo smartctl -a /dev/da${1} -T permissive sudo smartctl -a /dev/da${1} -T permissive dd

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-05 Thread Marc Fonvieille
On Wed, Aug 05, 2009 at 09:25:27AM +0200, Hans Petter Selasky wrote: On Monday 03 August 2009 22:43:55 Marc Fonvieille wrote: The upload speed is fast and perfect, the download is still slow but acceptable (in fact same as with my dirty buffer hacks) Good. Here is the final patch. Note

Re: About the USB Cache and busdma usage in USB thread

2009-08-05 Thread Grzegorz Bernacki
Hans Petter Selasky wrote: There are two kinds of DMA memory in USB regard: 1) Transfer descriptors are allocated in coherent DMA memory. Operation logic: 1.a) Write to descriptor. 1.b.0) Call usb_pc_cpu_flush() to write data to RAM. 1.b.1) Write more fields to descriptor. 1.b.2) Call

Re: About the USB Cache and busdma usage in USB thread

2009-08-05 Thread Hans Petter Selasky
On Wednesday 05 August 2009 15:17:18 Grzegorz Bernacki wrote: Below is the patch with that solution. I tested it on ARM and PowerPC and it fixes the problem. Please test it on other platforms you have to see if there is no regression. Hi, Your patch look Ok. I will do some more testing and

patch: (newusb) cdce failed to attach, was ignoring quirks

2009-08-05 Thread Juergen Lock
I'd say the broader matches must come after the specific ones here or the quirks may not be found... (This makes at least my zaurus attach and pingable again.) Index: sys/dev/usb/net/if_cdce.c @@ -197,9 +197,6 @@ }; static const struct usb_device_id cdce_devs[] = { -

Re: patch: (newusb) cdce failed to attach, was ignoring quirks

2009-08-05 Thread Hans Petter Selasky
On Wednesday 05 August 2009 18:54:32 Juergen Lock wrote: I'd say the broader matches must come after the specific ones here or the quirks may not be found... (This makes at least my zaurus attach and pingable again.) Right! Thanks for reporting. Committed to USB P4:

Re: patch: (newusb) cdce failed to attach, was ignoring quirks

2009-08-05 Thread Juergen Lock
On Wed, Aug 05, 2009 at 08:00:53PM +0200, Hans Petter Selasky wrote: On Wednesday 05 August 2009 18:54:32 Juergen Lock wrote: I'd say the broader matches must come after the specific ones here or the quirks may not be found... (This makes at least my zaurus attach and pingable again.)

Re: reattach 3g0 device: could not allocate new device

2009-08-05 Thread Lucius Windschuh
Hi. I have a Vodafone-branded OVATION MC950D (Qualcomm 3G CDMA) UMTS pen here. I found this thread from some months ago: 2009/2/24 Hans Petter Selasky hsela...@c2i.net: On Tuesday 24 February 2009, Kim Culhan wrote: On Tue, Feb 24, 2009 at 3:05 AM, Hans Petter Selasky hsela...@c2i.net wrote: