summaryrefslogtreecommitdiffstats
path: root/dkms-modules-info/2.6.27.7-desktop-3mnb/hsfusbcd2.alias
diff options
context:
space:
mode:
Diffstat (limited to 'dkms-modules-info/2.6.27.7-desktop-3mnb/hsfusbcd2.alias')
-rw-r--r--dkms-modules-info/2.6.27.7-desktop-3mnb/hsfusbcd2.alias10
1 files changed, 10 insertions, 0 deletions
diff --git a/dkms-modules-info/2.6.27.7-desktop-3mnb/hsfusbcd2.alias b/dkms-modules-info/2.6.27.7-desktop-3mnb/hsfusbcd2.alias
new file mode 100644
index 00000000..bc9f9eba
--- /dev/null
+++ b/dkms-modules-info/2.6.27.7-desktop-3mnb/hsfusbcd2.alias
@@ -0,0 +1,10 @@
+usb:v148Dp1672d*dc*dsc*dp*ic*isc*ip*
+usb:v148Dp1671d*dc*dsc*dp*ic*isc*ip*
+usb:v145Fp0106d*dc*dsc*dp*ic*isc*ip*
+usb:v0803p1301d*dc*dsc*dp*ic*isc*ip*
+usb:v0803p1300d*dc*dsc*dp*ic*isc*ip*
+usb:v08E3p0111d*dc*dsc*dp*ic*isc*ip*
+usb:v0572p1303d*dc*dsc*dp*ic*isc*ip*
+usb:v0572p1302d*dc*dsc*dp*ic*isc*ip*
+usb:v0572p1301d*dc*dsc*dp*ic*isc*ip*
+usb:v0572p1300d*dc*dsc*dp*ic*isc*ip*
71 72 73 74 75 76 77 78 79 80 81 82
#ifndef H_NEWT_PR
#define H_NEWT_PR

#define COLORSET_ROOT 		NEWT_COLORSET_ROOT
#define COLORSET_BORDER 	NEWT_COLORSET_BORDER
#define COLORSET_WINDOW		NEWT_COLORSET_WINDOW
#define COLORSET_SHADOW		NEWT_COLORSET_SHADOW
#define COLORSET_TITLE		NEWT_COLORSET_TITLE
#define COLORSET_BUTTON		NEWT_COLORSET_BUTTON
#define COLORSET_ACTBUTTON	NEWT_COLORSET_ACTBUTTON
#define COLORSET_CHECKBOX	NEWT_COLORSET_CHECKBOX
#define COLORSET_ACTCHECKBOX	NEWT_COLORSET_ACTCHECKBOX
#define COLORSET_ENTRY		NEWT_COLORSET_ENTRY
#define COLORSET_LABEL		NEWT_COLORSET_LABEL
#define COLORSET_LISTBOX	NEWT_COLORSET_LISTBOX
#define COLORSET_ACTLISTBOX	NEWT_COLORSET_ACTLISTBOX
#define COLORSET_TEXTBOX	NEWT_COLORSET_TEXTBOX
#define COLORSET_ACTTEXTBOX	NEWT_COLORSET_ACTTEXTBOX

int newtSetFlags(int oldFlags, int newFlags, enum newtFlagsSense sense);

void newtGotorc(int row, int col);
void newtGetrc(int * row, int * col);
void newtGetWindowPos(int * x, int * y);
void newtDrawBox(int left, int top, int width, int height, int shadow);
void newtClearBox(int left, int top, int width, int height);