Re: [PATCH] Add USB Product ID for Logitech Webcam Pro 9000

2020-10-17 Thread Marcus Glocker
On Sat, 17 Oct 2020 14:26:49 +0100
Raf Czlonka  wrote:

> Ping.

It's committed, thanks.

> On Sun, Oct 11, 2020 at 11:33:21AM BST, Raf Czlonka wrote:
> > Hi all,
> > 
> > I just dug a Logitech Webcam Pro 9000 (for Business) out.
> > 
> > After a quick test, it seems to be working just fine but the
> > Product ID isn't pretty-printed:
> > 
> > $ usbdevs | grep 0x0809   
> > addr 08: 046d:0809 Logitech, product 0x0809
> > 
> > lsusb confirms the Product ID:
> > 
> > $ doas lsusb -v | grep 0x0809
> >   idProduct  0x0809 Webcam Pro 9000
> > 
> > Regards,
> > 
> > Raf
> > 
> > Index: sys/dev/usb/usbdevs
> > ===
> > RCS file: /cvs/src/sys/dev/usb/usbdevs,v
> > retrieving revision 1.721
> > diff -u -p -r1.721 usbdevs
> > --- sys/dev/usb/usbdevs 5 Oct 2020 05:28:13 -
> > 1.721 +++ sys/dev/usb/usbdevs   11 Oct 2020 10:29:54 -
> > @@ -2672,6 +2672,7 @@ product LOGITECH QUICKCAMWEB
> > 0x0801  Quic product LOGITECH WEBCAMC2000x0802
> > Webcam C200 product LOGITECH WEBCAMC250 0x0804  Webcam
> > C250 product LOGITECH WEBCAMC5000x0807  Webcam C500
> > +product LOGITECH WEBCAMPRO9000 0x0809  Webcam Pro 9000
> >  product LOGITECH QUICKCAMPRO   0x0810  QuickCam Pro
> >  product LOGITECH WEBCAMC2100x0819  Webcam C210
> >  product LOGITECH WEBCAMC3100x081b  Webcam C310  
> 



Re: [PATCH] Add USB Product ID for Logitech Webcam Pro 9000

2020-10-17 Thread Raf Czlonka
Ping.

On Sun, Oct 11, 2020 at 11:33:21AM BST, Raf Czlonka wrote:
> Hi all,
> 
> I just dug a Logitech Webcam Pro 9000 (for Business) out.
> 
> After a quick test, it seems to be working just fine but the
> Product ID isn't pretty-printed:
> 
>   $ usbdevs | grep 0x0809   
>   addr 08: 046d:0809 Logitech, product 0x0809
> 
> lsusb confirms the Product ID:
> 
>   $ doas lsusb -v | grep 0x0809
> idProduct  0x0809 Webcam Pro 9000
> 
> Regards,
> 
> Raf
> 
> Index: sys/dev/usb/usbdevs
> ===
> RCS file: /cvs/src/sys/dev/usb/usbdevs,v
> retrieving revision 1.721
> diff -u -p -r1.721 usbdevs
> --- sys/dev/usb/usbdevs   5 Oct 2020 05:28:13 -   1.721
> +++ sys/dev/usb/usbdevs   11 Oct 2020 10:29:54 -
> @@ -2672,6 +2672,7 @@ product LOGITECH QUICKCAMWEB0x0801  Quic
>  product LOGITECH WEBCAMC200  0x0802  Webcam C200
>  product LOGITECH WEBCAMC250  0x0804  Webcam C250
>  product LOGITECH WEBCAMC500  0x0807  Webcam C500
> +product LOGITECH WEBCAMPRO9000   0x0809  Webcam Pro 9000
>  product LOGITECH QUICKCAMPRO 0x0810  QuickCam Pro
>  product LOGITECH WEBCAMC210  0x0819  Webcam C210
>  product LOGITECH WEBCAMC310  0x081b  Webcam C310



[PATCH] Add USB Product ID for Logitech Webcam Pro 9000

2020-10-11 Thread Raf Czlonka
Hi all,

I just dug a Logitech Webcam Pro 9000 (for Business) out.

After a quick test, it seems to be working just fine but the
Product ID isn't pretty-printed:

$ usbdevs | grep 0x0809   
addr 08: 046d:0809 Logitech, product 0x0809

lsusb confirms the Product ID:

$ doas lsusb -v | grep 0x0809
  idProduct  0x0809 Webcam Pro 9000

Regards,

Raf

Index: sys/dev/usb/usbdevs
===
RCS file: /cvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.721
diff -u -p -r1.721 usbdevs
--- sys/dev/usb/usbdevs 5 Oct 2020 05:28:13 -   1.721
+++ sys/dev/usb/usbdevs 11 Oct 2020 10:29:54 -
@@ -2672,6 +2672,7 @@ product LOGITECH QUICKCAMWEB  0x0801  Quic
 product LOGITECH WEBCAMC2000x0802  Webcam C200
 product LOGITECH WEBCAMC2500x0804  Webcam C250
 product LOGITECH WEBCAMC5000x0807  Webcam C500
+product LOGITECH WEBCAMPRO9000 0x0809  Webcam Pro 9000
 product LOGITECH QUICKCAMPRO   0x0810  QuickCam Pro
 product LOGITECH WEBCAMC2100x0819  Webcam C210
 product LOGITECH WEBCAMC3100x081b  Webcam C310