Regression with ukbd/ums

2010-02-18 Thread Alexander Leidinger
Hi, I have the following ukbd/ums hardware (ugen2.*) which was working fine with 9-current before, but fails to work now with r203813. It is a Logitec diNovo kbd with integrated mousepad. Previously this was workinf fine, but now no mouse movement and no kkey press is registered. When I reboot in

Re: Regression with ukbd/ums

2010-02-18 Thread Alexander Leidinger
On Thu, 18 Feb 2010 17:01:04 +0100 Hans Petter Selasky wrote: > On Thursday 18 February 2010 16:09:39 Alexander Leidinger wrote: > > Hi, > > > > I have the following ukbd/ums hardware (ugen2.*) which was working > > fine with 9-current before, but fails to work now w

Re: Regression with ukbd/ums

2010-02-19 Thread Alexander Leidinger
On Thu, 18 Feb 2010 20:55:53 +0100 Hans Petter Selasky wrote: > Have you checked battery, etc. Hmpf... before charging the battery, I checked if the fancy lights (e.g. led display of the volume control which this kbd provides but FreeBSD does not have native support for) go on, and they did. Des

Re: Ioctl 0x7601 on /dev/video0 - `linux' in kernel

2010-06-11 Thread Alexander Leidinger
Quoting Xiaofan Chen (from Fri, 11 Jun 2010 15:22:56 +0800): On Fri, Jun 11, 2010 at 2:43 PM, Mikhail T. wrote: I have linuxulator in the kernel (option COMPAT_LINUX), however, so, I thought, it is supposed to just work... But it does not. Is anyone successful getting skype with video o

Porting an USB software from linux (libusb)

2010-08-30 Thread Alexander Leidinger
Hi, I try to port a linux userland USB program and I get the following error message when trying to link to libusb (current as of r210105): ---snip--- cc -lusb -lm -o fowsr fowsr.o fowsr.o(.text+0x1546): In function `CUSB_Open': : undefined reference to `usb_get_driver_np' fowsr.o(.text+0x171

Re: Porting an USB software from linux (libusb)

2010-08-31 Thread Alexander Leidinger
functions are merged from P4 to SVN) and the linker doesn't complain anymore. Bye, Alexander. Alexander Leidinger wrote: Hi, I try to port a linux userland USB program and I get the following error message when trying to link to libusb (current as of r210105): ---snip--- cc -lusb -

Re: Porting an USB software from linux (libusb)

2010-08-31 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Mon, 30 Aug 2010 21:11:22 +0200): I've added these missing functions to LibUSB in USB P4 change 183086. Do you need someone to commit them to SVN, or is there something scheduled already? Consider adding a compile time check for the existence of these

Re: [USB] Keyboard, mouse and ergonomy

2010-09-27 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Mon, 27 Sep 2010 14:21:42 +0200): Hi, I was thinking about adding a sysctl to ukbd and ums that shows how many keypresses have been done and how many pixels you have moved the mouse during a day. These number will mostly be useful for making ergonomic argume

USB on -current is filling my messages log

2010-09-29 Thread Alexander Leidinger
Hi, every half an hour I get two log entries in /var/log/messages. They look like this: ---snip--- Sep 28 23:30:00 M87 root: Unknown USB device: vendor 0x1941 product 0x8021 bus uhub1 Sep 28 23:30:00 M87 root: Unknown USB device: vendor 0x1941 product 0x8021 bus uhub1 ---snip--- What is

Re: USB on -current is filling my messages log

2010-10-05 Thread Alexander Leidinger
Quoting Paul B Mahol (from Mon, 4 Oct 2010 19:36:29 +): On 9/29/10, Alexander Leidinger wrote: Hi, every half an hour I get two log entries in /var/log/messages. They look like this: ---snip--- Sep 28 23:30:00 M87 root: Unknown USB device: vendor 0x1941 product 0x8021 bus uhub1 Sep 28

usbconfig reset ugen4.2 hanging since an hour

2010-11-02 Thread Alexander Leidinger
Hi, I have a memory stick which made problems (the stick is used as a ZFS cache and it moaned about 8xxM write problems) in 9-current r214509. I removed the device from the config, made a camcontrol reset all, camcontrol rescan all (-> device disappeared), and then tried an usbconfig rese

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-02 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Tue, 2 Nov 2010 10:36:41 +0100): On Tuesday 02 November 2010 10:32:08 Alexander Leidinger wrote: Hi, I have a memory stick which made problems (the stick is used as a ZFS cache and it moaned about 8xxM write problems) in 9-current r214509. I removed the

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-02 Thread Alexander Leidinger
Quoting Alexander Motin (from Tue, 02 Nov 2010 14:02:17 +0200): Alexander Leidinger wrote: Quoting Hans Petter Selasky (from Tue, 2 Nov 2010 10:36:41 +0100): If you dump all threads in this state I think you will see that USB is waiting # procstat -kk 29213 PIDTID COMM

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-02 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Tue, 2 Nov 2010 13:00:54 +0100): On Tuesday 02 November 2010 11:01:34 Alexander Leidinger wrote: # procstat -kk 29213 PIDTID COMM TDNAME KSTACK 29213 100291 usbconfig-mi_switch+0x188 sleepq_switch+0x13c

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-02 Thread Alexander Leidinger
Quoting Andriy Gapon (from Tue, 02 Nov 2010 14:30:34 +0200): on 02/11/2010 14:00 Hans Petter Selasky said the following: On Tuesday 02 November 2010 11:01:34 Alexander Leidinger wrote: # procstat -kk 29213 PIDTID COMM TDNAME KSTACK 29213 100291 usbconfig

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-02 Thread Alexander Leidinger
Quoting Andriy Gapon (from Tue, 02 Nov 2010 14:30:34 +0200): on 02/11/2010 14:00 Hans Petter Selasky said the following: On Tuesday 02 November 2010 11:01:34 Alexander Leidinger wrote: # procstat -kk 29213 PIDTID COMM TDNAME KSTACK 29213 100291 usbconfig

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-03 Thread Alexander Leidinger
Quoting Alexander Best (from Tue, 2 Nov 2010 22:25:44 +): i believe you're experiencing the same i issue i have [1]. cheers. alex [1] http://www.mail-archive.com/freebsd-usb@freebsd.org/msg07599.html I don't think it is exactly the same, I was able to do top/ps/dmesg. Bye, Alexander.

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-05 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Tue, 2 Nov 2010 10:36:41 +0100): On Tuesday 02 November 2010 10:32:08 Alexander Leidinger wrote: Hi, I have a memory stick which made problems (the stick is used as a ZFS cache and it moaned about 8xxM write problems) in 9-current r214509. I removed the

Re: usbconfig reset ugen4.2 hanging since an hour

2010-11-24 Thread Alexander Leidinger
Quoting Alexander Leidinger (from Fri, 05 Nov 2010 15:41:56 +0100): I do not know yet if this is because of failed hardware, or because of a problem in the USB stack. As the first traces of this appeared after an update, I lean towards a regression... I will have a look at getting some

Re: usb/107572: Immidiate System Reboot after removing an activeusb-stick

2007-01-08 Thread Alexander Leidinger
The following reply was made to PR usb/107572; it has been noted by GNATS. From: Alexander Leidinger <[EMAIL PROTECTED]> To: Andreas Burghardt <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: usb/107572: Immidiate System Reboot after removing an activeusb-stick Date:

Re: usb/106462: Motorola U6 PEBL not recognized by system via USB [patch attached]

2007-01-28 Thread Alexander Leidinger
The following reply was made to PR usb/106462; it has been noted by GNATS. From: Alexander Leidinger <[EMAIL PROTECTED]> To: Maxim Azarov<[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: usb/106462: Motorola U6 PEBL not recognized by system via USB [patch attached] Date: Sun, 28

Re: kern/107665: [usb] [patch] uscanner support for epson stylus DX5050 MFP

2007-01-29 Thread Alexander Leidinger
Quoting Steinar Hamre <[EMAIL PROTECTED]> (Wed, 10 Jan 2007 00:50:24 GMT): > I have reworked the uscanner module so that it can use the device > simultaniously with the ulpt and umass modules. This panics my system at boot time probing. I think my scanner is not the first interface of the devic

Re: kern/107665: [usb] [patch] uscanner support for epson stylus DX5050 MFP

2007-01-29 Thread Alexander Leidinger
The following reply was made to PR kern/107665; it has been noted by GNATS. From: Alexander Leidinger <[EMAIL PROTECTED]> To: freebsd-usb@freebsd.org Cc: Steinar Hamre <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: kern/107665: [usb] [patch] uscanner support for epson stylus DX5

Re: kern/107665: [usb] [patch] uscanner support for epson stylus DX5050 MFP

2007-01-31 Thread Alexander Leidinger
Quoting Steinar Hamre <[EMAIL PROTECTED]> (from Thu, 1 Feb 2007 00:09:20 +0100): On Mon, Jan 29, 2007 at 08:38:52PM +0100, Alexander Leidinger wrote: Quoting Steinar Hamre <[EMAIL PROTECTED]> (Wed, 10 Jan 2007 00:50:24 GMT): > I have reworked the uscanner module so that

Re: kern/107665: [usb] [patch] uscanner support for epson stylus DX5050 MFP

2007-01-31 Thread Alexander Leidinger
The following reply was made to PR kern/107665; it has been noted by GNATS. From: Alexander Leidinger <[EMAIL PROTECTED]> To: Steinar Hamre <[EMAIL PROTECTED]> Cc: freebsd-usb@freebsd.org, [EMAIL PROTECTED] Subject: Re: kern/107665: [usb] [patch] uscanner support for epson stylus

Re: Support for new device, important fix and enhancement to umass.c

2007-03-27 Thread Alexander Leidinger
Quoting grem <[EMAIL PROTECTED]> (from Wed, 28 Mar 2007 04:52:53 +0200): [analysis of the problem] Any feedback is welcome, since I'm not an expert in how USB works/is implemented in FreeBSD. Please submit this as a problem report. Quirks have to be registered in GNATS before we can commi

Re: usb/110988: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken

2007-03-29 Thread Alexander Leidinger
The following reply was made to PR usb/110988; it has been noted by GNATS. From: Alexander Leidinger <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: usb/110988: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken Date: Thu, 29 Mar 2007 11:53:07 +0200

Re: about usb of freeBSD

2007-03-30 Thread Alexander Leidinger
Quoting PS <[EMAIL PROTECTED]> (from Fri, 30 Mar 2007 00:51:47 -0700 (PDT)): Dear all, I just read the usb source code of freeBSD, but I can't understand it clearly. Can anybody give me the simple analyse or structure of it ? Have a look at http://www.leidinger.net/FreeBSD/src_docs/ there's

Re: about usb of freeBSD

2007-03-30 Thread Alexander Leidinger
Quoting Hans Petter Selasky <[EMAIL PROTECTED]> (from Fri, 30 Mar 2007 11:15:20 +0200): On Friday 30 March 2007 10:42, Alexander Leidinger wrote: Quoting PS <[EMAIL PROTECTED]> (from Fri, 30 Mar 2007 00:51:47 -0700 (PDT)): > Dear all, > I just read the usb source code of fr

Re: reminder

2007-06-19 Thread Alexander Leidinger
Quoting "M. Warner Losh" <[EMAIL PROTECTED]> (from Mon, 18 Jun 2007 13:40:13 -0600 (MDT)): In message: <[EMAIL PROTECTED]> Julian Elischer <[EMAIL PROTECTED]> writes: : Warner is doing a lot of cleaning in the existing code I notice... I'm just doing a preening of the code to fini

Re: 32bit apps on FreeBSD-6.1-R amd64

2007-07-08 Thread Alexander Leidinger
Quoting [EMAIL PROTECTED] (Sun, 8 Jul 2007 12:29:55 -0300): >Dear Sirs > > >I own a Canon iP1600 usb printer and I need run it on > FBSD-6.1-Ramd64. Its driver when uncompressed shows > i386.rpm files. I've installed linux_base-8 but some messages appear up when If it tries to c

Re: How do I use my USB headset?

2007-10-12 Thread Alexander Leidinger
Quoting Andreas Davour <[EMAIL PROTECTED]> (from Thu, 11 Oct 2007 20:24:44 +0200 (CEST)): On Wed, 10 Oct 2007, Julian Elischer wrote: Hans Petter Selasky wrote: Hi, If you are not using FreeBSD-7 current, something like the following might do the trick: rm /dev/dsp0 ln -s /dev/dsp1 /

Re: How do I use my USB headset?

2007-10-12 Thread Alexander Leidinger
Quoting Ariff Abdullah <[EMAIL PROTECTED]> (from Fri, 12 Oct 2007 02:38:47 +0800): /dev/dsp1: Device or resource busy is the response I get from Skype, and oddly enough the only device I can choose from now is /dev/dsp1 so maybe the port maintainger managed to patch Skype to look in the righ

Re: Motorola A41x/V32x driver

2007-11-09 Thread Alexander Leidinger
Quoting "Kenneth F. Morse Sr." <[EMAIL PROTECTED]> (Thu, 8 Nov 2007 17:27:03 -0500): > I find I am not alone in the need for the driver for Motorola A41x/v32x > driver. I cannot find it either but I did not find where there was any > response to the request. There's no driver for Motorola A41x/

Re: Motorola A41x/V32x driver

2007-11-10 Thread Alexander Leidinger
Quoting Hans Petter Selasky <[EMAIL PROTECTED]> (Fri, 9 Nov 2007 19:59:05 +0100): > On Thursday 08 November 2007, Kenneth F. Morse Sr. wrote: > > I find I am not alone in the need for the driver for Motorola A41x/v32x > > driver. I cannot find it either but I did not find where there was any > >

Re: PR backlog [was: Re: usb/umass, devfs: this sucks]

2007-12-29 Thread Alexander Leidinger
Quoting Mark Linimon <[EMAIL PROTECTED]> (from Wed, 26 Dec 2007 12:04:15 -0600): - The creation of a weekly posting "bugs the bugmeister team thinks are ready for commit". This doesn't seem to have attracted the desired attention. Perhaps this is a problem of "push" not being the righ

Re: PR backlog [was: Re: usb/umass, devfs: this sucks]

2007-12-30 Thread Alexander Leidinger
Quoting Mark Linimon <[EMAIL PROTECTED]> (from Sat, 29 Dec 2007 22:26:02 -0600): On Sun, Dec 30, 2007 at 01:01:19AM +0100, Alexander Leidinger wrote: Quoting Mark Linimon <[EMAIL PROTECTED]> (from Wed, 26 Dec 2007 12:04:15 -0600): > - The creation of a weekly posting "

Fun with Logitech keyboard/mouse kombo (diNovo Edge)...

2008-05-07 Thread Alexander Leidinger
Hi, I bought a keyboard with an integrated touchpad from logitech. Just plugging in the BT-dongle gives an usb hub with ums and ukbd. Unfortunately the ums doesn't work. When I start moused with "-p /dev/ums0 -3 -f -d" I get no output when I press the buttons or touch the touchpad. Any hints how t

How to remap or ignore certain mouse buttons? (was: Fun with Logitech keyboard/mouse kombo (diNovo Edge)...)

2008-05-08 Thread Alexander Leidinger
Quoting Alexander Leidinger <[EMAIL PROTECTED]> (Wed, 7 May 2008 19:24:20 +0200): > Hi, > > I bought a keyboard with an integrated touchpad from logitech. Just > plugging in the BT-dongle gives an usb hub with ums and ukbd. > Unfortunately the ums doesn't work. When

Re: How to remap or ignore certain mouse buttons? (was: Fun with Logitech keyboard/mouse kombo (diNovo Edge)...)

2008-05-08 Thread Alexander Leidinger
Quoting "Kai Wang" <[EMAIL PROTECTED]> (Thu, 8 May 2008 12:59:29 +0200): > On Thu, May 8, 2008 at 10:36 AM, Alexander Leidinger < > [EMAIL PROTECTED]> wrote: > > > Quoting Alexander Leidinger <[EMAIL PROTECTED]> (Wed, 7 May 2008 > > 19:24:20 +020

Re: How to remap or ignore certain mouse buttons? (was: Fun with Logitech keyboard/mouse kombo (diNovo Edge)...)

2008-05-09 Thread Alexander Leidinger
Quoting Kai Wang <[EMAIL PROTECTED]> (Thu, 8 May 2008 23:41:33 +0200): > This mouse got two very similar usage collections, the difference > is one of them defined 4 more buttons. > > Let's try to speicify the buttons, XY axis and wheel explicitly and > see what happens... > > Could you please t

Re: USB Video class

2008-08-19 Thread Alexander Leidinger
Quoting "Peter B" <[EMAIL PROTECTED]> (from Tue, 19 Aug 2008 15:05:29 +0200 (MEST)): Is there any ongoing project towards USB Video class support in FreeBSD ..? This is better asked on usb@ (CCed). I'm not aware of such an effort, feel free to start it (you better wait some days until the

Re: usb4bsd patch review

2008-08-22 Thread Alexander Leidinger
Quoting "M. Warner Losh" <[EMAIL PROTECTED]> (from Thu, 21 Aug 2008 11:52:10 -0600 (MDT)): In message: <[EMAIL PROTECTED]> Kris Kennaway <[EMAIL PROTECTED]> writes: : Hans Petter Selasky wrote: : > The USB stack will work fine without "usbconfig". Its purpose is : > mostly to :

Re: usb4bsd patch review

2008-08-22 Thread Alexander Leidinger
Quoting "Kris Kennaway" <[EMAIL PROTECTED]> (from Fri, 22 Aug 2008 10:59:38 +0200): Alexander Leidinger wrote: Quoting "M. Warner Losh" <[EMAIL PROTECTED]> (from Thu, 21 Aug 2008 11:52:10 -0600 (MDT)): In message: <[EMAIL PROTECTED]> Kr

Re: usb4bsd patch review

2008-08-23 Thread Alexander Leidinger
Quoting Hans Petter Selasky <[EMAIL PROTECTED]> (Sat, 23 Aug 2008 08:03:55 +0200): > On Friday 22 August 2008, Alexander Leidinger wrote: > > Quoting "Kris Kennaway" <[EMAIL PROTECTED]> (from Fri, 22 Aug 2008 > > > > 10:59:38 +0200): > > >

Re: usb4bsd patch review

2008-08-23 Thread Alexander Leidinger
Quoting "Poul-Henning Kamp" <[EMAIL PROTECTED]> (Sat, 23 Aug 2008 15:27:24 +): > In message <[EMAIL PROTECTED]>, Hans Petter Selasky writes: > > > >The problem about "devfs.rules" with regard to USB is that you don't know > >what > >you are giving permissions to. A rule that gives permiss

priv_check/make_dev/devfs.rules: What is preventing a device to show up in a jail?

2013-05-09 Thread Alexander Leidinger
Hi, big picture: I want to get access to my USB DVB device in a jail. First I explain what works (to show what I already know in this regard), then I explain what doesn't work (where I seem to lack some knowledge). What I did so far: I already patched my kernel to give access to /dev/io and /dev/

Re: priv_check/make_dev/devfs.rules: What is preventing a device to show up in a jail?

2013-05-10 Thread Alexander Leidinger
On Fri, 10 May 2013 13:43:47 +0200 Uffe Jakobsen wrote: > On 2013-05-10 12:11, Alexander Leidinger wrote: > > > > I worry about what is going on. We have something which is supposed > > to provide security as required, but is does not seem to work as > > described

Re: Reiner SCT RFID unknown device id?

2014-02-22 Thread Alexander Leidinger
On Tue, 18 Feb 2014 22:16:17 +0100 "Julian H. Stacey" wrote: > Hans Petter Selasky wrote: > > On 02/17/14 16:54, Mathias Picker wrote: > > > I just found a used Reiner SCT RFID > > > (http://www.reiner-sct.com/produkte/chipkartenleser/cyberJack_RFID_standard.html) > > > and bought it, hoping I co

Re: Reiner SCT RFID unknown device id?

2014-02-23 Thread Alexander Leidinger
On Sat, 22 Feb 2014 18:48:53 +0100 "Julian H. Stacey" wrote: > Alexander Leidinger wrote: > > A port at > > http://www.leidinger.net/test/pcsc-cyberjack.tar.bz2 > > > > I did this port not for the RFID reader, it's for another one. It > > may or

Question about usb audio device - how to select output connector

2017-04-30 Thread Alexander Leidinger
Hi, I had a look at snd_uaudio and there I don't find the info I look for. What I want to do is to have 6 chanel (5.1) SPDIF output. What I don't understand is how to select the connectors. To my understanding the soundsystem only sees a line out and a line in, but not all the other connec

Re: GnuPG && card readers

2017-05-09 Thread Alexander Leidinger
Quoting Matthias Apitz (from Tue, 9 May 2017 11:47:29 +0200): Hello, The GnuPG project has a list of supported (USB) card readers: https://gnupg.org/howtos/card-howto/en/smartcard-howto-single.html#id2503342 Any comments or experiences about which of them are supported in FreeBSD 12-C?

uaudio - distorted output

2017-10-08 Thread Alexander Leidinger
Hi, attached are the config descriptors and the device dump of two uaudio devices. Both exhibit distorted audio output. It sounds a little bit like clipping / not feeding enough samples fast enough... I played around with dev.pcm.2.bitperfect=1, dev.pcm.2.play.vchans=0, dev.pcm.2.play.vc

Re: uaudio - distorted output

2017-10-08 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Sun, 8 Oct 2017 13:19:19 +0200): On 10/08/17 12:56, Alexander Leidinger wrote: Hi, attached are the config descriptors and the device dump of two uaudio devices. Both exhibit distorted audio output. It sounds a little bit like clipping / not feeding

Re: uaudio - distorted output

2017-10-08 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Sun, 8 Oct 2017 17:28:25 +0200): On 10/08/17 14:25, Alexander Leidinger wrote: Quoting Hans Petter Selasky (from Sun, 8 Oct 2017 13:19:19 +0200): On 10/08/17 12:56, Alexander Leidinger wrote: Hi, attached are the config descriptors and the

Re: uaudio - distorted output

2017-10-09 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Sun, 8 Oct 2017 23:44:27 +0200): Can you trace that with: usbdump -i usbusX -f Y -v ? What rates are supported. Can you try 48000 Hz? 44100 and 48000. The attached usbdumps are with 48000 Hz. The "1" is with 32bit audio output, the "2" with 16bit audio

Re: uaudio - distorted output

2017-10-09 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Mon, 9 Oct 2017 21:28:08 +0200): On 10/09/17 21:05, Alexander Leidinger wrote: Quoting Hans Petter Selasky (from Sun, 8 Oct 2017 23:44:27 +0200): Can you trace that with: usbdump -i usbusX -f Y -v ? What rates are supported. Can you try 48000 Hz

Re: uaudio - distorted output

2017-10-10 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Mon, 9 Oct 2017 22:38:32 +0200): On 10/09/17 21:47, Alexander Leidinger wrote: If you are using multi channel audio equipment with 24-bits, try to avoid FULL-speed ones! I have now tried every single USB connector, external and internal. None of them

Re: uaudio - distorted output

2017-10-14 Thread Alexander Leidinger
Quoting Gary Jennejohn (from Wed, 11 Oct 2017 06:07:34 +0200): On Tue, 10 Oct 2017 20:14:37 +0200 Alexander Leidinger wrote: Quoting Hans Petter Selasky (from Mon, 9 Oct 2017 22:38:32 +0200): > On 10/09/17 21:47, Alexander Leidinger wrote: >>> If you are using multi c

Re: the mechanism of USB hotplug

2005-12-02 Thread Alexander Leidinger
"M. Warner Losh" <[EMAIL PROTECTED]> wrote: The USB stuff, btw, is confusingly located in uhub.c. There are a number of bugs in the newbus integration of usb, and various people have tried to fix it. In usbland uhub is the bus, not the usb device, which is confusing at first, and poorly docume

Re: usb/83247: [cdce] [patch] if_cdce.c doesn't emit USB_EVENT_DRIVER_DETACH on USB_DETACH

2005-12-29 Thread Alexander Leidinger
Synopsis: [cdce] [patch] if_cdce.c doesn't emit USB_EVENT_DRIVER_DETACH on USB_DETACH State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Thu Dec 29 17:29:32 UTC 2005 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=83247 __

Re: usb/86094: [uscanner] [patch] Support for Epson 2480 scanner

2005-12-29 Thread Alexander Leidinger
Synopsis: [uscanner] [patch] Support for Epson 2480 scanner State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Thu Dec 29 17:38:17 UTC 2005 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=86094 _

Re: usb/83353: [ums] [patch] ums driver limits number of buttons to 7

2005-12-29 Thread Alexander Leidinger
Synopsis: [ums] [patch] ums driver limits number of buttons to 7 State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Thu Dec 29 17:44:42 UTC 2005 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=83353

Re: usb/89269: usb headset does not work with uaudio module

2005-12-29 Thread Alexander Leidinger
Synopsis: usb headset does not work with uaudio module State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Thu Dec 29 18:11:27 UTC 2005 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=89269 __

Re: usb/89509: [uscanner] [patch] CanoScan LIDE 25 not supported

2005-12-29 Thread Alexander Leidinger
Synopsis: [uscanner] [patch] CanoScan LIDE 25 not supported State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Thu Dec 29 18:15:16 UTC 2005 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=89509 _

Re: Disappearing memory

2006-01-06 Thread Alexander Leidinger
On Thu, 05 Jan 2006 23:02:53 -0700 (MST) "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > In message: <[EMAIL PROTECTED]> > David Gilbert <[EMAIL PROTECTED]> writes: > : Maybe what we need is 'usbcontrol' ... allowing us to reset (or at > : least reset the OSs idea of) one usb device. >

Re: usb/87395: [uscanner] [patch] Adding support for Canon CanoScan D660U in uscanner and usbdevs

2006-01-08 Thread Alexander Leidinger
Synopsis: [uscanner] [patch] Adding support for Canon CanoScan D660U in uscanner and usbdevs State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jan 8 14:18:19 UTC 2006 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=87395

Re: usb/90467: Patch to recognize HP 8200C Scanner

2006-01-08 Thread Alexander Leidinger
Synopsis: Patch to recognize HP 8200C Scanner State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jan 8 14:19:23 UTC 2006 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=90467 ___ free

Re: usb/41415: [usb] [patch] Some USB scanners cannot talk to uscanner driver via USB.

2006-01-08 Thread Alexander Leidinger
Synopsis: [usb] [patch] Some USB scanners cannot talk to uscanner driver via USB. State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 14:20:21 UTC 2006 State-Changed-Why: Is this still needed with a recent 5.x or 6.x version of FreeBSD? http://www.free

Re: usb/32652: [uscanner] [patch] A new ioctl to uscanner

2006-01-08 Thread Alexander Leidinger
Synopsis: [uscanner] [patch] A new ioctl to uscanner State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jan 8 14:21:35 UTC 2006 State-Changed-Why: The support for the AGFA scanners is already present in uscanner.c (FreeBSD -current). Is the ioctl part (and P

Re: USB PS/2 adapter problem on laptop

2006-01-16 Thread Alexander Leidinger
Mike Eubanks <[EMAIL PROTECTED]> wrote: I am running 5.4-STABLE on a laptop. I would simply like to use a PS/2 keyboard and mouse through a USB Dual PS/2 adapter (a PS/2 keyboard and mouse connect through one USB port). Any help solving the problem below would be appreciated. This isn't poss

Re: USB device implementation

2006-01-16 Thread Alexander Leidinger
Mike Eubanks <[EMAIL PROTECTED]> wrote: I've only breifly looked over the implementation, but I noticed some discrepancies between the HID usage tables in ``/usr/src/sys/dev/usb/usbhid.h'' and the definition found here http://www.usb.org/developers/hidpage/. The translations used for the USB ke

Re: USB device implementation

2006-01-17 Thread Alexander Leidinger
"Michael S. Eubanks" <[EMAIL PROTECTED]> wrote: Okay. I will look into it some more. I need to get better idea of how the USB driver code works. It looks like there are only minor differences between my current driver code and the NetBSD code. With respect to any questions and changes I make

Re: USB PS/2 adapter problem on laptop

2006-01-19 Thread Alexander Leidinger
Aleksey Salow <[EMAIL PROTECTED]> wrote: On 1/16/06, Alexander Leidinger <[EMAIL PROTECTED]> wrote: > I am running 5.4-STABLE on a laptop. I would simply like to use a PS/2 > keyboard and mouse through a USB Dual PS/2 adapter (a PS/2 keyboard and > mouse connect throug

Re: [Patch] Fix collection entry parsing in libusbhid

2006-02-15 Thread Alexander Leidinger
Markus Brueffer <[EMAIL PROTECTED]> wrote: Furthermore I have removed the loop in REPORT_SAVED_COLL. If someone knows why it was there in the first place, please share your wisdom :) This is done in many places in the source. It's a common way of writting a macro which is usable like a functi

Re: trouble using IBM USB Multi-Burner

2006-02-16 Thread Alexander Leidinger
Adrian Filipi <[EMAIL PROTECTED]> wrote: Hi, this is not an multimedia@ issue, redirecting to [EMAIL PROTECTED] but maybe it's a scsi issue. Bye, Alexander. I'm trying to get an "IBM USB 2.0 Portable Multi-Burner" working fully on a 6-stable Thinkpad X31. I can get a table of contents

Re: external usb dvdrw

2006-03-07 Thread Alexander Leidinger
Nenhum de Nos <[EMAIL PROTECTED]> wrote: hello, i have a LG dvdrw and a vipower external enclosure, and a toshiba notebook that can burn dvd's and cd's using it. every command that is not reading a cd/dvd gets me an error. when i run dvd+rw-mediainfo /dev/cd0 it produces an 0x46 error in dmesg

Re: Using a 'Y-E DATA USB-FDU 6.01' on FreeBSD -CURRENT

2006-05-12 Thread Alexander Leidinger
Quoting Ed Schouten <[EMAIL PROTECTED]> (from Fri, 12 May 2006 14:23:26 +0200): After looking into some more kernel source, I wrote the following patch that removes the errors: %%% --- scsi_da.c Fri May 12 14:19:20 2006 +++ scsi_da.c Fri May 12 14:16:17 2006 @@ -443,6 +443,13 @@

Re: usb/97169: [uhid] [patch] uhid + Xbox 360 gamepad: turn off blinking LED on attach

2006-06-18 Thread Alexander Leidinger
Synopsis: [uhid] [patch] uhid + Xbox 360 gamepad: turn off blinking LED on attach State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jun 18 17:18:45 UTC 2006 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=97169 __

Re: usb/98106: Add support and docs for 4 USB Scanners

2006-06-18 Thread Alexander Leidinger
Synopsis: Add support and docs for 4 USB Scanners State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jun 18 17:29:22 UTC 2006 State-Changed-Why: The Epson entry is committed. All other ones are not, because the IDs are already detected with a different name. Th

Re: usb/93738: [ukbd] [patch] ukbd_check_char returns FALSE with character buffered

2006-06-18 Thread Alexander Leidinger
Synopsis: [ukbd] [patch] ukbd_check_char returns FALSE with character buffered State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jun 18 17:31:13 UTC 2006 State-Changed-Why: Close on request by submitter. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=9373

Re: usb/98908: Update usb drivers for modems and scanner

2006-06-18 Thread Alexander Leidinger
Synopsis: Update usb drivers for modems and scanner State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jun 18 17:46:52 UTC 2006 State-Changed-Why: Committed to current, except for the scanner (it's supported already). Thanks. http://www.freebsd.org/cgi/query-p

Re: usb/82839: [patch] add support for Aceeca Mez1000 device to uvisor.c

2006-06-18 Thread Alexander Leidinger
Synopsis: [patch] add support for Aceeca Mez1000 device to uvisor.c State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jun 18 17:57:08 UTC 2006 State-Changed-Why: Committed. Thanks. Sorry for the delay. http://www.freebsd.org/cgi/query-pr.cgi?pr=82839

Re: usb/93011: HP ScanJet 6200C & uscanner problem

2006-06-18 Thread Alexander Leidinger
Synopsis: HP ScanJet 6200C & uscanner problem State-Changed-From-To: open->feedback State-Changed-By: netchild State-Changed-When: Sun Jun 18 18:00:58 UTC 2006 State-Changed-Why: Feedback needed. http://www.freebsd.org/cgi/query-pr.cgi?pr=93011 ___ fre

Re: usb/91863: Philips USB webcam driver

2006-06-18 Thread Alexander Leidinger
Synopsis: Philips USB webcam driver State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jun 18 18:02:56 UTC 2006 State-Changed-Why: Close upon request by submitter. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=91863 ___

Re: usb/93011: HP ScanJet 6200C & uscanner problem

2006-06-18 Thread Alexander Leidinger
The following reply was made to PR usb/93011; it has been noted by GNATS. From: Alexander Leidinger <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: usb/93011: HP ScanJet 6200C & uscanner problem Date: Sun, 18 Jun 2006 20:01:22 +0200 Hi, the first err

Re: usb/99099: [uscanner] [patch] add support for HP ScanJet 4400c

2006-06-18 Thread Alexander Leidinger
Synopsis: [uscanner] [patch] add support for HP ScanJet 4400c State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Jun 18 18:10:09 UTC 2006 State-Changed-Why: There's already support for it in -current. It will be available after the next MFC. Thanks. http://www

Re: usb/99099: [uscanner] [patch] add support for HP ScanJet 4400c

2006-06-18 Thread Alexander Leidinger
Quoting "Julian H. Stacey" <[EMAIL PROTECTED]> (Sun, 18 Jun 2006 21:53:22 +0200): > Do you know who'se working on this 'cos I'm trying to get > Sane & ports/graphics/sane-backend working here with my HP 4400c scanner, > & if someone else has achieved that already ? ... I don't know. And after l

Re: usb/90467: Patch to recognize HP 8200C Scanner

2006-07-07 Thread Alexander Leidinger
Quoting Adam McDougall <[EMAIL PROTECTED]> (from Fri, 7 Jul 2006 10:18:19 -0400): Could someone MFC this please? Thanks. On Sun, Jan 08, 2006 at 02:19:30PM +, Alexander Leidinger wrote: Synopsis: Patch to recognize HP 8200C Scanner It already is, it will be detected as &q

Re: Logitech iFeel Mouseman USB - UN53B

2006-07-30 Thread Alexander Leidinger
Quoting Heiko Przybyl <[EMAIL PROTECTED]> (Sun, 30 Jul 2006 16:24:23 +0200): > Hi, > > I'm not quite sure if this is the right way to post a message to this > list and/or to request a patch-review/-inclusion. Patches which introduce a quirk need to go through our bug database so that we have a

Re: svn commit: r359446 - head/sys/dev/sound/usb

2020-03-31 Thread Alexander Leidinger via freebsd-usb
Quoting Hans Petter Selasky (from Mon, 30 Mar 2020 16:50:33 + (UTC)): Author: hselasky Date: Mon Mar 30 16:50:32 2020 New Revision: 359446 URL: https://svnweb.freebsd.org/changeset/base/359446 Log: Add support for multiple playback and recording devices per physical USB audio devi

Re: svn commit: r359446 - head/sys/dev/sound/usb

2020-03-31 Thread Alexander Leidinger via freebsd-usb
Quoting Hans Petter Selasky (from Tue, 31 Mar 2020 14:44:12 +0200): On 2020-03-31 14:35, Alexander Leidinger via freebsd-usb wrote: Quoting Hans Petter Selasky (from Mon, 30 Mar 2020 16:50:33 + (UTC)): Author: hselasky Date: Mon Mar 30 16:50:32 2020 New Revision: 359446 URL