Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | Add missing splnet to the ioctl handler. | Brad Smith | |
ok jsg@ | |||
2008-09-15 | I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it. | Marcus Glocker | |
Spotted by stu@ and miod@ | |||
2008-09-15 | Sync ehci-isoc part a bit up with NetBSD: | Marcus Glocker | |
- Sign over Jeremy Morse's copyright (who contributed ehci-isoc support) to NetBSD copyright but still mention him as contributor. OK'd by Jeremy Morse. - Update TODO list. - Clarify the error message in case when a low/full speed isoc device has been attached to ehci. - Add a missing break so that the isoc setup code doesn't access uninitialized microframe content which has been request by the driver but not been used. OK kevlo@ | |||
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert | |
Really just the low-hanging fruit of (hopefully) forthcoming timeout conversions. ok art@, krw@ | |||
2008-09-08 | - don't leave nodes unconfigured, when setting alternate setting | Martynas Venckus | |
fails. fixes my ups looked over by fgs@. ok sthen@ | |||
2008-09-08 | prevent mustek from attaching as uhid. ok theo, sthen@ | Martynas Venckus | |
2008-09-08 | sync | Theo de Raadt | |
2008-09-08 | holtek; bigionews@snb.it | Theo de Raadt | |
2008-09-08 | sync | Martynas Venckus | |
2008-09-08 | add mustek powermust 800 ups; ok theo, sthen@ | Martynas Venckus | |
2008-09-08 | expand switch cases so they're not so ugly and easier to read. | Brad Smith | |
ok deraadt@ | |||
2008-09-03 | regen | Stuart Henderson | |
2008-09-03 | housekeeping: | Stuart Henderson | |
- remove extraneous spaces - better column alignment - sort vendors by vendor-id - sort products by vendor-id,device-id - group products by vendor-id rather than vendor-name - fix vendor-id for Motorola SB4100 (checked with vendor driver) ok brad@ | |||
2008-08-27 | sync | Theo de Raadt | |
2008-08-27 | another ups | Theo de Raadt | |
2008-08-27 | Some __packed cleanup; Remove another obsolete pack from a none-hardware | Marcus Glocker | |
struct and pack all other hardware structs which have been forgotten. | |||
2008-08-27 | pass FCS to radiotap. | Damien Bergamini | |
2008-08-27 | hardware may pass us ACK or CTS frames in some cases, so use | Damien Bergamini | |
IEEE80211_ACK_LEN instead of IEEE80211_MIN_LEN for ZYD_MIN_RXBUFSZ and ZYD_MIN_FRAGSZ. silence some warnings while i'm there. change ZYD_FILTER_BSS to use the same value as the vendor's driver that contains some magic (undocumented) bits. | |||
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini | |
remove IBSS and HostAP support from net80211 and 802.11 drivers. it can be used to shrink RAMDISK kernels for instance (like what was done for wi(4)). it also has the benefit of highlighting what is specific to IBSS and HostAP modes in the code. the cost is that we now have two code paths to maintain. | |||
2008-08-26 | another ups to knock out of being a uhid | Theo de Raadt | |
2008-08-26 | sync | Theo de Raadt | |
2008-08-26 | new devs | Theo de Raadt | |
2008-08-26 | Fix alignment panic on sparc64 by removing a wrong __packed. While | Marcus Glocker | |
there reorder fields in the struct to make it shorter on 64 bit archs. panic reported by jasper@ thanks to miod@ for helping me debug this down | |||
2008-08-24 | Get VIDIOC_G_FMT working (makes ekiga happy). | Marcus Glocker | |
2008-08-24 | Use consistent variable names; curr -> cur, err -> error. | Marcus Glocker | |
2008-08-24 | Add support for processing unit (e.g. brightness) controls. New V4L2 | Marcus Glocker | |
ioctls therefore are VIDIOC_QUERYCTRL, VIDIOC_G_CTRL, and VIDIOC_S_CTRL. | |||
2008-08-19 | sync | Theo de Raadt | |
2008-08-19 | another rum; Jonathan Lee | Theo de Raadt | |
2008-08-18 | use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL | Kevin Lo | |
ok mglocker | |||
2008-08-16 | If dwMaxPayloadTransferSize doesn't exactly match to an existing | Marcus Glocker | |
endpoint, pick the next higher endpoint bandwidth. | |||
2008-08-16 | Spacing. | Marcus Glocker | |
2008-08-16 | Sync ehci isochronous part with NetBSD: | Marcus Glocker | |
- Fix check for maximum bInterval value. - Calculate frames/microframes values slightly different (but with mostly same result finally). | |||
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini | |
when acting as an access point instead of having each driver doing the job. tested by krw@ (ral AP) and me with several drivers. | |||
2008-08-13 | Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query the | Marcus Glocker | |
available formats and resolutions of a device (e.g. "luvcview -L"). | |||
2008-08-12 | Don't process xfers which have the stream error bit set in the stream | Marcus Glocker | |
header. | |||
2008-08-11 | Since we have ehci(4) isoc support now, don't demote USB2 uvideo(4) | Marcus Glocker | |
devices to USB1, instead let them attach to ehci(4). This may break a couple of the devices for the moment, but it's the way we have to go finally. | |||
2008-08-10 | Prepare for ehci: | Marcus Glocker | |
- Remove GET_DEF request for negotation. It doesn't help, instead keep breaking devices. - On device close first switch back to default interface 0 before abort/close the isoc pipe. This fixes IOERRORs on device re-open. | |||
2008-08-09 | Add isochronous xfer support for ehci(4). From NetBSD. | Marcus Glocker | |
OK brad@ | |||
2008-08-09 | Regen | Miod Vallat | |
2008-08-09 | Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards. | Miod Vallat | |
This is only the simplified layout, which is final; the complete layout with extra symbols is still being discussed. | |||
2008-08-09 | Revert last commit, it doesn't always help, we need to find another | Marcus Glocker | |
solution. | |||
2008-08-09 | Prepare for ehci: If GET_DEF request has failed, wait a moment before | Marcus Glocker | |
issuing GET_CUR. Makes my NX6000 attach on ehci. | |||
2008-08-08 | if we fail to extract the mbuf in the Rx routine, increment | Thordur I. Bjornsson | |
the if_ierrors before bailing out; Turn a printf() that fires in this case too a DPRINTF since we the interface error counters now reflect this. OK mglocker@ | |||
2008-08-08 | sync | Reyk Floeter | |
2008-08-08 | add eMPIA Technology EeePC 701 camera (currently unsupported uvideo(4) | Reyk Floeter | |
device) | |||
2008-08-03 | revert part of rev. 1.65 where we set the address earlier. this seems | Federico G. Schwindt | |
to cause issues as per netbsd pr/39023. deraadt@ yuo@ ok. | |||
2008-08-02 | Use correct terms as in the specs; | Marcus Glocker | |
"fragment" gets replaced by "sample". "sample" gets replaced by "frame". A sample is a peace of a frame (final image). No functional changes. OK deraadt@ | |||
2008-08-02 | Better wording for a comment. | Marcus Glocker | |
2008-08-02 | Spacing, sorting, and remove an unused prototype. | Marcus Glocker | |
2008-08-02 | Woops, remove #undef which was committed by mistake. | Marcus Glocker | |