+43
−3
+27
−14
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Merge tag 'for-usb-next-2013-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next Sarah Writes: usb: Enumeration change under xHCI for 3.14. Hi Greg, Here's two patches for 3.14. There are buggy USB devices that don't enumerate under xHCI because they expect a 64-byte Get Descriptor request before the Set Address control transfer. David Moore has a USB 2.0 webcam that exhibits this behavior: http://marc.info/?l=linux-usb&m=135879694716380&w=2 These patches change the way USB 2.0 devices are enumerated under xHCI, to try the Windows enumeration scheme first. The USB 3.0 device enumeration scheme is unchanged. This should allow these buggy USB 2.0 devices to enumerate under xHCI. I've tested this code with USB 3.0 hubs and mass storage devices, and many different USB 2.0 devices (webcam, headset, ethernet, serial, mouse, keyboard, etc). They all work, so these patches are ready for wider testing. Sarah Sharp
CRA Git | Maintained and supported by SUSTech CRA and CCSE