Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117143
b: refs/heads/master
c: a14eddd
h: refs/heads/master
i:
  117141: 5f7dac3
  117139: e0d3dd4
  117135: d3bf799
v: v3
  • Loading branch information
Vijay Kumar authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent 141c1bc commit 6b9af25
Show file tree
Hide file tree
Showing 8 changed files with 1,472 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c74433e319dfd67eadc645bb90192d618024a87
refs/heads/master: a14edddac99eff625cfcb44829ce206ec04be71a
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ source "drivers/staging/at76_usb/Kconfig"

source "drivers/staging/pcc-acpi/Kconfig"

source "drivers/staging/poch/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ obj-$(CONFIG_PRISM2_USB) += wlan-ng/
obj-$(CONFIG_ECHO) += echo/
obj-$(CONFIG_USB_ATMEL) += at76_usb/
obj-$(CONFIG_PCC_ACPI) += pcc-acpi/
obj-$(CONFIG_POCH) += poch/
6 changes: 6 additions & 0 deletions trunk/drivers/staging/poch/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config POCH
tristate "Redrapids Pocket Change CardBus support"
depends on PCI && UIO
default N
---help---
Enable support for Redrapids Pocket Change CardBus devices.
1 change: 1 addition & 0 deletions trunk/drivers/staging/poch/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_POCH) += poch.o
7 changes: 7 additions & 0 deletions trunk/drivers/staging/poch/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TODO:
- fix transmit overflows
- audit userspace interfaces
- get reserved major/minor if needed

Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
Vijay Kumar <vijaykumar@bravegnu.org> and Jaya Kumar <jayakumar.lkml@gmail.com>
Loading

0 comments on commit 6b9af25

Please sign in to comment.