From: levitte Date: Mon, 22 Sep 2008 14:19:22 +0000 (+0000) Subject: Remove documents that were added to yubikey-core X-Git-Tag: yubikey-personalisation_0.97-1~150 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae55c33b10c06e173722db70b6744ac1ae8db12d;p=yubikey-personalization Remove documents that were added to yubikey-core git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@11 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- diff --git a/docs/0README b/docs/0README deleted file mode 100644 index 6e831b8..0000000 --- a/docs/0README +++ /dev/null @@ -1,3 +0,0 @@ -This is a directory with all kinds of developer documentation, not -really meant for a release, but still good to know. They should -eventually go into a documentation repository, but for now... diff --git a/docs/quirks-and-workarounds.txt b/docs/quirks-and-workarounds.txt deleted file mode 100644 index 8b091cd..0000000 --- a/docs/quirks-and-workarounds.txt +++ /dev/null @@ -1,12 +0,0 @@ -It seems like the Linux kernel takes exclusive ownership over the -Yubikey, making it difficult for our programs to talk with it. -There's a workaround, though, to set a quirks mode for the key, as -follows: - - rmmod usbhid && modprobe usbhid quirks=0x1050:0x0010:0x04 - -In that mode, though, the Yubikey will not work as a keyboard and -therefore not generate any string at all, so to have it work as usual -again, you'll have to take usbhid out of quirks more: - - rmmod usbhid && modprobe usbhid