weird mouse: acts as keyboard and mouse

2014-06-16 Thread Eitan Adler
Hey Hans, I have a Logitech G500s Laser Gaming Mouse, class 0/0, rev 2.00/84.01, addr 12 which is reporting itself as both a mouse and a keyboard. I know that the mouse has the ability to remap itself as it used to not do this (I was able to configure this on a mac). The annoying effect is that

Re: weird mouse: acts as keyboard and mouse

2014-06-16 Thread Hans Petter Selasky
On 06/16/14 08:09, Eitan Adler wrote: Hey Hans, I have a Logitech G500s Laser Gaming Mouse, class 0/0, rev 2.00/84.01, addr 12 which is reporting itself as both a mouse and a keyboard. I know that the mouse has the ability to remap itself as it used to not do this (I was able to configure this

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Matthias Apitz
El día Monday, June 16, 2014 a las 08:00:15AM +0200, Hans Petter Selasky escribió: Hi, Can you also use only the no-reset version: /dev/unlpt0 ? Make sure device is power cycled first. Hi, I did - detached USB cable - power cycled device - wait until device ready # kldunload ulpt.ko #

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Hans Petter Selasky
On 06/16/14 08:50, Matthias Apitz wrote: El día Monday, June 16, 2014 a las 08:00:15AM +0200, Hans Petter Selasky escribió: Hi, Can you also use only the no-reset version: /dev/unlpt0 ? Make sure device is power cycled first. Hi, I did - detached USB cable - power cycled device - wait

[Bugzilla] Commit Needs MFC

2014-06-16 Thread bz-noreply
Hi, You have a bug in the Needs MFC state which has not been touched in 7 or more days. This email serves as a reminder that you may want to MFC this bug or marked it as completed. In the event you have a longer MFC timeout you may update this bug with a comment and I won't remind you again

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Matthias Apitz
El día Monday, June 16, 2014 a las 08:55:01AM +0200, Hans Petter Selasky escribió: Hi, If you disconnect the LPT port from the printer and repeat? Is the device sufficiently powered? Hi, I did: # kldunload ulpt.ko # kldload modules/usb/ulpt/ulpt.ko # sysctl hw.usb.ulpt.debug=15

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Hans Petter Selasky
On 06/16/14 10:33, Matthias Apitz wrote: El día Monday, June 16, 2014 a las 08:55:01AM +0200, Hans Petter Selasky escribió: Hi, If you disconnect the LPT port from the printer and repeat? Is the device sufficiently powered? Hi, I did: # kldunload ulpt.ko # kldload

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Matthias Apitz
El día Monday, June 16, 2014 a las 11:07:35AM +0200, Hans Petter Selasky escribió: Hi, I did: # kldunload ulpt.ko # kldload modules/usb/ulpt/ulpt.ko # sysctl hw.usb.ulpt.debug=15 hw.usb.ulpt.debug: 0 - 15 now I power-cycled the printer, let it print the self test page,

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Hans Petter Selasky
On 06/16/14 11:18, Matthias Apitz wrote: El día Monday, June 16, 2014 a las 11:07:35AM +0200, Hans Petter Selasky escribió: Hi, I did: # kldunload ulpt.ko # kldload modules/usb/ulpt/ulpt.ko # sysctl hw.usb.ulpt.debug=15 hw.usb.ulpt.debug: 0 - 15 now I power-cycled the printer, let it print

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Matthias Apitz
El día Monday, June 16, 2014 a las 11:39:23AM +0200, Hans Petter Selasky escribió: Try to comment out starting of bulk read transfers: static void ulpt_start_read(struct usb_fifo *fifo) { #if 0 struct ulpt_softc *sc = usb_fifo_softc(fifo);

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Hans Petter Selasky
On 06/16/14 12:07, Matthias Apitz wrote: El día Monday, June 16, 2014 a las 11:39:23AM +0200, Hans Petter Selasky escribió: Try to comment out starting of bulk read transfers: static void ulpt_start_read(struct usb_fifo *fifo) { #if 0 struct ulpt_softc *sc = usb_fifo_softc(fifo);

Re: Fwd: USB to parallel for printer HP LaserJet 4mL

2014-06-16 Thread Matthias Apitz
El día Monday, June 16, 2014 a las 12:10:41PM +0200, Hans Petter Selasky escribió: What happens if you revert that patch, and do a read first, instead of a write? I have revert both patches, i.e. the code is now as it was, but has some DPRINTF statements at the beginning of the fuctions;

Re: weird mouse: acts as keyboard and mouse

2014-06-16 Thread Eitan Adler
On 15 June 2014 23:49, Hans Petter Selasky h...@selasky.org wrote: On 06/16/14 08:39, Eitan Adler wrote: On 15 June 2014 23:33, Hans Petter Selasky h...@selasky.org wrote: On 06/16/14 08:30, Eitan Adler wrote: On 15 June 2014 23:26, Hans Petter Selasky h...@selasky.org wrote: On

Re: weird mouse: acts as keyboard and mouse

2014-06-16 Thread Hans Petter Selasky
On 06/16/14 17:15, Eitan Adler wrote: On 15 June 2014 23:49, Hans Petter Selasky h...@selasky.org wrote: On 06/16/14 08:39, Eitan Adler wrote: On 15 June 2014 23:33, Hans Petter Selasky h...@selasky.org wrote: On 06/16/14 08:30, Eitan Adler wrote: On 15 June 2014 23:26, Hans Petter

Re: weird mouse: acts as keyboard and mouse

2014-06-16 Thread Eitan Adler
On 16 June 2014 08:32, Hans Petter Selasky h...@selasky.org wrote: On 06/16/14 17:15, Eitan Adler wrote: On 15 June 2014 23:49, Hans Petter Selasky h...@selasky.org wrote: On 06/16/14 08:39, Eitan Adler wrote: On 15 June 2014 23:33, Hans Petter Selasky h...@selasky.org wrote: On