Commit Graph

24433 Commits

Author SHA1 Message Date
jmcneill
426e852b45 register with pmf 2008-09-09 17:40:40 +00:00
mhitch
2478b16894 In bnx_release_resources(), don't de-reference a NULL pointer if the
rx_mbuf_map has not been allocated yet.  From Havard Eidnes.
2008-09-09 17:34:10 +00:00
tron
362b2f2b14 Complete device_t/softc split for the ld(4) attachments. This should
prevent crashes while attaching a drive.

Patch supplied by Juan RP in PR kern/39468.
2008-09-09 12:45:39 +00:00
cegger
127df52413 make an i386/ALL kernel build 2008-09-09 05:54:23 +00:00
cegger
9153a46c8f make this build w/o UVIDEO_DEBUG 2008-09-09 05:44:08 +00:00
jmcneill
7360cd3bde VIDIOC_QUERYCAP: device_xname on device_t, not softc 2008-09-09 04:28:54 +00:00
jmcneill
f97cf58f74 More pixelformat mapping typo fixes 2008-09-09 04:23:53 +00:00
jmcneill
1bb2686bdf Map VIDEO_FORMAT_MJPEG to V4L2_PIX_FMT_MJPEG, not V4L2_PIX_FMT_JPEG 2008-09-09 04:23:02 +00:00
cube
65ce35522e Redde Caesari quae sunt Caesaris. Or rather, in this particular case,
those that are Lennart's.

Eventually there should only be one set of HID drivers.
2008-09-09 03:54:56 +00:00
jmcneill
ff15aabd32 Fix "select timeout" and low framerate issues with mplayer, from drochner@ 2008-09-09 01:36:48 +00:00
jmcneill
c08044b7db USB Video Class capture device driver, part of Patrick Mahoney's Google
Summer of Code 2008 project.
2008-09-09 01:13:42 +00:00
jmcneill
78974094d6 Clarify the message printed by the kernel when a low or full speed
device with isochronous endpoints is attached to a hi-speed hub. Also
silence a printf in ehci_device_isoc_close
2008-09-09 00:46:45 +00:00
jmcneill
51d385aeea No need for videoio.h in hw driver 2008-09-09 00:19:10 +00:00
gmcgarry
0de5da9678 Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
preprocessor macros.
2008-09-08 23:36:53 +00:00
pgoyette
ca20a59d5d Fix typo - no functional changes.
OK macallan@
2008-09-08 23:07:51 +00:00
jmcneill
6ea027b866 Run pseye_transfer_thread at a higher priority to ensure that we don't
receive partial frames in our bulk xfer.
2008-09-08 22:28:53 +00:00
jmcneill
dd848685c1 Implement try_format 2008-09-08 22:13:26 +00:00
christos
f119abb6e1 more device_private, pointed by cube. 2008-09-08 21:54:10 +00:00
christos
a1d4f75c7d avoid using casts by referencing the proper struct members. 2008-09-08 21:44:22 +00:00
christos
f64bb5868f cf_attach_decl_new 2008-09-08 21:20:03 +00:00
njoly
dcebe2386c Add missing newline in debug message. 2008-09-08 20:49:41 +00:00
njoly
5e265d5272 Improve message for SMI interrupts. 2008-09-08 20:47:09 +00:00
njoly
fa492bbaa9 Fix compilation with ICHIIC_DEBUG. 2008-09-08 20:37:38 +00:00
pgoyette
63a1d80294 Provide correct URL for current data sheet. This device is now owned
by ON Semi.
2008-09-08 16:05:44 +00:00
cegger
80399094f9 regen. 2008-09-08 08:03:44 +00:00
cegger
68afbb4114 Serverworks: correct product id for LPC, add XIOAPIC and Watchdog Timer 2008-09-08 08:02:48 +00:00
cegger
77a6ab9aa7 regen. 2008-09-08 07:07:53 +00:00
cegger
4decb0fd6d correct product id for serverworks usb controllers 2008-09-08 07:06:48 +00:00
jmcneill
6779aaaeb8 Limit VIDEO_MAX_BUFS to 32 instead of 255 2008-09-08 00:39:27 +00:00
jmcneill
ba13cfccc0 Missing aprint newline in video_attach 2008-09-07 20:05:13 +00:00
pgoyette
9b30bc57d1 Note that previous URL for ADT7463 datasheet is no longer operative, and
provide link to an earlier, but still active, revision.
2008-09-07 19:07:21 +00:00
jmcneill
f3728d27ce Actually, EINVAL is correct for an unimplemented ioctl. ENOTTY is only
needed for the VIDIOC_*_FMT ioctls.
2008-09-07 19:06:14 +00:00
jmcneill
d490ea275a Return ENOTTY instead of EINVAL if a driver doesn't implement one of the
set, try, get, or enum format ioctls.
2008-09-07 17:13:21 +00:00
jmcneill
94e5d88f48 Implement enum_format callback. 2008-09-07 17:12:21 +00:00
pgoyette
494623b269 Only report new sensor state values if the new value is valid for the
particular event being monitored.  This avoids duplicate reporting for
sensors that monitor both a normal/critical state and value-within-limits
state as reported by Simon Burge on current-users.

While we're here, clean-up some stair-stepping if's.

OK garbled@
2008-09-07 12:13:00 +00:00
rmind
591b1d0390 Regen. 2008-09-06 22:44:42 +00:00
rmind
05fb3eb929 PR/39119: Jan Thorsson: Support for VIA CX700M2 IDE controller. 2008-09-06 22:42:59 +00:00
rmind
73aa8e682d PR/38012: David Dudley: Support for B&B Electronics MIPort serial cards. 2008-09-06 22:36:40 +00:00
rmind
a393e9c9d7 PR/39442: Jeff Thieleke: Support for ATI SB700/SB800 controllers. 2008-09-06 22:18:56 +00:00
rmind
16dee06ce9 Regen. 2008-09-06 22:08:38 +00:00
rmind
3d4ea98e16 PR/38382: Jean-Yves Moulin: Support for Sierra Wireless Aircard 850. 2008-09-06 22:07:11 +00:00
rmind
913f159e82 Regen. 2008-09-06 21:53:32 +00:00
rmind
aa93fc3fa8 PR/37948: Yojiro UO: Support for Sony GPS GPS-CS1 devices. Check the support
of UR_BBB_GET_MAX_LUN, and disable the logic, if needed.
2008-09-06 21:49:00 +00:00
rmind
3f36b1dd77 PR/38202: Jeff McMahill: Support for Sealevel SeaPORT+4 USB to Serial adaptor. 2008-09-06 21:42:05 +00:00
rmind
0474b30708 PR/39303: Izaac: Support for Novatel Wireless Ovation U727. 2008-09-06 21:38:44 +00:00
rmind
5c8acba58c PR/39147: Jasper Wallace: Support Metageek Wispy 2.4x as ugen device. 2008-09-06 21:34:49 +00:00
rmind
a4a0c53b57 Unbreak build when VIDEO_DEBUG is not defined. 2008-09-06 21:21:49 +00:00
jmcneill
6902ca74cd Add driver for the Sony PLAYSTATION(R) Eye USB webcam. 2008-09-06 19:37:21 +00:00
jmcneill
8e6b89263a Add MI video4linux2 layer, part of Patrick Mahoney's Google Summer
of Code 2008 project.
2008-09-06 19:00:54 +00:00
gmcgarry
9e7d08495f Backout unintended change. 2008-09-06 03:00:32 +00:00