Date: Wed, 07 May 2008 17:41:55 -0300 From: Gustavo Pereira <tano@adinet.com.uy> To: multimedia@freebsd.org Subject: GSPCA driver working under FREEBSD7 Message-ID: <48221413.5080709@adinet.com.uy>
next in thread | raw e-mail | index | archive | help
Hi Luigi, After trying over and over, I was finally able to get the driver to work. Here is the information usb_spca5xx_init: gspca driver 01.00.20 registered ldev0: <vendor 0x046d Camera, class 255/255, rev 1.10/0.00, addr 2> on uhub3 ldev_attach: sc at 0xc4505100, l_u_d at 0xc4505158 --- allocate 453 bytes gives 0xc392e600 interface 0 has 14 altsettings (cur 0) gspca_attach_bridge: USB GSPCA camera found.(SPCA561A) spca5xx_probe: [spca5xx_probe:4259] Camera type S561 spca5xx_getcapability: [spca5xx_getcapability:1239] maxw 352 maxh 288 minw 160 minh 120 1990145 [1117] video_register_device: to be fixed but ok for now ldev0: vendor 0x046d Camera, rev 1.10/0.00, addr 2 2035572 [1081] video_devdata: not complete but ok for now spca561_init: [spca561_init:467] Find spca561 USB Product ID 92c spca5xx_set_light_freq: [spca5xx_set_light_freq:1920] Sensor currently not support light frequency banding filters. gspca_set_isoc_ep: [gspca_set_isoc_ep:936] ISO EndPoint found 0x81 AlternateSet 7 All I did was comment out the 'if FREEBSD version > ...' entries in module.h and linux_compat.h, and put the code outside of the if/else/then Hope it helps, Thank you for your great work! Gustavo Pereira aka Tano
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48221413.5080709>