Skip to content

Commit

Permalink
Change PACKAGE_VERSION, set KVERSION, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekensteyn committed Jan 1, 2012
1 parent 3bf9cab commit 12715b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -35,10 +35,13 @@ If your card is supported, there should be no error. Otherwise, you get a "No
such device" (ENODEV) error. Check your kernel log (dmesg) for more such device" (ENODEV) error. Check your kernel log (dmesg) for more
information. information.


### DKMS support DKMS support
------------


inside the "dkms" directory a file is provided for dkms support. Note that the Change `#MODULE_VERSION#` to the current version of bbswitch. Copy the
kernel version must be changed. Makefile, C source and dkms.conf file to `/usr/src/bbswitch-VERSION/` (replace
VERSION with the current version of bbswitch which has been inserted for
`#MODULE_VERSION#`.


Usage Usage
----- -----
Expand Down
4 changes: 2 additions & 2 deletions dkms/dkms.conf
@@ -1,6 +1,6 @@
PACKAGE_NAME="bbswitch" PACKAGE_NAME="bbswitch"
PACKAGE_VERSION="REPLACE" PACKAGE_VERSION="#MODULE_VERSION#"
MAKE[0]="make" MAKE[0]="make KVERSION=$kernelver"
CLEAN="make clean" CLEAN="make clean"
BUILT_MODULE_NAME[0]="bbswitch" BUILT_MODULE_NAME[0]="bbswitch"
DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi" DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"
Expand Down

0 comments on commit 12715b4

Please sign in to comment.