Re: Dying disk or missing quirk?

2008-05-20 Thread Henrik Brix Andersen
On Sun, Dec 02, 2007 at 07:25:21PM +0100, Henrik Brix Andersen wrote: > I recently acquired a Revoltec Alu Book USB mass storage enclosure for > a 2.5" PATA HDD, which is based on the Myson CE8818 chipset and > therefore matched by the (wrongly named, as this matches all CE8818 &

Re: USB serial port vs 6.1

2008-01-30 Thread Henrik Brix Andersen
FTDI" and not "FIDI", which is why I recommended the uftdi(4) driver. The best way of matching a USB device to an unloaded driver, is to check for the VID (Vendor ID) and PID (Product ID) of the device and compare them to those listed in the various drivers. Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpvq7xB3pj86.pgp Description: PGP signature

Re: USB serial port vs 6.1

2008-01-29 Thread Henrik Brix Andersen
nel module before plugging in the FTDI based USB<->RS-232 device. That driver should create a /dev/ttyU0 or similar named device node. Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpTG0ZhanmDC.pgp Description: PGP signature

Re: usb/118686: [usbdevs] [patch] teach usbdevs / ubsa(4) about Huawei E220 G3 Modem

2008-01-22 Thread Henrik Brix Andersen
usbdevs / ubsa(4) about > Huawei E220 G3 Modem > Date: Tue, 22 Jan 2008 13:23:17 +0100 > > Updated patch that applies to todays HEAD: > http://people.freebsd.org/~erwin/e220-usb.diff Looks good to me. Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgp6oeUVrTTRx.pgp Description: PGP signature

Re: usbutils ported 11th Dec ...

2007-12-12 Thread Henrik Brix Andersen
his is a very new port to FreeBSD, so minor differences in functionality between Linux and FreeBSD may still occur. > And weirdly, my shell (tcsh) jumps 6 prompts down e.g. Odd - can you please trace as to what application outputs those extra linebreaks? Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpHDUGpIc0lt.pgp Description: PGP signature

Re: usbutils ported 11th Dec ...

2007-12-11 Thread Henrik Brix Andersen
il now due to the ports freeze. Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpc5vZTn6j4V.pgp Description: PGP signature

Dying disk or missing quirk?

2007-12-02 Thread Henrik Brix Andersen
is? A dying disk? A quirky chipset? or something else? Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpfZ23cOlmD9.pgp Description: PGP signature

Re: OpenUSB for FreeBSD?

2007-11-14 Thread Henrik Brix Andersen
73. A preliminary port is available at: http://people.freebsd.org/~brix/ports/usbutils.tar.gz I will run this through the tinderboxes and commit it to the ports collection once the freeze is over. Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgporhKM5hrHH.pgp Description: PGP signature

Re: OpenUSB for FreeBSD?

2007-11-12 Thread Henrik Brix Andersen
e. I'll try to come up with a port for FreeBSD. Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpKLiMtp1SbD.pgp Description: PGP signature

Re: Motorola A41x/V32x driver

2007-11-10 Thread Henrik Brix Andersen
; : > : I am starting to think that it may be a weird new way of > : advertising... > > Clearly, someone needs to buy one or three for developers so that we > can develop a driver and have cool cell phones to brag about... Oh, definitely! :) Brix -- Henrik Brix Andersen &l

Re: Motorola A41x/V32x driver

2007-11-10 Thread Henrik Brix Andersen
this list with the subject "Motorola A41x/V32x driver" and at least 3 posts about other Motorola cellphones - all without follow-up from the original poster. I am starting to think that it may be a weird new way of advertising... Brix -- Henrik Brix Andersen <[EMAIL PROTECTED

Re: New mailing list for USB P4 project ?

2007-10-15 Thread Henrik Brix Andersen
On Sun, Oct 14, 2007 at 07:41:08PM -0700, Alfred Perlstein wrote: > * Henrik Brix Andersen <[EMAIL PROTECTED]> [071014 10:32] wrote: > > On Sat, Oct 13, 2007 at 04:59:56PM -0700, Alfred Perlstein wrote: > > > At this time the FreeBSD project has a committer assig

Re: New mailing list for USB P4 project ?

2007-10-14 Thread Henrik Brix Andersen
on't mind me asking? :) Regards, Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpnXUtY3LojZ.pgp Description: PGP signature

Re: usb/116057: [patch] Update quirks for the MetaGeek Wi-Spy

2007-09-05 Thread Henrik Brix Andersen
On Mon, Sep 03, 2007 at 06:53:28PM +0200, Henrik Brix Andersen wrote: > >Description: > > This patch updates the quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x. > > The 1A and 1B are practically identical, although the 1A has a bad > VID/PID pair in its firmware. The 2.4

usb/116057: [patch] Update quirks for the MetaGeek Wi-Spy

2007-09-03 Thread Henrik Brix Andersen
>Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 17:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Henrik Brix Andersen >Release:FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System

usb/114807: [patch] Make MetaGeek Wi-Spy 2.4x appear as such (and fix build error)

2007-07-22 Thread Henrik Brix Andersen
>Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 22 12:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Henrik Brix Andersen >Release:FreeBSD 7.0-CURRENT

Re: Problem with libusb on FreeBSD?

2007-07-09 Thread Henrik Brix Andersen
FreeBSD 6.2? Just a quick suggestion - do you have rw access to the ugen(4) device node(s)? This is often overlooked, it seems. FWIW, I am using usb_bulk_write() in quite a few local projects without any problems. Regards, Brix -- Henrik Brix Andersen <[EMAIL PROTECTED]> pgpMlSy56nKWr.pg

usb/113651: [patch] Fix build of ng_ubt(4) after recent USBDEV() cleanup

2007-06-13 Thread Henrik Brix Andersen
eywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 13 11:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Henrik Brix Andersen >Release:FreeBSD 7.0-CURRENT i386 >Organization: pil.dk >Environ

Re: usb/105669: [patch] MetaGeek Wi-Spy device recognized as keyboard

2006-11-28 Thread Henrik Brix Andersen
The following reply was made to PR usb/105669; it has been noted by GNATS. From: Henrik Brix Andersen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: usb/105669: [patch] MetaGeek Wi-Spy device recognized as keyboard Date: Tue, 28 Nov 2006 13

usb/105669: [patch] MetaGeek Wi-Spy device recognized as keyboard

2006-11-19 Thread Henrik Brix Andersen
>Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 19 16:40:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Henrik Brix Andersen >Release:FreeBSD 6.2-PRERELEASE i386 >Organization: pil.dk