Re: driver for cp2112 (USB GPIO and I2C gadget)

2020-07-14 Thread Adrian Chadd
hi! On Wed, 8 Jul 2020 at 02:39, Andriy Gapon wrote: > On 19/06/2020 17:14, Andriy Gapon wrote: > > > > If anyone interested in reviewing a new driver please help yourself to: > > https://reviews.freebsd.org/D25359 > > https://reviews.freebsd.org/D25360 > > What might be curious about it is

Re: urtwn instable on Beaglebone Black

2016-08-30 Thread Adrian Chadd
.. and which chipset? (dmesg | grep urtwn) -a On 30 August 2016 at 16:32, Adrian Chadd <adrian.ch...@gmail.com> wrote: > hi, > > What's the signal level? (ifconfig -v wlan0 list sta) > > > > -a > > > On 30 August 2016 at 12:21, Andriy Voskoboinyk <a...@

Re: Lynx Point USB - large amount of interrupts (300k / second)

2015-01-10 Thread Adrian Chadd
EHCI_STS_FLR ien=0x0037 -adrian On 10 January 2015 at 03:52, Hans Petter Selasky h...@selasky.org wrote: On 01/10/15 00:37, Daniel Kolesa wrote: 2015-01-09 23:26 GMT+00:00 Daniel Kolesa quake...@gmail.com: 2015-01-09 20:24 GMT+00:00 Adrian Chadd adr...@freebsd.org: hi, I have a haswell

Lynx Point USB - large amount of interrupts (300k / second)

2015-01-09 Thread Adrian Chadd
hi, I have a haswell desktop box at home: CPU: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz (3192.67-MHz K8-class CPU) With lynx point USB: adrian@test-2:~ % dmesg | grep ehci ehci0: Intel Lynx Point USB 2.0 controller USB-B mem 0xf7f1c000-0xf7f1c3ff irq 16 at device 26.0 on pci0 usbus1 on ehci0

Re: Apple Trackpad driver

2014-01-28 Thread Adrian Chadd
holy crap, cool! Hans? Any chance we could get this into -HEAD? -a On 28 January 2014 17:43, Huang Wen Hui huang...@gmail.com wrote: Hi, I have a working trackpad driver for my MBP 2013, I am not C programmer usually, so the code may ugly. If someone like to test, you can download it

USB_DEV_BCD_LTEQ() doesn't work

2014-01-09 Thread Adrian Chadd
Hi, I'm trying to fix the atheros bluetooth USB matching to match the ath3k rules and unfortunately I'm hitting a snag. eg, in the blacklist: - { USB_VPI(0x0cf3, 0x3004, 0) }, + { USB_VPI(0x0cf3, 0x3004, 0), USB_DEV_BCD_LTEQ(1) }, Now, the rule is if it's in the list, it's

Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2)

2013-10-31 Thread Adrian Chadd
Cool, committed! I'll get it MFCed to 10 soon. Thanks! -a On 31 October 2013 00:23, Hans Petter Selasky h...@bitfrost.no wrote: On 10/31/13 02:00, Adrian Chadd wrote: The following reply was made to PR usb/183505; it has been noted by GNATS. From: Adrian Chadd adr...@freebsd.org

usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2)

2013-10-30 Thread adrian chadd
: open Quarter: Keywords: Date-Required: Class: sw-bug Submitter-Id: current-users Arrival-Date: Wed Oct 30 22:40:00 UTC 2013 Closed-Date: Last-Modified: Originator: adrian chadd Release:11-HEAD i386 Organization: Environment: FreeBSD lucy-11i386 11.0-CURRENT

Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2)

2013-10-30 Thread Adrian Chadd
The following reply was made to PR usb/183505; it has been noted by GNATS. From: Adrian Chadd adr...@freebsd.org To: Mike Meyer m...@mired.org Cc: bug-follo...@freebsd.org bug-follo...@freebsd.org Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem

Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2)

2013-10-30 Thread Adrian Chadd
The following reply was made to PR usb/183505; it has been noted by GNATS. From: Adrian Chadd adr...@freebsd.org To: Mike Meyer m...@mired.org Cc: bug-follo...@freebsd.org bug-follo...@freebsd.org Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem

Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2)

2013-10-30 Thread Adrian Chadd
The following reply was made to PR usb/183505; it has been noted by GNATS. From: Adrian Chadd adr...@freebsd.org To: Mike Meyer m...@mired.org Cc: bug-follo...@freebsd.org bug-follo...@freebsd.org Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem

Re: xhci broken on 10-CURRENT and 2013 MacBook Air?

2013-08-27 Thread Adrian Chadd
Hm! Is there a Linux driver for this SSD? Does Linux approximately boot on this thing? -adrian ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to

Re: Atheros AR9002U-2NG based TP-LINK TL-WN822N Ver:2.0 - adding support to FreeBSD

2013-07-18 Thread Adrian Chadd
It's not uath. It's a different beast entirely. Basically, it requires someone with USB clue to write the USB glue between the ath(4) and ath_hal(4) code and the USB interface. Look at what ath9k_htc implements. It uses most of ath9k, but it implements a data/control pipe over USB and some

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-16 Thread Adrian Chadd
still required because I don't have X61 handy anymore... On Mon, 8 Jul 2013 11:09:20 -0700 Adrian Chadd adr...@freebsd.org wrote: On 7 July 2013 22:00, Ian Smith smi...@nimnet.asn.au wrote: Checking one more point .. do the USB ports come up ok if you originally boot with nothing

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-16 Thread Adrian Chadd
Nope, no such joy. What else can I try? -adrian On 16 July 2013 02:16, Adrian Chadd adr...@freebsd.org wrote: I'll try it out soon, thanks! -adrian On 15 July 2013 14:35, Taku YAMAMOTO t...@tackymt.homeip.net wrote: This reminds me of my local patch which I wrote and forgot about deep

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-08 Thread Adrian Chadd
On 7 July 2013 22:00, Ian Smith smi...@nimnet.asn.au wrote: Checking one more point .. do the USB ports come up ok if you originally boot with nothing plugged in? If so (or if not), does that local APIC Yes. error message appear the same then too? No -adrian

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-08 Thread Adrian Chadd
On 8 July 2013 11:19, John Baldwin j...@freebsd.org wrote: From sys/amd64/include/apicreg.h: This system runs an i386 kernel. /* fields in ESR */ #define APIC_ESR_SEND_CS_ERROR 0x0001 #define APIC_ESR_RECEIVE_CS_ERROR 0x0002 #define APIC_ESR_SEND_ACCEPT

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-07 Thread Adrian Chadd
: The USB stack will currently run a complete controller reset upon resume, like during boot. --HPS -Original message- From:Ian Smith smi...@nimnet.asn.au Sent: Sunday 7th July 2013 7:52 To: Adrian Chadd adr...@freebsd.org Cc: freebsd-a...@freebsd.org; freebsd-sta...@freebsd.org

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-07-07 Thread Adrian Chadd
Nope, no power after first resume if i have nothing plugged in. Why? -adrian On 7 July 2013 13:49, Lars Engels lars.eng...@0x20.net wrote: On Sun, Jun 30, 2013 at 03:02:57PM -0700, Adrian Chadd wrote: On 30 June 2013 07:22, Ian Smith smi...@nimnet.asn.au wrote: After removing [numbers

Re: Realtek USB 2.0 Card Reader (Freebsd 10 - current)

2013-07-03 Thread Adrian Chadd
Guys, there -are- PCI SDIO interfaces... Is this one of these? -adrian On 3 July 2013 13:36, Miguel Clara miguelmcl...@gmail.com wrote: the thing is according to usbconfig the system doesn't even detect the card reader... if it doesn't detect the card reader it surely won't read any card

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-06-30 Thread Adrian Chadd
On 30 June 2013 07:22, Ian Smith smi...@nimnet.asn.au wrote: After removing [numbers] (for WITNESS?), diff started making sense. The below is between the first and second suspend/resume cycles in dmesg-3.txt, encompassing the others. Cool! Nothing of note that I can see, if that usb

Re: USB ports on Lenovo T400 do not work after a suspend/resume

2013-06-26 Thread Adrian Chadd
On 26 June 2013 12:51, Lars Engels lars.eng...@0x20.net wrote: On Tue, Jun 25, 2013 at 11:09:20PM -0700, Adrian Chadd wrote: [snip] ok, I'll do a boot -v tonight when I get home and log things. Thanks! Please also try a recent CURRENT. I was having the same issues with dead USB ports on my

Re: Issues 179505

2013-06-21 Thread Adrian Chadd
On 21 June 2013 14:07, Hans Petter Selasky h...@bitfrost.no wrote: I think I have one of these devices at work. I can have a look if I have time next week. Possibly the Arduino needs a fix. Look for so-called spurious VBUS pullup toggling in the software of the Arduino. Considering there's a

Re: Issues 179505

2013-06-21 Thread Adrian Chadd
the brokenness. :( Adrian On 21 June 2013 17:34, Mike Meyer m...@mired.org wrote: On Fri, Jun 21, 2013 at 4:08 PM, Adrian Chadd adr...@freebsd.org wrote: On 21 June 2013 14:07, Hans Petter Selasky h...@bitfrost.no wrote: I think I have one of these devices at work. I can have a look if I have time

T400 suspend/resume quirk - USB ports stay powered down

2013-06-17 Thread Adrian Chadd
Hi, The one annoyance with my Thinkpad T400 is that the USB ports stay powered down upon resume. this is on a very recent -9 (as of a few days ago.) What kind of debugging information would help people chase down what this particular issue is? Thanks! adrian

Re: Memstick Images not working (mountroot prompt)

2013-06-05 Thread Adrian Chadd
Please file a PR? hopefully someone from the USB side of things can help you fix this. Thanks! adrian On 5 June 2013 07:52, Miguel Clara miguelmcl...@gmail.com wrote: Forgot to CC the list, sorry! In the meantime I upgrade from 9.1 using the base and kernel tarballs, I could boot and I

Re: RALINK RT3572 supported in 9.1-RELEASE ?

2013-05-25 Thread Adrian Chadd
I vaguely recall it made it into -HEAD. I don't think it was ever backported. adrian On 25 May 2013 03:11, Ronald F. Guilmette r...@tristatelogic.com wrote: I have a Trendnet TEW-684UB wireless dual-band USB adapter. Googling around for awhile leads me to believe that this probably

Re: revision higher than 250508 breaks webcam support

2013-05-17 Thread Adrian Chadd
'ola! Cool, you've nailed it down to a specific revision. Can you create a PR (www.freebsd.org/send-pr.html) with all of this information? Hans/USB folk - here's an interesting problem. The original email is below. === Sorry, for waiting this long to post this problem, I thought it would be

Re: problem with urtw

2011-06-13 Thread Adrian Chadd
On 14 June 2011 02:24, Jim Bryant kc5vdj.free...@gmail.com wrote: would manufacturer-supplied linux driver source code suffice?  i can't buy you one, but i can send you the linux driver sources. If you have a link to the manufacturer linux driver source then that'll be a good start. But

Re: [USB] Keyboard, mouse and ergonomy

2010-09-28 Thread Adrian Chadd
On 27 September 2010 20:21, Hans Petter Selasky hsela...@c2i.net wrote: Hi, I was thinking about adding a sysctl to ukbd and ums that shows how many keypresses have been done and how many pixels you have moved the mouse during a day. These number will mostly be useful for making ergonomic