Re: eGalax USB touchscreen issues

2021-06-03 Thread Mark Kane
nt0: System mouse /dev/input/event1: System keyboard multiplexer /dev/input/event2: Power Button /dev/input/event3: Sleep Button /dev/input/event4: Lite-On Technology Corp. USB Multimedia Keyboard, class 0/0, rev 1.10/1.09, add /dev/input/event5: Lite-On Technology Corp.

Re: eGalax USB touchscreen issues

2021-06-02 Thread Vladimir Kondratyev
hm, hpen_map_digi, NULL); + suffix = "Digitizer"; + break; + default: + KASSERT(1 == 0, ("Unknown usage")); + } if (error != 0) return (error); - hidbus_set_desc(dev, is_pen ? "Pen" : "Digitizer"); + hidbus_set_desc(dev, suffix); return (BUS

Re: eGalax USB touchscreen issues

2021-06-01 Thread Mark Kane
36 00 00 46 FF 0F 66 00 00 75 10 95 02 81 02 C0 C0 05 # evemu-record Available devices: /dev/input/event0: System mouse /dev/input/event1: System keyboard multiplexer /dev/input/event2: Power Button /dev/input/event3: Sleep Button /dev/input/event4: Lite-On Technology Corp. USB

Re: eGalax USB touchscreen issues

2021-05-31 Thread Vladimir Kondratyev
s: > > ugen0.3: at usbus0 > usbhid0 on uhub1 > usbhid0: addr 3> on usbus0 > hidbus0: on usbhid0 > hpen0: on hidbus0 > hpen1: on hidbus0 > hconf0: on hidbus0 > > [    85.007] (II) config/udev: Adding input device eGalax Inc. USB > TouchController Digitizer (/dev/

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

2021-05-24 Thread bugzilla-noreply
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

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

2021-05-23 Thread bugzilla-noreply
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-uns

Re: eGalax USB touchscreen issues

2021-05-23 Thread Hans Petter Selasky
On 5/23/21 2:03 AM, Mark Kane wrote: can't add hid device You would have to search for this print in the code a figure out why it doesn't work. Might be a missing CONFIG option, needed for this device. --HPS ___ freebsd-usb@freebsd.org mailing

Re: eGalax USB touchscreen issues

2021-05-22 Thread Mark Kane
: on DEBUG : on DVB: on INPUT : on KEYBOARD : on MOUSE : on RADIO : on VT_CLIENT : off VT_SERVER : off WEBCAM : on # webcamd -d ugen0.3 -N eGalax-Inc--USB

Re: eGalax USB touchscreen issues

2021-05-22 Thread Hans Petter Selasky
On 5/23/21 12:07 AM, Mark Kane wrote: Thanks for the diff. That applies cleanly to the 5.10.6.1 port but errors during build: Just build the latest webcamd port as is 5.13.2.2 w/ INPUT option selected. --HPS ___ freebsd-usb@freebsd.org mailing

Re: eGalax USB touchscreen issues

2021-05-22 Thread Mark Kane
/drivers/media/common -Imedia_tree/drivers/media/common/tuners -Imedia_tree/drivers/media/dvb/dvb-core -Imedia_tree/drivers/media/dvb/dvb-usb -Imedia_tree/drivers/media/dvb/frontends -Imedia_tree/drivers/media/dvb/ttpci -Imedia_tree/drivers/media/video/gspca -Imedia_tree/drivers/media/video/h

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

2021-05-22 Thread bugzilla-noreply
: 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

Re: eGalax USB touchscreen issues

2021-05-22 Thread Hans Petter Selasky
ENXIO Device not configured. With -i 0 there is the same -6 error as without -i. With -i 1 through 100 there is no ERR, only "webcamd: Cannot find USB device". Linux driver is here: drivers/input/touchscreen/usbtouchscreen.c:    {USB_DEVICE(0x0eef, 0x0001), .driver_info = DEVT

Re: eGalax USB touchscreen issues

2021-05-22 Thread Hans Petter Selasky
there is the same -6 error as without -i. With -i 1 through 100 there is no ERR, only "webcamd: Cannot find USB device". Linux driver is here: drivers/input/touchscreen/usbtouchscreen.c:    {USB_DEVICE(0x0eef, 0x0001), .driver_info = DEVTYPE_EGALAX}, drivers/input/touchscreen/usbtou

Re: eGalax USB touchscreen issues

2021-05-22 Thread Hans Petter Selasky
100 there is no ERR, only "webcamd: Cannot find USB device". Linux driver is here: drivers/input/touchscreen/usbtouchscreen.c: {USB_DEVICE(0x0eef, 0x0001), .driver_info = DEVTYPE_EGALAX}, drivers/input/touchscreen/usbtouchscreen.c: {USB_DEVICE(0x0eef, 0x0002), .driver_info = DEVT

Re: eGalax USB touchscreen issues

2021-05-21 Thread Mark Kane
bcamd: Cannot find USB device". ___ 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
. ___ 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
: 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

Re: eGalax USB touchscreen issues

2021-05-21 Thread Hans Petter Selasky
On 5/21/21 1:06 AM, Mark Kane wrote: webcamd 89207 - - ERR: : can't add hid device: -6 Try adding -i 1 then -i 2 and so on. Not sure if you need to attach to a specific interface. -6 means: 6 ENXIO Device not configured. --HPS ___ freebsd-usb

Re: eGalax USB touchscreen issues

2021-05-20 Thread Mark Kane
-0x07e6 -S unknown -M 0 webcamd [-d ugen0.3] -N eGalax-Inc--USB-TouchController -S unknown -M 0 webcamd [-d ugen0.4] -N Lite-On-Technology-Corp--USB-Multimedia-Keyboard -S unknown -M 0 webcamd [-d ugen0.5] -N vendor-0x05e3-USB2-0-Hub -S unknown -M 0 Show webcamd usage: webcamd -h # webcamd -d ugen0.3

Re: eGalax USB touchscreen issues

2021-05-20 Thread Hans Petter Selasky
On 5/20/21 7:44 PM, Mark Kane wrote: 5) `webcamd -l` shows the device but exits on startup with "Cannot find USB device". Webcamd needs to be recompiled with INPUT device support, I believe, before it works with such devices. --HPS _

[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

[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

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

2021-05-14 Thread bugzilla-noreply
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 "freebs

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

2021-05-14 Thread bugzilla-noreply
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 "freebs

[Bug 255780] USB timeout when using BladeRF 2.0 A9

2021-05-13 Thread bugzilla-noreply
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
. ___ 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

[Bug 255780] USB timeout

2021-05-11 Thread bugzilla-noreply
a_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_C

[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

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

2021-04-27 Thread bugzilla-noreply
--- 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

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

2021-04-27 Thread bugzilla-noreply
||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

[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
. ___ 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
-- 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
://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
-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

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

2021-04-15 Thread bugzilla-noreply
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
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
, 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

Re: mount_msdosfs not working for USB device SparkFun Pro nRF52840 Mini

2021-04-05 Thread Hans Petter Selasky
On 4/5/21 8:03 AM, Ben Woods wrote: Hi FreeBSD USB peeps, I recently bought myself a small bluetooth development board to tinker with - a SparkFun Pro nRF52840 Mini: https://www.sparkfun.com/products/15025 But I am having difficulty mounting the mass storage device it presents when

mount_msdosfs not working for USB device SparkFun Pro nRF52840 Mini

2021-04-05 Thread Ben Woods
Hi FreeBSD USB peeps, I recently bought myself a small bluetooth development board to tinker with - a SparkFun Pro nRF52840 Mini: https://www.sparkfun.com/products/15025 But I am having difficulty mounting the mass storage device it presents when in bootloader mode (accessible by double

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

2021-04-03 Thread bugzilla-noreply
--- 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

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

2021-03-31 Thread bugzilla-noreply
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 --- Comment #5 from Hans Petter Selasky --- Patches look good. --HPS -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https

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

2021-03-30 Thread bugzilla-noreply
hod for diff -- 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-30 Thread bugzilla-noreply
ate the correct method for diff -- 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-

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

2021-03-30 Thread bugzilla-noreply
. ___ 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-30 Thread bugzilla-noreply
--- Comment #1 from Hans Petter Selasky --- Yes, that's possible. Can you make a patch for that? --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

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

2021-03-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254664 Bug ID: 254664 Summary: Garmin USB Quirk / Please add new models Product: Base System Version: 12.2-STABLE Hardware: amd64 OS: Any Status: New

[Bug 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254465 --- Comment #10 from sa...@noir.im --- To be more precise, there is one switch on the device (to choose the input between USB and others), but that all. -- You are receiving this mail because: You are the assignee for the bug

[Bug 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
nee 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 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254465 --- Comment #8 from sa...@noir.im --- Hi, I put the new dmesg in attachment. There is no switches on the device. For my information, legacy mode is USB audio class 1.0 ? -- You are receiving this mail because: You are the assignee

[Bug 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
--- Comment #7 from Hans Petter Selasky --- Hi, Can you set: hw.usb.uaudio.debug=17 Then plug the device and capture all prints in dmesg? I'm not sure if this device will work with FreeBSD. I tried to search for "linux patchwork USB audio schiit" and got various interesting hits. Does

[Bug 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
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 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
nee 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 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
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 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
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 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
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 254465] [sound] No sound with Schiit Audio Modi 3+ USB dac

2021-03-21 Thread bugzilla-noreply
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-03-15 Thread bugzilla-noreply
://seotochecker.com/article-rewriter -- 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-uns

[Bug 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-03-05 Thread bugzilla-noreply
Status|New |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

[Bug 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-03-05 Thread bugzilla-noreply
did not know, this is limited to a number of devices. So this can be closed as expected :) -- 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

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-23 Thread bugzilla-noreply
032d3153877ef1767c121bbdf8e00f4f93b30a5d) sys/dev/usb/input/ukbd.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-23 Thread bugzilla-noreply
032d3153877ef1767c121bbdf8e00f4f93b30a5d) sys/dev/usb/input/ukbd.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-23 Thread bugzilla-noreply
812c59ed614df94380e0b1f9ff4a3d15b78ce1bf) sys/dev/hid/hkbd.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-13 Thread bugzilla-noreply
file changed, 6 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 "fr

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-13 Thread bugzilla-noreply
separatelly. Latter results in spurious release/push pairs of events on each fantom keyboard state report. Reported by:Jan Martin Mikkelsen Submitted by: Jan Martin Mikkelsen (initial version) PR: 253249 MFC after: 1 week sys/dev/usb/input/ukbd.c | 7

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-12 Thread bugzilla-noreply
.) -- 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 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-10 Thread bugzilla-noreply
|--- |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-uns

[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-08 Thread bugzilla-noreply
) direction "hw.usb.wsp.z_invert". Submitted by: James Wright Reviewed by:wulf PR: 253321 Differential revision: https://reviews.freebsd.org/D28521 share/man/man4/wsp.4| 7 ++- sys/dev/usb/input/wsp.c | 7 ++- 2 files changed, 12 insertions(+), 2

[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-07 Thread bugzilla-noreply
Option "ClickMethod" "clickfinger" Driver "libinput" EndSection Best regards :-) Tomek -- 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 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253321 --- Comment #1 from James Wright --- Phabricator https://reviews.freebsd.org/D28521 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing

[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253321 Bug ID: 253321 Summary: [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion Product: Base System Version: 12.2-STABLE Hardware: Any OS

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-06 Thread bugzilla-noreply
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 253249] USB keyboard: repeated and out of order characters

2021-02-06 Thread bugzilla-noreply
llover packet. Your patch does not suffer form callout issues as it goes to tr_setup before sc->sc_ndata is cleared. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.or

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-06 Thread bugzilla-noreply
stop processing the packet, and just set up the next transfer instead, the "sc->sc_ndata = sc->sc_odata" assignment does not seem necessary. Am I missing something? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-06 Thread bugzilla-noreply
ich stops keyboard input after RollOver condition. Fixed version is reuploaded. I am sorry. -- 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/free

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-05 Thread bugzilla-noreply
. ___ 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 253249] USB keyboard: repeated and out of order characters

2021-02-05 Thread bugzilla-noreply
ver) in all array fields" -- 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 253249] USB keyboard: repeated and out of order characters

2021-02-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253249 --- Comment #8 from Hans Petter Selasky --- wulf@ - can you have a look at this? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253249 --- Comment #7 from j...@transactionware.com --- Created attachment 222178 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=222178=edit Patch to filter out USB keyboard packets with only "key roll over" errors The a

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-04 Thread bugzilla-noreply
the keys as released, and then on the next packet they go back down again. I will change the ukbd.c to ignore a packet that looks like that and see how that goes. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.or

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253249 --- Comment #5 from j...@transactionware.com --- (In reply to Hans Petter Selasky from comment #4) I do not believe they are firmware upgradeable. A naïve reading of the USB trace by just looking at the USB HID key codes, gives me

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253249 --- Comment #4 from Hans Petter Selasky --- USB keybards can report multiple events at the same time. If multiple events are detected between USB interrupt events, it is not possible to distinguish the order of the key events

[Bug 253249] USB keyboard: repeated and out of order characters

2021-02-04 Thread bugzilla-noreply
. ___ 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 253249] USB keyboard: repeated and out of order characters

2021-02-04 Thread bugzilla-noreply
. ___ 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 253249] USB keyboard: repeated and out of order characters

2021-02-04 Thread bugzilla-noreply
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 253249] USB keyboard: repeated and out of order characters

2021-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253249 Bug ID: 253249 Summary: USB keyboard: repeated and out of order characters Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New

[Bug 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
nee 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 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
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 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253160 --- Comment #8 from Hans Petter Selasky --- After connecting the device: dmesg | grep -i uaudio --HPS -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb

[Bug 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
? -- 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 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
. ___ 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 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
--- Comment #5 from Hans Petter Selasky --- You need the dmesg of the attach sequence. What is printed at detach? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org

[Bug 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
: 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 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
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 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
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 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253160 --- Comment #1 from Oleh Vinichenko --- Created attachment 222070 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=222070=edit dump of usb -- You are receiving this mail because: You are the assignee for the

[Bug 253160] [sound] [usb] noise with uaudio in bitperfect mode

2021-02-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253160 Bug ID: 253160 Summary: [sound] [usb] noise with uaudio in bitperfect mode Product: Base System Version: 12.2-STABLE Hardware: amd64 OS: Any Status: New

[Bug 214479] Cannot create or mount ext2 file system on a USB external drive

2021-01-24 Thread bugzilla-noreply
||p...@freebsd.org Resolution|--- |Unable to Reproduce -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org

[Bug 244517] Thinkpad X1 tablet 3rd gen: USB-C does not work

2021-01-15 Thread bugzilla-noreply
Resolution|--- |FIXED --- Comment #6 from mathias.pic...@virtual-earth.de --- I switched to -CURRENT and did a BIOS update on Jan 3, now USB-C works. Since I did a BIOS update at the same time, I really do not know what's the actual reason for it to work now. I have

  1   2   3   4   5   6   7   8   9   10   >