[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #28 from Loïc Bartoletti  ---
(In reply to Vladimir Kondratyev from comment #23)
Sorry for the late response.

I've just attached hidraw0 and hidraw1 log and the "dump_all_desc" from
usbconfig.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #27 from Loïc Bartoletti  ---
Created attachment 225564
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225564=edit
usbconfig dump_all_desc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #26 from Loïc Bartoletti  ---
Created attachment 225563
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225563=edit
hidraw1 log

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-06-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #25 from Loïc Bartoletti  ---
Created attachment 225562
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225562=edit
hidraw0 log

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253374] [if_ure] Add support for RTL8153B, RTL8156 and RTL8156B

2021-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253374

Hans Petter Selasky  changed:

   What|Removed |Added

   Assignee|u...@freebsd.org |hsela...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253374] [if_ure] Add support for RTL8153B, RTL8156 and RTL8156B

2021-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253374

--- Comment #8 from Hans Petter Selasky  ---
Yes, I'll have a look at this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253374] [if_ure] Add support for RTL8153B, RTL8156 and RTL8156B

2021-06-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253374

Ganbold Tsagaankhuu  changed:

   What|Removed |Added

 CC||ganb...@freebsd.org

--- Comment #7 from Ganbold Tsagaankhuu  ---
(In reply to Hans Petter Selasky from comment #5)
jmg@ said he is not working actively on it.

Hans, can you work on it when you get a chance?

thanks,

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 256296] "No Device" error after using asynchronous API of libusb once

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256296

--- Comment #5 from Sergii  ---
Created attachment 225431
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225431=edit
Bug reproducer

> Sergii is it possible to open device again after closing? It should not be 
> possible to transfer to a device that is not opened.. so 
> LIBUSB_ERROR_NO_DEVICE may indicate that device is not opened and there is 
> nowhere to tranfer to.

Yes, device can be opened. Transfer is done after opening the device, that's
not the issue.

> Asynchronous transfers may be put on some sort of list and close function 
> should verify the list before closing..? Can you verify with the application? 
> :-)

Actually looks like the first time the error happens even without any
transactions (no libusb_submit_transfer() calls). The device is opened, some
info calls are done, it's closed, second thread wakes up, finds that 32 bytes
are available to read and marks the device as gone.

I've made a simple example where the behaviour manifests itself in debugger
almost every time. Setting breakpoints helps with that. In fwupd breakpoint on
libusb_close() isn't necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 256296] "No Device" error after using asynchronous API of libusb once

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256296

Tomasz "CeDeROM" CEDRO  changed:

   What|Removed |Added

 CC||to...@cedro.info

--- Comment #4 from Tomasz "CeDeROM" CEDRO  ---
Hey Sergii, HPS :-) 

Sergii is it possible to open device again after closing? It should not be
possible to transfer to a device that is not opened.. so LIBUSB_ERROR_NO_DEVICE
may indicate that device is not opened and there is nowhere to tranfer to.
Asynchronous transfers may be put on some sort of list and close function
should verify the list before closing..? Can you verify with the application?
:-)

In order to analyse situation in depth Wireshark can dump the USB traffic. You
may want to compare Linux and FreeBSD behaviour if you suspect (low pobable)
problem in the stack :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 256296] "No Device" error after using asynchronous API of libusb once

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256296

--- Comment #3 from Sergii  ---
Hi,

I don't know what kind of event comes and might need to investigate callbacks
more, but why mark device as gone in this case? It's not gone, it's just
closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 256296] "No Device" error after using asynchronous API of libusb once

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256296

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #2 from Hans Petter Selasky  ---
Hi,

I think this is a bug in the the application.

If you close the USB device while transfers are pending, the completion events
won't be delivered. I guess you need to wait for the pending transfers to
complete before you close the device.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 256296] "No Device" error after using asynchronous API of libusb once

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256296

--- Comment #1 from Sergii  ---
Forgot to say that this happens on 12.2, but I don't think it has changed
since.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 256296] "No Device" error after using asynchronous API of libusb once

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256296

Bug ID: 256296
   Summary: "No Device" error after using asynchronous API of
libusb once
   Product: Base System
   Version: Unspecified
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: usb
  Assignee: u...@freebsd.org
  Reporter: sergii.dmyt...@3mdeb.com

Background information
--

fwupd project is using libgusb, which is a Glib wrapper for libusb.

libgusb uses asynchronous API of libusb with events handled in a separate
thread.

fwupd works with devices by opening them, performing operations and then
closing.

How the failure occurs
--

fwupd closes a device before all events of the operation have been processed.
This means that when libusb10_handle_events_sub() eventually processes related
event, the device gets marked as gone (device_is_gone field). On all future
calls libusb_submit_transfer() fails with LIBUSB_ERROR_NO_DEVICE because that
flag is set.

Effectively this means that a device can be used only once in such a way.

As I understand libgusb uses the API as intended and it is implementation of
libusb which shouldn't prevent repeated use of a device. Maybe it should wait
before closing or just reset the flag on opening the device.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 234578] Support for Sierra Wireless EM7455 modem

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234578

Aleks Michajlow  changed:

   What|Removed |Added

 CC||a...@alexmihajlov.ru

--- Comment #10 from Aleks Michajlow  ---
I have Sierra Wireless EM7345 4G LTE and i have the same probleme.
I can not get IP-adress to ue0 device, becouse it is in Low Power Mode.

# lsusb -d  1199:a001
Bus /dev/usb Device /dev/ugen0.4: ID 1199:a001 Sierra Wireless, Inc. 

# usbconfig -d 0.4 dump_device_desc
ugen0.4:  at usbus0, cfg=0
md=HOST spd=HIGH (480Mbps) pwr=ON (100mA)

  bLength = 0x0012 
  bDescriptorType = 0x0001 
  bcdUSB = 0x0200 
  bDeviceClass = 0x00ef  
  bDeviceSubClass = 0x0002 
  bDeviceProtocol = 0x0001 
  bMaxPacketSize0 = 0x0040 
  idVendor = 0x1199 
  idProduct = 0xa001 
  bcdDevice = 0x1729 
  iManufacturer = 0x0001  
  iProduct = 0x0002  
  iSerialNumber = 0x0003  <013937009553015>
  bNumConfigurations = 0x0001 

This device working good in Linux and OpenBSD

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-05-30 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #24 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e889a462d878675551b227a382764c3879e6c2b3

commit e889a462d878675551b227a382764c3879e6c2b3
Author: Vladimir Kondratyev 
AuthorDate: 2021-05-28 20:13:44 +
Commit: Vladimir Kondratyev 
CommitDate: 2021-05-28 20:29:42 +

usbhid(4): Fix NULL pointer dereference in usbd_xfer_max_len()

Which happens when USB transfer setup is failed.

MFC after:  1 week
PR: 254974
Reviewed by:hselasky
Differential revision:  https://reviews.freebsd.org/D30485

 sys/dev/usb/input/usbhid.c | 64 +++---
 1 file changed, 49 insertions(+), 15 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 218908] Missing usbdevs for TP-Link WN-821N v5

2021-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218908

--- Comment #10 from Alexander Sherikov  ---
Played a bit more with parameters without any success and also tried it in
Linux where it fails in the same way until I force wext driver when starting
wpa_supplicant. Don't want to waste more time on this, it was a backup option
anyways.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255759] [Patch] Add USB product ID for ASUS USB-N14 Wireless Adaptor

2021-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255759

Dmitry Chagin  changed:

   What|Removed |Added

   Assignee|u...@freebsd.org |dcha...@freebsd.org
 CC||dcha...@freebsd.org
 Status|New |In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-05-23 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255759] [Patch] Add USB product ID for ASUS USB-N14 Wireless Adaptor

2021-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255759

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=43f5d5bf01fdf821e8037272c636a9be18323e00

commit 43f5d5bf01fdf821e8037272c636a9be18323e00
Author: Dmitry Chagin 
AuthorDate: 2021-05-23 13:35:31 +
Commit: Dmitry Chagin 
CommitDate: 2021-05-23 13:35:31 +

run(4): fix manual after d6fd321ef60d43dce9f437187c94a7de2b91ab69.

PR: 255759
MFC After:  2 weeks

 share/man/man4/run.4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255759] [Patch] Add USB product ID for ASUS USB-N14 Wireless Adaptor

2021-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255759

--- Comment #2 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=d6fd321ef60d43dce9f437187c94a7de2b91ab69

commit d6fd321ef60d43dce9f437187c94a7de2b91ab69
Author: Dmitry Chagin 
AuthorDate: 2021-05-22 10:52:12 +
Commit: Dmitry Chagin 
CommitDate: 2021-05-22 10:52:12 +

run(4): add support for ASUS USB-N14 wireless adaptor.

PR: 255759
Submitted by:   john.lmurdoch at gmail.com
MFC After:  1 week

 sys/dev/usb/usbdevs   | 1 +
 sys/dev/usb/wlan/if_run.c | 1 +
 2 files changed, 2 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252608] [panic] [usb] [if_ure] Kernel fault on ure disconnect

2021-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252608

--- Comment #19 from Hans Petter Selasky  ---
There are two more commits coming and this issue can be closed!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252608] [panic] [usb] [if_ure] Kernel fault on ure disconnect

2021-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252608

--- Comment #18 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=4eac63af23ddafc2b1dfb2aad2896f4513c37cdd

commit 4eac63af23ddafc2b1dfb2aad2896f4513c37cdd
Author: Hans Petter Selasky 
AuthorDate: 2021-01-12 17:51:09 +
Commit: Hans Petter Selasky 
CommitDate: 2021-05-21 12:59:19 +

Fix for use-after-free by if_ioctl() calls from user-space in USB drivers
by
detaching the ifnet before the miibus.

PR: 252608
Suggested by:   jhb@
MFC after:  1 week
Sponsored by:   Mellanox Technologies // NVIDIA Networking

 sys/dev/usb/net/uhso.c | 2 +-
 sys/dev/usb/net/usb_ethernet.c | 9 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 218908] Missing usbdevs for TP-Link WN-821N v5

2021-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218908

--- Comment #9 from Kai-Uwe Eckhardt  ---
It works for me with wpa-psk on yesterdays 14.0-CURRENT with this in rc.conf:

wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
create_args_wlan0="country DE regdomain ETSI"

and the appropiate entry in wpa_supplicant.conf connecting to an 11g AP.

Good luck,

Kai-Uwe

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 218908] Missing usbdevs for TP-Link WN-821N v5

2021-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218908

Alexander Sherikov  changed:

   What|Removed |Added

 CC||asheri...@yandex.com

--- Comment #8 from Alexander Sherikov  ---
Hm, is there a regression in HEAD or a catch in configuration? I have WN821N
which is detected in the same way as above and wpa_supplicant also timeouts
during authentication with WPA-PSK.

Sidenote: wpa_supplicant hangs if restarted, device must be unplugged to fix
this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255780] USB timeout when using BladeRF 2.0 A9

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255780

--- Comment #4 from Konrad Jopek  ---
Do you any further debug information?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-05-16 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 244842] ugen(4) device node naming does not match documentation

2021-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244842

Hans Petter Selasky  changed:

   What|Removed |Added

   Assignee|u...@freebsd.org |hsela...@freebsd.org
 CC||hsela...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761

--- Comment #6 from Hans Petter Selasky  ---
Any news here?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 244842] ugen(4) device node naming does not match documentation

2021-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244842

Mark Linimon  changed:

   What|Removed |Added

  Component|kern|usb
   Assignee|b...@freebsd.org|u...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 250338] External USB disk becomes inaccessible after a reboot

2021-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250338

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|u...@freebsd.org
  Component|kern|usb

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252761] multichannel USB audio device reports only 2 channels via SNDCTL_AUDIOINFO

2021-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252761

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|u...@freebsd.org
  Component|kern|usb

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255780] USB timeout when using BladeRF 2.0 A9

2021-05-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255780

--- Comment #3 from Konrad Jopek  ---
Created attachment 224916
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224916=edit
usbdump for bladerf 2.0 A9

Requested usbdump log.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255780] USB timeout when using BladeRF 2.0 A9

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255780

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #2 from Hans Petter Selasky  ---
Hi,

usbdump -i usbusX -f Y -s65536 -vvv

might sched more light into this.

Can be started before you plug the device. X.Y are numbers after ugen.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255780] USB timeout when using BladeRF 2.0 A9

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255780

Konrad Jopek  changed:

   What|Removed |Added

Summary|USB timeout |USB timeout when using
   ||BladeRF 2.0 A9

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255780] USB timeout

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255780

--- Comment #1 from Konrad Jopek  ---
When using BladeRF 2.0 A9 I noticed this issue:

[ERROR @ host/libraries/libbladeRF/src/board/bladerf2/bladerf2.c:123]
_bladerf2_initialize: dev->backend->get_fpga_version(dev,
_data->fpga_version) failed: Operation timed out
[ERROR @ host/libraries/libbladeRF/src/board/bladerf2/bladerf2.c:2186]
bladerf2_load_fpga: _bladerf2_initialize(dev) failed: Operation timed out

Here are the stats for USB device:
ugen4.2:  at usbus4, cfg=0 md=HOST spd=SUPER (5.0Gbps)
pwr=ON (200mA)
{
UE_CONTROL_OK   : 518
UE_ISOCHRONOUS_OK   : 0
UE_BULK_OK  : 2574
UE_INTERRUPT_OK : 0
UE_CONTROL_FAIL : 0
UE_ISOCHRONOUS_FAIL : 0
UE_BULK_FAIL: 26
UE_INTERRUPT_FAIL   : 0
}


Not sure what happens, this may be a problem at USB 3.0 stack. However, looks
like at some point bulk transfers are failing.

Please let me know if you need more debug data.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255780] USB timeout

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255780

Bug ID: 255780
   Summary: USB timeout
   Product: Base System
   Version: CURRENT
  Hardware: arm64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: usb
  Assignee: u...@freebsd.org
  Reporter: kjo...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253855] Add quirk entries for Kingston DataTraveler

2021-05-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253855

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=74ef3f740dcfe4c660e192fda7a81a87cf0c67c2

commit 74ef3f740dcfe4c660e192fda7a81a87cf0c67c2
Author: Hans Petter Selasky 
AuthorDate: 2021-04-22 10:40:17 +
Commit: Hans Petter Selasky 
CommitDate: 2021-05-10 14:11:19 +

Add more USB quirks for Kingston devices.

PR: 253855
Sponsored by:   Mellanox Technologies // NVIDIA Networking

(cherry picked from commit 47bc8fc9ae6ba7aa708e0d4ee059a377ae707e5a)

 sys/dev/usb/quirk/usb_quirk.c | 1 +
 sys/dev/usb/usbdevs   | 1 +
 2 files changed, 2 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-05-09 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished"

2021-05-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

Bjoern A. Zeeb  changed:

   What|Removed |Added

   Assignee|u...@freebsd.org |b...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished"

2021-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

--- Comment #175 from Kurt Jaeger  ---
(In reply to Gerard Seibert from comment #173)

The problem is not that no-one is working on it, the problem is that
hsp, who might be able to fix it, does not have a hardware where he can
reproduce the problem.

So normally, users bisect in the commits until they find the commit in question
or hsp@ somehow gets access to a system where it occurs to debug it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished"

2021-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

--- Comment #174 from Graham Perrin  ---
(In reply to Gerard Seibert from comment #173)

Kindly refrain. Observe and understand the comments from people who contribute
positively towards progress.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished"

2021-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

--- Comment #173 from Gerard Seibert  ---
Well, considering that this bug is over two years old now, and apparently with
no one actively researching the problem, that I can safely say it will never
get fixed. It is a shame since the bug did not exist in versions 11 and older.

Time to talk Fedora f r a ride. :(

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished"

2021-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

--- Comment #172 from tech-li...@zyxst.net ---
(In reply to Gerard Seibert from comment #171)
Hi

as far as I can tell, the issue is still present in a world built 28th March
2021 from stable/13-n245213-f28241ca134

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-05-02 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 237666] repeated messages of "uhub_reattach_port: giving up port reset - device vanished"

2021-05-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666

--- Comment #171 from Gerard Seibert  ---
Just checking in. Has a fix been found for this problem? It doesn't appear that
there has been any movement on it for quite a while.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255444] USB mouse related messages last for many minutes during shutdown

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255444

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #1 from Hans Petter Selasky  ---
Should probably block attachments during shutdown. I'll check the USB core code
tomorrow.

Anyways, seems like a USB mouse bug, flipping the attach sequence pullup on the
USB wires.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255444] USB mouse related messages last for many minutes during shutdown

2021-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255444

Li-Wen Hsu  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|u...@freebsd.org
 CC||lw...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-04-25 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #23 from Vladimir Kondratyev  ---
(In reply to Loïc Bartoletti from comment #22)
> It fixes the crash
Great! It would be good to find out why ukbd.ko does not work for you.

Can you post USB endpoint and report descriptors from the keyboard?

First one can be obtained with `usbconfig -d ugenX.X dump_all_desc` command
while the second one with e.g. `hid-recorder /dev/hidrawX` command from
sysutils/hid-tools port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252434] for USB audio headset, need do set interface dynamiclly for power save and correct status of headsets

2021-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252434

Hans Petter Selasky  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #4 from Hans Petter Selasky  ---
Submitted by:
https://cgit.freebsd.org/src/commit/?id=31070b5bc77a499009a835650eb9d4bf2eceaa15

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253855] Add quirk entries for Kingston DataTraveler

2021-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253855

Hans Petter Selasky  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253855] Add quirk entries for Kingston DataTraveler

2021-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253855

--- Comment #9 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=47bc8fc9ae6ba7aa708e0d4ee059a377ae707e5a

commit 47bc8fc9ae6ba7aa708e0d4ee059a377ae707e5a
Author: Hans Petter Selasky 
AuthorDate: 2021-04-22 10:40:17 +
Commit: Hans Petter Selasky 
CommitDate: 2021-04-22 10:40:29 +

Add more USB quirks for Kingston devices.

PR: 253855
MFC after:  1 week
Sponsored by:   Mellanox Technologies // NVIDIA Networking

 sys/dev/usb/quirk/usb_quirk.c | 1 +
 sys/dev/usb/usbdevs   | 1 +
 2 files changed, 2 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254664] Garmin USB Quirk / Please add new models

2021-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664

Hans Petter Selasky  changed:

   What|Removed |Added

   Assignee|u...@freebsd.org |hsela...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253374] [if_ure] Add support for RTL8153B, RTL8156 and RTL8156B

2021-04-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253374

sec  changed:

   What|Removed |Added

 CC||szcze...@szczepan.net

--- Comment #6 from sec  ---
(In reply to Masachika ISHIZUKA from comment #3)
Hi. Any news about RTL8153B support? About one week ago I tried 13-CURRENT on
NanoPi R2S and it wasn't detected :(

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255251] The ue0 device has an unstable network connection

2021-04-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255251

Li-Wen Hsu  changed:

   What|Removed |Added

 CC||lw...@freebsd.org
   Assignee|b...@freebsd.org|u...@freebsd.org

--- Comment #1 from Li-Wen Hsu  ---
I guess it's mode an issue in ure(4)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-04-18 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #22 from Loïc Bartoletti  ---
(In reply to Vladimir Kondratyev from comment #21)
It fixes the crash and the keyboard works [1][2] but not during the boot.
Thanks.

[1] with /boot/loader.conf containing usbhid_load and hidraw_load
[2] I haven't tested the multimedia keys

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #21 from Vladimir Kondratyev  ---
Created attachment 224186
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224186=edit
usbhid-checks-for-uninitialized-xfers.patch

Could you test this patch. I hope it will fix the crash

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #20 from Vladimir Kondratyev  ---
(In reply to Hans Petter Selasky from comment #19)
> Missing NULL pointer check for sc_xfer[] if usbd_transfer_setup() fails!
Really, usbd_xfer_max_len() is simple getter and unlike more complex usbd_*
functions it does not perform NULL-pointer checks.
Somehow I missed that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #19 from Hans Petter Selasky  ---
wulf@:

# kgdb101 /boot/kernel/usbhid.ko 
Reading symbols from /boot/kernel/usbhid.ko...
Reading symbols from /usr/lib/debug//boot/kernel/usbhid.ko.debug...
(kgdb) info line *(usbhid_intr_setup+0x168)
Line 349 of "/usr/src/sys/dev/usb/input/usbhid.c"
   starts at address 0x4e5 
   and ends at 0x4e9 .

 */
for (n = 0; n != USBHID_N_TRANSFER; n++) {
if (nowrite && n == USBHID_INTR_OUT_DT)
continue;
error = usbd_transfer_setup(sc->sc_udev, >sc_iface_index,
sc->sc_xfer + n, sc->sc_config + n, 1,
(void *)(sc->sc_xfer_ctx + n), >sc_mtx);
if (error)
break;
}

if (error)
DPRINTF("error=%s\n", usbd_errstr(error));

Missing NULL pointer check for sc_xfer[] if usbd_transfer_setup() fails!

rdesc->rdsize = usbd_xfer_max_len(sc->sc_xfer[USBHID_INTR_IN_DT]);
rdesc->grsize = usbd_xfer_max_len(sc->sc_xfer[USBHID_CTRL_DT]);
rdesc->srsize = rdesc->grsize;
rdesc->wrsize = nowrite ? rdesc->srsize :
usbd_xfer_max_len(sc->sc_xfer[USBHID_INTR_OUT_DT]);

sc->sc_intr_buf = malloc(rdesc->rdsize, M_USBDEV, M_ZERO | M_WAITOK);

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #17 from Loïc Bartoletti  ---
(In reply to Vladimir Kondratyev from comment #15)

>Could you under 13-RELEASE
>
>Insert in to /boot/loader.conf
>
>hw.usb.usbhid.enable=1
>usbhid_load="YES"
>hidraw_load="YES"

I get a crash when I attach my keyboard:

https://bz-attachments.freebsd.org/attachment.cgi?id=224180

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #16 from Loïc Bartoletti  ---
Created attachment 224180
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224180=edit
crash_pic

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 255143] uslcom: Garbled output from Silicon Labs CP2102

2021-04-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255143

Bug ID: 255143
   Summary: uslcom: Garbled output from Silicon Labs CP2102
   Product: Base System
   Version: 12.2-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: usb
  Assignee: u...@freebsd.org
  Reporter: prob...@puredarwin.org

ugen5.2:  at usbus5
uslcom0 on uhub2
uslcom0:  on usbus5

sudo screen /dev/ttyU0 50
results in garbled output on FreeBSD:

QJ`J!�F@� �D�*#"�J��`��*�iG���-���*�

Tested on FreeBSD 12.2-RELEASE r366954 GENERIC on an Intel CPU machine as well
as on FreeBSD 13.0 on a Raspberry Pi 3.

The same device on the same machines on the same USB ports with the same bit
rate works well when using Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #15 from Vladimir Kondratyev  ---
(In reply to Loïc Bartoletti from comment #13)
Could you under 13-RELEASE

Insert in to /boot/loader.conf

hw.usb.usbhid.enable=1
usbhid_load="YES"
hidraw_load="YES"

Reboot and place here output of:

sudo usbhidctl -f /dev/hidraw# -r

And then run

sudo usbhidctl -f /dev/hidraw# -la

than press/release several keys and collect output.

/dev/hidraw# should reference your keyboard

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #14 from Hans Petter Selasky  ---
Can you set:

sysctl hw.usb.ukbd.debug=17

Then attach the keyboard, and collect messages from dmesg?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #13 from Loïc Bartoletti  ---
(In reply to Vladimir Kondratyev from comment #11)
usb_quirk is already loaded

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #12 from Loïc Bartoletti  ---
(In reply to Hans Petter Selasky from comment #10)
I tried on 12-stable and 13.0-RELEASE and it doesn't work

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 196230] USB issue with Raidsonic ICY BOX IB-3640SU3

2021-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196230

alexa kane  changed:

   What|Removed |Added

 CC||alexakane...@gmail.com

--- Comment #17 from alexa kane  ---
Microsoft Office, is a collection of client software, server software and
services designed by Microsoft. Microsoft office was introduced by Bill Gates
in August 1, 1988 at Comdex in Las Vegas. 
 https://klmsoffice.com/setup-and-follow-the-on-screen-instructions/ 
 https://klmsoffice.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 196230] USB issue with Raidsonic ICY BOX IB-3640SU3

2021-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196230

--- Comment #18 from alexa kane  ---
Norton antivirus is one such quality program which a number of people rely on
to keep their tablets, laptops, or desktops protected from threats.
https://sites.google.com/a/setups.great-site.net/nort-on-con-setup/
https://sites.google.com/a/setups.great-site.net/nortoncon-setup/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 196230] USB issue with Raidsonic ICY BOX IB-3640SU3

2021-04-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196230

dsfsdfsdf  changed:

   What|Removed |Added

 CC||rankdownlo...@gmail.com

--- Comment #16 from dsfsdfsdf  ---
dfgdfgdf

https://izlesenevideoindirme.splashthat.com
https://descargarvideosdevimeo.splashthat.com
https://dailymotionmp3.splashthat.com
https://vkvideoindirme.splashthat.com
https://reddit-video-downloader.jimdosite.com
https://bilibilidownload.splashthat.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254345] cdce erroneously attaches to a combined RNDIS/CDCE Ethernet gadget

2021-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254345

Hans Petter Selasky  changed:

   What|Removed |Added

   Assignee|u...@freebsd.org |hsela...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254345] cdce erroneously attaches to a combined RNDIS/CDCE Ethernet gadget

2021-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254345

Hans Petter Selasky  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #8 from Hans Petter Selasky  ---
OK, I'll try to get the patch upstreamed.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253374] [if_ure] Add support for RTL8153B, RTL8156 and RTL8156B

2021-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253374

--- Comment #5 from Hans Petter Selasky  ---
Hi,

I think jmg@ is working on something. Last update from him was that the Realtek
devices disconnect from USB if stressed too much, and this is a severe problem.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253374] [if_ure] Add support for RTL8153B, RTL8156 and RTL8156B

2021-04-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253374

--- Comment #4 from Niels Bakker  ---
(In reply to Masachika ISHIZUKA from comment #3)

I haven't compared performance of this patch with what if_cdce delivers, but
13.0-RELEASE's performance is not what I expected.

I have a USB dongle with RTL8156B chipset that easily gets 1.9 Gbps or 2.3 Gbps
with iPerf3 when attached to a recent Apple laptop. FreeBSD added a USB quirk
for the device to select profile 2. The device then gets 92 Mbps throughput.

If I switch it back to profile 1 using usbconfig -d ugen0.12 set_config 1, it
gets roughly 800 Mbps. The switch says the port negotiated to 2.5 Gbps in
either case.

Is there a way to achieve closer to linerate performance?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 252608] [panic] [usb] [if_ure] Kernel fault on ure disconnect

2021-04-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252608

--- Comment #17 from Hans Petter Selasky  ---
Hi,

The issue is still being discussed at:

https://reviews.freebsd.org/D28136

It's been a bit slow to proceed.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #11 from Vladimir Kondratyev  ---
(In reply to Loïc Bartoletti from comment #9)
> It works fine on linux, windows (even in install setup) and macos.

Did you have usb_quirk module compiled in or kldloaded in to your kernel when
you tried to apply UQ_KBD_BOOTPROTO quirk? It is required.(In reply to Loïc
Bartoletti from comment #9)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #10 from Hans Petter Selasky  ---
Try to see if you have this commit in /usr/src . Else you need to build a
12-stable kernel to get this working.

--HPS

commit d4028678f27c762603661745f86896cb2870109c
Author: Hans Petter Selasky 
Date:   Thu Feb 13 16:03:12 2020 +

Improve USB gaming keyboard support.

Add support for decoding pressed keys as a bitmap. The keys in the
bitmap are described in the interface specific HID descriptor. Some
keyboards even have multiple input interfaces, only using the bitmap
method when the event array is full. That typically means when more
than seven keys are pressed simultaneously.

The internals of the USB keyboard driver have been slightly reworked
to keep track of all keys in a single bitmap having 256 bits. This
bitmap is then divided into blocks of 64-bits as an optimisation.

Simplify automatic key repeat logic, because only the last key pressed
can be repeated.

PR: 224592
PR: 233884
Tested by:  Alex V. Petrov 
MFC after:  1 week
Sponsored by:   Mellanox Technologies

Notes:
svn path=/head/; revision=357861

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #9 from Loïc Bartoletti  ---
(In reply to Vladimir Kondratyev from comment #7)
It works fine on linux, windows (even in install setup) and macos.

I'll try to apply the firmware update.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #8 from Loïc Bartoletti  ---
(In reply to Hans Petter Selasky from comment #6)
12.2-RELEASE

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-04-11 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #7 from Vladimir Kondratyev  ---
Does it work with generic HID driver in Linux or Windows?

I see mention of firmware files in the root of Linux driver, so it may require
to download them into hardware before start operating.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #6 from Hans Petter Selasky  ---
Is this 12-stable or 12.2-release?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #5 from Loïc Bartoletti  ---
(In reply to Hans Petter Selasky from comment #2)

ugen6.2:  at usbus6   
ukbd2 on uhub1  
ukbd2:  on usbus6   
kbd4 at ukbd2   
ums2 on uhub1   
ums2:  on usbus6
ums2: 31 buttons and [XYZ] coordinates ID=5 
uhid2 on uhub1  
uhid2:  on usbus6   
device_attach: uhid2 attach returned 12

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #4 from Hans Petter Selasky  ---
Adding wulf@ - maybe he has some ideas here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #3 from Hans Petter Selasky  ---
To use webcamd with this device, you need to enable INPUT devices in the
configuration before building webcamd.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254884] [if_smsc] Add ability to disable "turbo_mode" (RX frames batching) similar to linux driver

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254884

Hans Petter Selasky  changed:

   What|Removed |Added

   Assignee|u...@freebsd.org |hsela...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #2 from Hans Petter Selasky  ---
Hi,

What is printed in dmesg when you plug this device?

What version of FreeBSD are you using?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

--- Comment #1 from Loïc Bartoletti  ---
Created attachment 224013
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224013=edit
webcamd log

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254974] Corsair K95 RGB PLATINUM gaming keyboard not working

2021-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254974

Bug ID: 254974
   Summary: Corsair K95 RGB PLATINUM gaming keyboard not working
   Product: Base System
   Version: 12.2-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: usb
  Assignee: u...@freebsd.org
  Reporter: lbartole...@freebsd.org
CC: hsela...@freebsd.org

Created attachment 224012
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224012=edit
usbconfig dump

Hello,

I have a Corsair K95 RGB PLATINUM gaming keyboard but it doesn't work on
FreeBSD (tried on a laptop and a workstation).

I see comments from #233884 for others corsair keyboard, but unfortunately
added the quirk doesn't work or else, I'm doing things wrong.

What I did:

- webcamd -l
- usbconfig -u 6 -a 2 dump_device_desc (see attachment dump_corsair_k95)
- webcamd -d ugen6.2 (see attachment)
- add hw.usb.quirk.0="0x1b1c 0x1b2d 0 0x UQ_KBD_BOOTPROTO" in
/boot/loader.conf

reboot, etc.

I also patched sys/dev/usb/quirk/usb_quirk.c and sys/dev/usb/usbdevs without
success.



Let me know, how I can help to add the support of this keyboard. Thanks.



For information, there are at least three K95 keyboard with different id:

P_K950x1b11
P_K95_LEGACY 0x1b08
P_K95_PLATINUM   0x1b2d (mine)

other id taken from
https://github.com/ckb-next/ckb-next/blob/50ee67dde605f49efa50c3cb7a52ad62de689656/src/daemon/usb.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254884] [if_smsc] Add ability to disable "turbo_mode" (RX frames batching) similar to linux driver

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254884

--- Comment #5 from Hans Petter Selasky  ---
Yes, it can be MFC'ed from what I see.

I'll have a look at it tomorrow if nobody else grabs it :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254884] [if_smsc] Add ability to disable "turbo_mode" (RX frames batching) similar to linux driver

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254884

Bertrand Petit  changed:

   What|Removed |Added

 CC||bs...@phoe.frmug.org

--- Comment #4 from Bertrand Petit  ---
This contribution is very welcome, I foresee a positive impact on ntp servers:
it will improve jitter. Will it be applied to stable branches?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254884] [if_smsc] Add ability to disable "turbo_mode" (RX frames batching) similar to linux driver

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254884

--- Comment #3 from Oleg Sidorkin  ---
(In reply to Hans Petter Selasky from comment #1)

No :)

(In reply to Hans Petter Selasky from comment #2)

Iperf3:
Turbo off:
[ ID] Interval   Transfer Bitrate Retr  Cwnd
[  5]   0.00-1.01   sec  1.80 MBytes  14.9 Mbits/sec   22   60.8 KBytes
[  5]   1.01-2.00   sec  4.27 MBytes  36.3 Mbits/sec   50   21.3 KBytes
[  5]   2.00-3.00   sec  4.31 MBytes  36.2 Mbits/sec   43   19.8 KBytes
[  5]   3.00-4.00   sec  2.36 MBytes  19.8 Mbits/sec   37   60.8 KBytes
[  5]   4.00-5.00   sec  1.44 MBytes  12.1 Mbits/sec   40   2.84 KBytes
[  5]   5.00-6.01   sec  1.91 MBytes  15.9 Mbits/sec   42   48.1 KBytes
[  5]   6.01-7.00   sec  3.08 MBytes  26.0 Mbits/sec   48   14.1 KBytes
[  5]   7.00-8.01   sec  3.59 MBytes  29.9 Mbits/sec   43   60.8 KBytes
[  5]   8.01-9.00   sec  2.62 MBytes  22.1 Mbits/sec   45   18.4 KBytes
[  5]   9.00-10.00  sec  1.89 MBytes  15.9 Mbits/sec   43   1.41 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval   Transfer Bitrate Retr
[  5]   0.00-10.00  sec  27.3 MBytes  22.9 Mbits/sec  413 sender
[  5]   0.00-10.00  sec  27.2 MBytes  22.8 Mbits/sec  receiver


Turbo on:
[ ID] Interval   Transfer Bitrate Retr  Cwnd
[  5]   0.00-1.00   sec  7.27 MBytes  61.0 Mbits/sec   34   31.2 KBytes
[  5]   1.00-2.00   sec  7.54 MBytes  63.2 Mbits/sec   33   36.9 KBytes
[  5]   2.00-3.00   sec  7.53 MBytes  63.2 Mbits/sec   36   21.2 KBytes
[  5]   3.00-4.00   sec  7.57 MBytes  63.5 Mbits/sec   33   26.9 KBytes
[  5]   4.00-5.00   sec  7.49 MBytes  62.9 Mbits/sec   34   35.5 KBytes
[  5]   5.00-6.00   sec  7.48 MBytes  62.8 Mbits/sec   33   36.9 KBytes
[  5]   6.00-7.00   sec  7.46 MBytes  62.6 Mbits/sec   36   5.66 KBytes
[  5]   7.00-8.00   sec  7.56 MBytes  63.4 Mbits/sec   35   25.5 KBytes
[  5]   8.00-9.00   sec  7.53 MBytes  63.1 Mbits/sec   34   32.6 KBytes
[  5]   9.00-10.00  sec  7.44 MBytes  62.4 Mbits/sec   35   36.9 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval   Transfer Bitrate Retr
[  5]   0.00-10.00  sec  74.9 MBytes  62.8 Mbits/sec  343 sender
[  5]   0.00-10.01  sec  74.8 MBytes  62.7 Mbits/sec  receiver

Ping:
Turbo off:
21 packets transmitted, 21 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.344/0.432/0.558/0.057 ms

Turbo on:
21 packets transmitted, 21 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.425/0.581/0.676/0.085 ms

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254884] [if_smsc] Add ability to disable "turbo_mode" (RX frames batching) similar to linux driver

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254884

--- Comment #2 from Hans Petter Selasky  ---
Can you also post the numbers you see using iperf?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254884] [if_smsc] Add ability to disable "turbo_mode" (RX frames batching) similar to linux driver

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254884

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org
 Status|New |In Progress

--- Comment #1 from Hans Petter Selasky  ---
Patch looks good. Do you have someone to commit it?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254884] [if_smsc] Add ability to disable "turbo_mode" (RX frames batching) similar to linux driver

2021-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254884

Bug ID: 254884
   Summary: [if_smsc] Add ability to disable "turbo_mode" (RX
frames batching) similar to linux driver
   Product: Base System
   Version: CURRENT
  Hardware: arm
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: usb
  Assignee: u...@freebsd.org
  Reporter: osidor...@gmail.com

Created attachment 223924
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223924=edit
Patch to add ability to disable "turbo mode" in if_smsc

"turbo  mode" makes chip to wait a while before transferring the frame in case
there are some other frames. This increases both throughput and rtt.

Linux driver has module param to disable batching if necessary.

Attached patch adds similar flag to freebsd driver.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 250724] USB gamepads are tagged as a mouse by udev

2021-04-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250724

--- Comment #10 from Patrick McMunn  ---
I brought this issue up with a developer on Github. I tested a fix he made to
libudev-devd, and it worked. He's already made a pull request with the changes.
Assuming the changes are accepted, this bug should be fixed once an updated
version of libudev-devd is available.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Problem reports for u...@freebsd.org that need special attention

2021-04-04 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F 
Open|234578 | Support for Sierra Wireless EM7455 modem  
Open|247964 | Low read throughput on Sandisk Extreme external S 

3 problems total for which you should take action.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 196230] USB issue with Raidsonic ICY BOX IB-3640SU3

2021-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196230

Adler Finley  changed:

   What|Removed |Added

 CC||adlerfinle...@gmail.com

--- Comment #15 from Adler Finley  ---
USB issue with Raidsonic ICY BOX IB-3640SU3



Solvig Issue  Sites 
https://americanpressnews.com/
https://republicantimesusa.com/
https://usamediatimes.com/
https://usatribunemedia.com/
https://newsexpressus.com/
https://americannewstimes.com/
https://newsnationuk.com/
https://dailyupdatesusa.com/
https://skynewsus.com/
https://forbestalk.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 254664] Garmin USB Quirk / Please add new models

2021-03-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664

Hans Petter Selasky  changed:

   What|Removed |Added

 Status|New |In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


  1   2   3   4   5   6   7   8   9   10   >