summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2002-03-23whitespace and folding fix.kent
2002-03-23Decrease UAUDIO_NFRAMES: 20 -> 10kent
This change eliminates noise of 6ch audio.
2002-03-23Change devinfo definition and make devname initialization correctly.taca
Those changes are referring with uplcom.c. I've checked with SUNTAC U-Cable type P1 that it responed to AT commands.
2002-03-20Define uvscom_acvtivate() according to prototype.augustss
2002-03-20add missing prototype for uvscom_activate()lukem
2002-03-19Add driver for SUNTAC Slipper U VS-10U serial devices.augustss
Written by Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. From FreeBSD.
2002-03-19Regen.augustss
2002-03-19Add some devices. From FreeBSD.augustss
2002-03-18Create new uaudio_chan_init() and move sample_size/bytes_per_framekent
initialization to it from uaudio_chan_set_param(). uaudio_set_params() calls uaudio_chan_init(). These are required because bytes_per_frame is used in uaudio_round_blocksize(), which is called before uaudio_set_params(). Noise of 4ch playing disappears by this change. 6ch playing still has cyclic noise.
2002-03-18regenchristos
2002-03-18Add Siemens speedstream, from Alicia da Conceicao.christos
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
indicating an unhandled "command". ERESTART is -1, which can lead to confusion. ERESTART has been moved to -3 and EPASSTHROUGH has been placed at -4. No ioctl code should now return -1 anywhere. The ioctl() system call is now properly restartable.
2002-03-17Whitespace fixes.augustss
2002-03-17Add Swiss keyboard mappings. From OpenBSD.augustss
2002-03-17aurateconv.c:kent
- Simplify the source - Accept any convresions such that sample_rate < hw_sample_rate uaudio.c: - Request the above conversion. This is needed for 4ch-only devices to play monaural/stereo data.
2002-03-16Fix a couple of typo:tsutsui
- s/ehci/uhci/ (in unused arg of macro) - s/ohci/uhci/ (in panic message)
2002-03-16Fix a couple of typo:tsutsui
- s/ehci/ohci/ (in unused arg of macro) - s/uhci/ohci/ (in debug message)
2002-03-16add device TDK USB-PDC Adapter UPA9664ichiro
2002-03-15uaudio_set_params(): Set conversions:kent
- 8bit slinear/ulinear to 16bit slinear for playing - 16bit slinear to 8bit slinear/ulinear for recording
2002-03-12Accept 24bit precision.kent
2002-03-10Regen.augustss
2002-03-10Add some WLAN devices.augustss
2002-03-10Regen.augustss
2002-03-10Add vendor Intersil.augustss
2002-03-10Regen.augustss
2002-03-10Add Pen Driver USB Disk.augustss
2002-03-09Move sampling rate conversion functions to aurateconv.c.kent
Introduce "aurateconv" attribute for audio devices. Add aurateconv to uaudio and auich. (due to kern/15845 and kern/15848)
2002-03-09add deviceichiro
TDK USB-PHS Adapter UHA6400
2002-03-08free_all_endpoints(): Fix a problem with disabled device.kent
2002-03-07Sampling rate and mono-stereo conversion described inkent
http://mail-index.netbsd.org/tech-kern/2002/03/04/0005.html auconv.c: Add conversion functions audio.c: Sample alignment, calling conversion functions, etc. audio_if.h: Add four hw_* members to "struct audio_params" audiovar.h: Add conversion buffers, etc. auich and uaudio: Add conversion request code to *_set_params().
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2002-03-04Use the correct pointer for the timeout abort.augustss
2002-02-28Regenjmcneill
2002-02-28Add Linksys Wireless USB Network Adapters (WUSB11, both original and ver 2.5)jmcneill
2002-02-28Don't use NULL for non-pointer arguments.thorpej
2002-02-28Change mapping of keycode 50 to be closer to the spec.augustss
2002-02-27Regen.augustss
2002-02-27Add some more stuff that might make Palm and Sony devices work.augustss
(Gleaned from Linux.)
2002-02-27Add Palm m125.augustss
2002-02-27Move the interrupt bailout when a cancelled ii is found.augustss
2002-02-27Remove spurious splusb().augustss
Lower abort hardware wait.
2002-02-27Avoid a race condition spotted by UCHIYAMA Yasushi <uch@vnop.net>.augustss
2002-02-26A small fix for FreeBSD.augustss
2002-02-26Fix a typo that prevented timeout in control requests from working.augustss
Spotted by Alfred Perlstein <bright@mu.org>.
2002-02-26Some minor fixes from FreeBSD.augustss
2002-02-25Fix an uninitilized request. From Alfred Perlstein <bright@mu.org>.augustss
2002-02-25Some portability improvement.augustss
Add define for usb.h version.
2002-02-20Add quirks for Minolta Dimage X.augustss
2002-02-20Regen.augustss
2002-02-20Add Minolta Dimage X (very nifty!).augustss