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

2020-07-13 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 that

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 wrote: > hi, > > What's the signal level? (ifconfig -v wlan0 list sta) > > > > -a > > > On 30 August 2016 at 12:21, Andriy Voskoboinyk wrote: >> Tue, 30 Aug 2

Re: urtwn instable on Beaglebone Black

2016-08-30 Thread Adrian Chadd
hi, What's the signal level? (ifconfig -v wlan0 list sta) -a On 30 August 2016 at 12:21, Andriy Voskoboinyk wrote: > Tue, 30 Aug 2016 21:33:28 +0300 було написано Otacílio > : > > I have no ideas here (it works (mostly) fine on x86 and I have no > possibility > to check it with ARM). > > P.S

uhci interrupts keep firing..

2015-02-03 Thread Adrian Chadd
Hi Hans (and others); As requested from IRC the next time this happened: Feb 3 17:51:33 lucy-11i386 kernel: uhci_interrupt: real interrupt Feb 3 17:51:33 lucy-11i386 kernel: uhci_dumpregs: usbus4 regs: cmd=0080, sts=0020, intr=000f, frnum=04f1, flbase=0107e3c4, sof=0040, portsc1=0080, portsc2=0

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 wrote: > On 01/10/15 00:37, Daniel Kolesa wrote: >> >> 2015-01-09 23:26 GMT+00:00 Daniel Kolesa : >>> >>> 2015-01-09 20:24 GMT+00:00 Adrian Chadd : >>>> >>&g

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: mem 0xf7f1c000-0xf7f1c3ff irq 16 at device 26.0 on pci0 usbus1 on ehci0 ehci1: mem 0xf7f1b000-0xf7f1b3ff irq 23 at

request: including uhidd in base

2014-11-08 Thread Adrian Chadd
hi! The surface pro device keyboard/touchpad combos have a multi-HID device, which we don't support without uhidd installed. So, would anyone mind if it was just added in as a base daemon? Without it it's impossible to install FreeBSD on the Surface Pro / Pro 2. (I haven't tried the Pro 3, but I

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 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 from > http://sw.

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 blacklis

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 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

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 To: Mike Meyer Cc: "bug-follo...@freebsd.org" Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubCla

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 To: Mike Meyer Cc: "bug-follo...@freebsd.org" Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubCla

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 To: Mike Meyer Cc: "bug-follo...@freebsd.org" Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubCla

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
e:freebsd-usb >State: 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:

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 "freebsd-usb-unsubscr...@fre

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 comman

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 wrote: > I'll try it out soon, thanks! > > > > -adrian > > On 15 July 2013 14:35, Taku YAMAMOTO 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-16 Thread Adrian Chadd
ether it's still required because I don't have X61 handy > anymore... > > > On Mon, 8 Jul 2013 11:09:20 -0700 > Adrian Chadd wrote: > >> On 7 July 2013 22:00, Ian Smith wrote: >> >> > Checking one more point .. do the USB ports come up ok if you o

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 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_ACCEPT0x0004 > #

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 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-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 wrote: > On Sun, Jun 30, 2013 at 03:02:57PM -0700, Adrian Chadd wrote: >> On 30 June 2013 07:22, Ian Smith wrote: >> >> > After removing [numbers] (for

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 >> Sent: Sunday 7th July 2013 7:52 >> To: Adrian Chadd >> Cc: freebsd-a...@freebsd.org; freebsd-s

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 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 > No dia 03/07/2013

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 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 hub-to-bus remapping is

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

2013-06-29 Thread Adrian Chadd
On 27 June 2013 04:58, Ian Smith wrote: > Well if there's a functional change in head that fixes this on Lars' and > yours, getting it into stable shouldn't be so hard I expect. However if > there's a fix (or some Lenovo workaround) for yours on 9 it'd be useful > to hunt it down, no? I utterly

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 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

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

2013-06-25 Thread Adrian Chadd
[snip] ok, I'll do a boot -v tonight when I get home and log things. Thanks! Adrian ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

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

2013-06-25 Thread Adrian Chadd
On 21 June 2013 05:48, Ian Smith wrote: > No acpidump output on -stable or -acpi anyway .. likely best as an URL, > if it comes down to ACPI. Ok, I'll put it online in a sec. > So the fingerprint reader, camera and bluetooth shown in your usbconfig > don't serve as 'USB devices plugged in' in t

Re: Issues 179505

2013-06-21 Thread Adrian Chadd
SD, we have to work around the brokenness. :( Adrian On 21 June 2013 17:34, Mike Meyer wrote: > On Fri, Jun 21, 2013 at 4:08 PM, Adrian Chadd wrote: >> On 21 June 2013 14:07, Hans Petter Selasky wrote: >>> I think I have one of these devices at work. I can have a look if I have

Re: Issues 179505

2013-06-21 Thread Adrian Chadd
On 21 June 2013 14:07, Hans Petter Selasky 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 large number

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

2013-06-20 Thread Adrian Chadd
Hi, FreeBSD-9 works fine on this Lenovo T400 - except that suspending with no USB devices plugged in result in no ports working after resume. If I have a device plugged in during suspend - on any port - then all the ports work fine after resume. I've attached usbconfig and acpidump output. here

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 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 have wireless suppor

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 wrote: > > I have a Trendnet TEW-684UB wireless dual-band USB adapter. Googling > around for awhile leads me to believe that this probably contains an > Ralink RT3572

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 de

Re: problem with urtw

2011-06-13 Thread Adrian Chadd
On 14 June 2011 02:24, Jim Bryant 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 typically porting it requires

Re: problem with urtw

2011-06-10 Thread Adrian Chadd
On 11 June 2011 03:48, Jim Bryant wrote: > this is with if_urtw.c patched to change L to B as you supplied. > > I'm here for testing..  any more ideas?  If anyone wants to play themselves, > look on ebay for WiFiSky 1500mW B/G with 6dBi antenna.  It seems that half > of Hong Kong is selling these

Re: [USB] Keyboard, mouse and ergonomy

2010-09-28 Thread Adrian Chadd
On 27 September 2010 20:21, Hans Petter Selasky 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 arguments that