freebsd-skq/sys/dev/usb
ariff 931410e76e - Remove magic number and fit max rx buffer size accurately.
- Patch registers CR47 and CR157 on devices that require it.
- Fix power calibration setting on ZD1211B.

Obtained from:	OpenBSD

- Fix multicast transfer by properly reprogram multicast global
  hash table, which in turns fix promiscuous mode and IPv6
  autoconfiguration / local networking.

Reviewed by:	sam, Weongyo Jeong
Tested using:	Aztech WL230 , Belkin F5D7050, Unicorn WL-54G,
             	3COM 3CRUSB10075
MFC after:	1 week
2007-11-08 08:25:58 +00:00
..
dsbr100io.h
ehci_pci.c - Only assume that a PCI device on the same slot is a "neighbor" USB 2007-09-19 16:21:34 +00:00
ehci.c Replace three copies of the host controller reset sequence that 2007-08-12 18:45:24 +00:00
ehcireg.h
ehcivar.h
FILES
hid.c
hid.h
if_aue.c
if_auereg.h
if_axe.c Add support for the AX88178 and AX88772 based devices. 2007-09-25 20:47:24 +00:00
if_axereg.h Add support for the AX88178 and AX88772 based devices. 2007-09-25 20:47:24 +00:00
if_cdce.c Fix two more PRs: 2007-06-30 20:18:44 +00:00
if_cdcereg.h
if_cue.c
if_cuereg.h
if_kue.c
if_kuereg.h
if_rue.c When all the other drivers were converted to scheduling a taskqueue to 2007-07-09 16:58:07 +00:00
if_ruereg.h Missed in last commit: add usb task for rue to use for its ticks. 2007-07-09 20:56:39 +00:00
if_rum.c Check wep flag in *_tx_mgt since we need to encrypt some management frame 2007-11-06 07:30:12 +00:00
if_rumreg.h
if_rumvar.h
if_udav.c Add support for ShanTou ST268 usb nic. This is from a patch for NetBSD 2007-07-24 14:44:23 +00:00
if_udavreg.h
if_ural.c Check wep flag in *_tx_mgt since we need to encrypt some management frame 2007-11-06 07:30:12 +00:00
if_uralreg.h
if_uralvar.h
if_zyd.c - Remove magic number and fit max rx buffer size accurately. 2007-11-08 08:25:58 +00:00
if_zydfw.h upgrade zd1211b firmware for the zyd driver. This solves a hardware 2007-11-03 19:24:51 +00:00
if_zydreg.h - Remove magic number and fit max rx buffer size accurately. 2007-11-08 08:25:58 +00:00
kue_fw.h
ohci_pci.c
ohci.c
ohcireg.h
ohcivar.h
rio500_usb.h
rt2573_ucode.h
sl811hs.c
sl811hsreg.h
sl811hsvar.h
slhci_pccard.c
uark.c Reduce diffs to OtherBSD by using usb_lookup. No functional changes. 2007-06-30 02:42:36 +00:00
ubsa.c
ubser.c Prefer device_printf to printf("%s: ...", device_get_nameunit()). On 2007-07-05 06:42:14 +00:00
ubser.h
uchcom.c Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver. 2007-10-18 10:51:06 +00:00
ucom.c
ucomvar.h
ucycom.c
udbp.c Prefer device_printf to printf + device_get_nameunit. This saves 2007-07-05 15:25:32 +00:00
udbp.h
ufm.c
ufoma.c Minor Bug fix that will cause panic with some terminal with voice path on USB. 2007-07-27 12:00:29 +00:00
uftdi.c
uftdireg.h
ugen.c The timeout is in milliseconds, not in hz. Only the portion of the 2007-06-28 06:22:40 +00:00
ugraphire_rdesc.h
uhci_pci.c
uhci.c
uhcireg.h
uhcivar.h
uhid.c
uhub.c Fix two more PRs: 2007-06-30 20:18:44 +00:00
uipaq.c Add one of HTC Smartphone/PocketPC device IDs. 2007-10-22 08:28:24 +00:00
ukbd.c Do not pass an address to local stack variable to usbd_set_report_async. 2007-11-05 19:51:12 +00:00
ulpt.c
umass.c Add quirks, derived from the linux quirks table for: 2007-07-05 05:26:08 +00:00
umct.c
umodem.c Add missing newline in printf. 2007-07-29 18:16:43 +00:00
ums.c ums(4) does not work if the mouse defaults to boot protocol. Force 2007-07-25 06:43:06 +00:00
uplcom.c
urio.c
usb_ethersubr.c
usb_ethersubr.h
usb_if.m
usb_mem.c
usb_mem.h
usb_port.h Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
usb_quirks.c WISPY added an X. 2007-07-22 15:59:45 +00:00
usb_quirks.h Add support for various MS Wirless usb mice. the patch is from 2007-06-29 21:07:41 +00:00
usb_subr.c Fix two more PRs: 2007-06-30 20:18:44 +00:00
usb.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
usb.h Add definition for UIPROTO_MOUSE. 2007-06-30 02:40:21 +00:00
usbcdc.h
usbdevs correct entry 2007-11-03 19:11:35 +00:00
usbdi_util.c
usbdi_util.h
usbdi.c Fix two more PRs: 2007-06-30 20:18:44 +00:00
usbdi.h Fix two more PRs: 2007-06-30 20:18:44 +00:00
usbdivar.h
usbhid.h
uscanner.c Add entries for Epson multifunction scanner/printer/card readers, 2007-10-05 07:26:39 +00:00
uvisor.c Prefer device_printf to printf("%s:...", device_get_nameunit(),...); 2007-07-05 06:28:46 +00:00
uvscom.c Prefer device_printf to printf("%s:...", device_get_nameunit(),...); 2007-07-05 06:28:46 +00:00
uxb360gp_rdesc.h